Go to file
Arati R. 6d04023aa6
K8s/Folders: Improve k8s client implementation of get (#96434)
* Enable getting folders with kubernetes client
* Add TestIntegrationFolderGetPermissions
* Set full path as part of legacy get
* Replace implementation for setting fullpath
* Add folder get test
* Escape forward slash in parent titles
* Replace test for access control metadata
* Add test case to TestIntegrationFolderGetPermissions
* Improve fetching of access control
2024-11-26 16:20:00 +02:00
.bingo Chore: Revert golangci PR + bump golangic version (#96326) 2024-11-26 09:19:53 +01:00
.changelog-archive
.github Chore: Revert golangci PR + bump golangic version (#96326) 2024-11-26 09:19:53 +01:00
.husky
.vim
.vscode
.yarn Alerting: Fix navigating to URLs with "%" (#96992) 2024-11-26 15:07:18 +01:00
apps Bump Plugin SDK version (#96933) 2024-11-22 20:43:13 +02:00
conf AWS: Add amazon managed prometheus and aurora to the forward list (#96590) 2024-11-18 09:07:41 -05:00
contribute Docs: Update frontend.md (#96816) 2024-11-25 09:32:27 +01:00
cue.mod
devenv Transformations: Preserve base threshold when using Config from query results (#96781) 2024-11-21 12:46:29 -06:00
docs Anonymous Devices: Add Before you begin section in docs (#97043) 2024-11-26 13:56:38 +00:00
e2e Internationalisation: Add basic e2e test to ensure languages load correctly (#96556) 2024-11-19 15:07:14 +00:00
emails Auth: Passwordless Login Option Using Magic Links (#95436) 2024-11-14 08:50:55 -05:00
grafana-mixin
hack
kinds Dashboards: Add possibility to lock multi value variables option list (#95949) 2024-11-21 16:01:54 +02:00
kindsv2 Bump Plugin SDK version (#96933) 2024-11-22 20:43:13 +02:00
local
packages Prometheus: Add metrics explorer feature tracking for combobox (#97006) 2024-11-25 14:53:40 -06:00
packaging
pkg K8s/Folders: Improve k8s client implementation of get (#96434) 2024-11-26 16:20:00 +02:00
plugins-bundled
public Alerting: Fix navigating to URLs with "%" (#96992) 2024-11-26 15:07:18 +01:00
scripts Alerting: Consume k8s API for notification policies tree (#96147) 2024-11-26 13:46:39 +00:00
tools
.betterer.eslint.config.js Chore: Move betterer eslint rules to separate file and allow opting in (#96240) 2024-11-15 14:01:39 +00:00
.betterer.results Alerting: Consume k8s API for notification policies tree (#96147) 2024-11-26 13:46:39 +00:00
.betterer.results.json
.betterer.ts Chore: Move betterer eslint rules to separate file and allow opting in (#96240) 2024-11-15 14:01:39 +00:00
.bra.toml
.browserslistrc
.dockerignore
.drone.star
.drone.yml CI: Add github app token generation in pipelines that use GITHUB_TOKEN (#96646) 2024-11-21 17:08:02 +02:00
.editorconfig
.gitattributes
.gitignore
.golangci.yml Chore: Revert golangci PR + bump golangic version (#96326) 2024-11-26 09:19:53 +01:00
.levignore.js
.nvmrc
.nxignore
.pa11yci-pr.conf.js
.pa11yci.conf.js
.prettierignore
.prettierrc.js
.trivyignore
.yarnrc.yml
CHANGELOG.md Release: update changelog for 11.3.1 (#96713) 2024-11-19 17:33:14 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Update alpine version in Dockerfile (#95051) 2024-11-20 17:41:43 +02:00
GOVERNANCE.md
HALL_OF_FAME.md
LICENSE
LICENSING.md
MAINTAINERS.md
Makefile Chore: Revert golangci PR + bump golangic version (#96326) 2024-11-26 09:19:53 +01:00
NOTICE.md
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
WORKFLOW.md
build.go
crowdin.yml
cypress.config.js
embed.go
eslint.config.js Chore: Make Eslint work with enterprise (#96539) 2024-11-26 11:09:27 +01:00
go.mod Bump gocloud.dev from 0.39.0 to 0.40.0 (#95900) 2024-11-25 11:04:34 +03:00
go.sum Bump gocloud.dev from 0.39.0 to 0.40.0 (#95900) 2024-11-25 11:04:34 +03:00
go.work Chore: Update github.com/grafana/go-json version (#97012) 2024-11-26 00:49:44 +02:00
go.work.sum Chore: Update github.com/grafana/go-json version (#97012) 2024-11-26 00:49:44 +02:00
jest.config.js
latest.json
lefthook.rc
lefthook.yml
lerna.json
nx.json
package.json Alerting: Fix navigating to URLs with "%" (#96992) 2024-11-26 15:07:18 +01:00
playwright.config.ts
project.json
stylelint.config.js
tsconfig.json
yarn.lock Alerting: Fix navigating to URLs with "%" (#96992) 2024-11-26 15:07:18 +01:00

README.md

Grafana Logo (Light) Grafana Logo (Dark)

The open-source platform for monitoring and observability

License Drone Go Report Card

Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture:

  • Visualizations: Fast and flexible client side graphs with a multitude of options. Panel plugins offer many different ways to visualize metrics and logs.
  • Dynamic Dashboards: Create dynamic & reusable dashboards with template variables that appear as dropdowns at the top of the dashboard.
  • Explore Metrics: Explore your data through ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries and data sources side by side.
  • Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live.
  • Alerting: Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie.
  • Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.

Get started

Unsure if Grafana is for you? Watch Grafana in action on play.grafana.org!

Documentation

The Grafana documentation is available at grafana.com/docs.

Contributing

If you're interested in contributing to the Grafana project:

Get involved

This project is tested with BrowserStack

License

Grafana is distributed under AGPL-3.0-only. For Apache-2.0 exceptions, see LICENSING.md.