Go to file
Levente Balogh 39dcff23f9
Plugin Extensions: Clean up the deprecated APIs (#102102)
* PanelMenuBehaviour: stop using the deprecated `getPluginLinkExtensions()` API

* Wip

* grafana-runtime: remove deprecated APIs `usePluginExtensions()`, `usePluginLinkExtensions()` and `usePluginComponentExtensions()`

* Wip

* Wip

* wip

* wip

* Chore: removed PluginExtensionLinkConfig

* Chore: removed PluginExtensionComponentConfig

* Chore: fixed grafana-pyroscope-datasource QueryEditor test

* Chore: fixed PublicDashboardScenePage.test.tsx

* Chore: fix PanelDataQueriesTab test

* Chore: fix PanelMenuBehavior test

* Chore: fix transformSceneToSaveModel test

* Chore: fix last type errors

* Chore: fix alerting/unified/testSetup/plugins.ts

* Chore: break out types to separate file

* feat(Extensions): expose an observable API for added links and components

* chore: prettier fixes

* Revert "chore: prettier fixes"

This reverts commit 53aa767664.

* Revert "feat(Extensions): expose an observable API for added links and components"

This reverts commit bdc588250e.

---------

Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2025-04-09 10:24:29 +02:00
.bingo
.changelog-archive
.citools
.github Chore: Fix alerting labelling of PRs (#103616) 2025-04-08 17:47:46 +03:00
.husky
.vim
.vscode
.yarn
apps [main] Go: Bump to 1.24.2 (#103521) 2025-04-08 17:12:30 +02:00
conf
contribute
cue.mod
devenv [main] Go: Bump to 1.24.2 (#103521) 2025-04-08 17:12:30 +02:00
docs Docs: On-prem license management (#103648) 2025-04-08 15:38:03 -05:00
e2e Plugin Extensions: Clean up the deprecated APIs (#102102) 2025-04-09 10:24:29 +02:00
emails
grafana-mixin
hack [main] Go: Bump to 1.24.2 (#103521) 2025-04-08 17:12:30 +02:00
kinds
kindsv2
local
packages Plugin Extensions: Clean up the deprecated APIs (#102102) 2025-04-09 10:24:29 +02:00
packaging
pkg Provisioning: Fix URL sanitization errors (#103640) 2025-04-09 10:33:55 +03:00
public Plugin Extensions: Clean up the deprecated APIs (#102102) 2025-04-09 10:24:29 +02:00
scripts CloudMigrations: Create resource dependency map to validate snapshot request (#102594) 2025-04-08 17:46:25 +02:00
tools
.betterer.eslint.config.js
.betterer.results Plugin Extensions: Clean up the deprecated APIs (#102102) 2025-04-09 10:24:29 +02:00
.betterer.ts
.bra.toml
.browserslistrc
.dockerignore
.drone.star
.drone.yml [main] Go: Bump to 1.24.2 (#103521) 2025-04-08 17:12:30 +02:00
.editorconfig
.gitattributes
.gitignore
.golangci.yml
.ignore
.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
.prettierrc.js
.trivyignore
.vale.ini
.yarnrc.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile [main] Go: Bump to 1.24.2 (#103521) 2025-04-08 17:12:30 +02:00
GOVERNANCE.md
HALL_OF_FAME.md
LICENSE
LICENSING.md
MAINTAINERS.md
Makefile [main] Go: Bump to 1.24.2 (#103521) 2025-04-08 17:12:30 +02: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
go.mod Cloudwatch: Revert aws sdk go v2 (#103644) 2025-04-08 15:40:15 -04:00
go.sum Cloudwatch: Revert aws sdk go v2 (#103644) 2025-04-08 15:40:15 -04:00
go.work [main] Go: Bump to 1.24.2 (#103521) 2025-04-08 17:12:30 +02:00
go.work.sum Cloudwatch: Revert aws sdk go v2 (#103644) 2025-04-08 15:40:15 -04:00
jest.config.js
latest.json
lefthook.rc
lefthook.yml
lerna.json
nx.json
package.json Update dependency @floating-ui/react to v0.27.6 (#103604) 2025-04-08 15:24:21 +01:00
playwright.config.ts
project.json
stylelint.config.js
tsconfig.json
yarn.lock TableNG: Text wrap enhancements (#102954) 2025-04-08 09:34:41 -06: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.