Go to file
Michael Hoffmann 32bd9e22ee
prometheus: use getSeriesValues in metrics selector (#105361)
When we have labels selected and want to refresh the list of metrics that match this grafana would use an expensive
/api/v1/series call instead of /api/v1/label/__name__/values with matchers, even if the datasource is configured to be
ble to use matchers in label values calls.

Signed-off-by: Michael Hoffmann <mhoffmann@cloudflare.com>
2025-05-20 12:09:08 +02:00
.bingo Frontend: Remove Angular (#99760) 2025-04-04 11:31:35 +02:00
.changelog-archive
.citools Chore: Update golang.org/x/ and do not omitempty Items (#105371) 2025-05-14 14:31:45 +03:00
.github Internationalisation: Fix crowdin download action (#105531) 2025-05-19 11:56:23 +01:00
.husky
.vim
.vscode FEMT: Basic frontend-service implementation (#104229) 2025-04-24 13:14:21 +01:00
.yarn
apps Advisor: Fix retry behavior for missing item (#105608) 2025-05-19 15:15:20 +02:00
conf Plugins: Add preinstall_sync config - allow plugins to be preinstalled synchronously (#105292) 2025-05-16 10:45:50 -04:00
contribute i18n: imports use @grafana/i18n (#105177) 2025-05-15 09:17:14 +02:00
cue.mod
devenv Dependencies: Bump packages in modules with incorrect dependencies or outside of workspace (#105455) 2025-05-15 13:09:49 +00:00
docs Alerting: Document X-Grafana-Alerting-Notification-Settings header (#105300) 2025-05-19 22:01:13 +02:00
e2e i18n: Change verify-i18n.spec.ts to test translations using language label (#105629) 2025-05-19 19:41:27 +02:00
emails
grafana-mixin
hack Dependencies: Bump packages in modules with incorrect dependencies or outside of workspace (#105455) 2025-05-15 13:09:49 +00:00
kinds Codegen: format golang code from cue (#105352) 2025-05-14 06:56:27 +03:00
kindsv2 Chore: Replace bingo-managed tools with go tool directive. (#101890) 2025-03-17 09:48:41 +01:00
local
packages prometheus: use getSeriesValues in metrics selector (#105361) 2025-05-20 12:09:08 +02:00
packaging
pkg Chore: Remove `extraThemes` feature toggle (#105623) 2025-05-20 09:18:08 +01:00
public Chore: Remove `extraThemes` feature toggle (#105623) 2025-05-20 09:18:08 +01:00
scripts Chore: Move rtk-client generator to scripts (#105548) 2025-05-16 17:58:04 +03:00
tools Alerting: Add alertmanager integration tests (#100106) 2025-02-13 11:36:45 +01:00
.betterer.eslint.config.js Betterer: Add noMargin prop check (#105409) 2025-05-19 12:34:13 +03:00
.betterer.results Betterer: Add noMargin prop check (#105409) 2025-05-19 12:34:13 +03:00
.betterer.ts
.bra.toml Chore: Prevent `make run` from printing all environment variables (#101924) 2025-03-13 08:59:09 +01:00
.browserslistrc
.dockerignore
.drone.star
.drone.yml Azure: Update E2E image (#105420) 2025-05-14 18:57:43 +01:00
.editorconfig
.gitattributes
.gitignore .gitignore: devenv for spanner (#104668) 2025-05-05 09:59:28 +02:00
.golangci.yml Chore: Replace xorm.io/xorm imports (#104458) 2025-05-02 17:13:01 +02:00
.ignore [Enterprise] Consolidate extensions folders and keep them around (#98486) 2025-02-17 14:00:21 +01:00
.levignore.js
.nvmrc
.nxignore
.pa11yci-pr.conf.js AppChrome/MegaMenu: Fixes issue with default state being initialised to undocked (#103507) 2025-04-07 16:00:05 +01:00
.pa11yci.conf.js
.prettierignore Chore: Fix prettier missing extensions files (#105321) 2025-05-13 13:34:24 +00:00
.prettierrc.js
.trivyignore
.vale.ini Lint only Markdown files (#101533) 2025-03-04 11:00:35 +00:00
.yarnrc.yml
CHANGELOG.md Release: update changelog for 12.0.0 (#104959) 2025-05-05 22:23:32 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
GOVERNANCE.md
HALL_OF_FAME.md Update HALL_OF_FAME.md (#102267) 2025-03-17 08:25:02 +01:00
LICENSE
LICENSING.md Actions: Introduce actionlint (#105224) 2025-05-13 08:23:59 +02:00
MAINTAINERS.md Adds johnny as codeowner for alerting docs (#99877) 2025-02-04 13:10:57 +01:00
Makefile refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
NOTICE.md
README.md Added missing period for consistency and readability (#99549) 2025-01-27 05:20:24 -05:00
ROADMAP.md
SECURITY.md Updates SECURITY.md to align with current security & bug bounty guidance (#105572) 2025-05-16 17:19:09 -04:00
SUPPORT.md
WORKFLOW.md
build.go
crowdin.yml Internationalisation: Move some config to crowdin.yml to upload multiple files (#105480) 2025-05-15 17:19:29 +01:00
cypress.config.js e2e: improves flakiness and speed (#103533) 2025-04-16 05:21:06 +01:00
embed.go
eslint.config.js i18n: Update lint rule suggested import location to `@grafana/i18n` (#105091) 2025-05-19 15:00:15 +01:00
go.mod Alerting: Refactor Grafana Alertmanager (#105568) 2025-05-20 04:40:51 +03:00
go.sum Alerting: Refactor Grafana Alertmanager (#105568) 2025-05-20 04:40:51 +03:00
go.work refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
go.work.sum refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
jest.config.js FEMT: Add `no-restricted-img-srcs` rule (#105006) 2025-05-12 10:34:17 +01:00
latest.json
lefthook.yml Lefthook: ensure we're adding the results file in betterer precommit (#103398) 2025-04-04 11:29:28 +01:00
lerna.json Chore: bump version to 12.1.0-pre (#104468) 2025-04-24 15:47:14 +01:00
nx.json Nx: fixes caching issues (#103443) 2025-04-04 14:36:18 +03:00
package.json Scopes: Replace scopes bridge with scopes variable (#105399) 2025-05-19 16:31:37 +02:00
playwright.config.ts
project.json Revert "Build swagger ui in seperate webpack build" (#104580) 2025-04-25 22:07:43 +01:00
stylelint.config.js
tsconfig.json
yarn.lock Scopes: Replace scopes bridge with scopes variable (#105399) 2025-05-19 16:31:37 +02: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.