Go to file
Niklas 3debfd0ca7
Transformations: Extract JSON Paths (#59400)
* Added new extractJSONPath transformer
Co-authored-by: Galen <galen.kistler@grafana.com>
2023-01-18 06:59:20 -06:00
.bingo Chore: Upgrade golangci-lint to v1.50.1 (#60379) 2022-12-15 12:58:48 +01:00
.changelog-archive
.github chore: update CODEOWNERS for Cloud Provider Plugins to Partner Plugins renaming (#61575) 2023-01-17 11:16:18 +00:00
.husky
.vim
.vscode Chore: update vscode "Run Server" config for single-binary (#59237) 2022-11-23 11:32:42 -05:00
.yarn Revert "Chore: Update typescript to 4.9.3 (#60538)" (#60774) 2022-12-27 06:30:52 -08:00
conf Auth: Add skip_org_role_sync for AzureAD OAuth (#60322) 2023-01-16 13:16:01 +01:00
contribute Chore: Move all backend contribution documents to a single directory (#61140) 2023-01-11 11:16:52 +01:00
cue.mod
devenv Transformations: Extract JSON Paths (#59400) 2023-01-18 06:59:20 -06:00
docs Prometheus: Kickstart your query, formerly query patterns (#60718) 2023-01-17 20:04:50 -05:00
e2e Navigation: Update e2e tests to work with topnav (#60910) 2023-01-04 14:59:53 +00:00
emails
grafana-mixin
kinds Codegen: Generate per-kind reference docs (#60416) 2023-01-16 13:55:40 +01:00
packages UI/Alert: Infer the `role` property based on the `severity` (#61242) 2023-01-18 10:16:41 +01:00
packaging Switch grafana server command to use urfave/cli/v2 (#60684) 2022-12-24 22:33:18 -05:00
pkg Chore: Remove dashboards from models pkg (#61578) 2023-01-18 13:52:41 +01:00
plugins-bundled
public Transformations: Extract JSON Paths (#59400) 2023-01-18 06:59:20 -06:00
scripts Chore: Upgrade Go to 1.19.4 (#60794) 2022-12-29 13:03:56 +01:00
tools
.betterer.results Table: Fixes broken link styles after recent cell options PR (#61582) 2023-01-17 17:08:23 +01:00
.betterer.ts Linting: Speed up betterer by sharing eslint instances by groups (#60019) 2022-12-09 09:18:19 +01:00
.bra.toml
.browserslistrc
.dockerignore
.drone.star CI: Add `aws-marketplace` pipeline (#60484) 2022-12-19 11:25:48 -05:00
.drone.yml Chore: Upgrade Go to 1.19.4 (#60794) 2022-12-29 13:03:56 +01:00
.editorconfig
.eslintignore
.eslintrc OptionsUI: SliderValueEditor does not get auto focused on slider change (#59209) 2022-11-24 18:21:33 +01:00
.gitattributes
.gitignore Chore: gitignore storage.json (#59225) 2022-11-23 09:31:40 -05:00
.golangci.toml Chore: Missed deprecations due to overly broad lint exclusion (#59732) 2022-12-14 12:32:45 +01:00
.linguirc
.nvmrc
.pa11yci-pr.conf.js
.pa11yci.conf.js
.prettierignore Codegen: Generate per-kind reference docs (#60416) 2023-01-16 13:55:40 +01:00
.prettierrc.js
.yarnrc.yml Scenes: Use @grafana/scenes (#60972) 2023-01-10 03:30:53 -08:00
CHANGELOG.md Changelog: Updated changelog for 9.3.2 (#60428) 2022-12-15 22:48:45 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Fix: Use an existing Dockerfile for the Go image (#61158) 2023-01-10 17:11:43 +01:00
GOVERNANCE.md
HALL_OF_FAME.md
ISSUE_TRIAGE.md
LICENSE
LICENSING.md
MAINTAINERS.md
Makefile Chore: Upgrade Go to 1.19.4 (#60794) 2022-12-29 13:03:56 +01:00
NOTICE.md
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
UPGRADING_DEPENDENCIES.md
WORKFLOW.md
babel.config.json
build.go
crowdin.yml
embed.go Kindsys: Remove Raw kind category (#60992) 2023-01-05 13:54:42 -05:00
go.mod Chore: Update ast to dst (#61469) 2023-01-17 11:58:08 +01:00
go.sum Chore: Update ast to dst (#61469) 2023-01-17 11:58:08 +01:00
jest.config.js Jest: Add logger to print test results in Loki friendly format (#59672) 2022-12-27 12:06:06 +01:00
latest.json Chore: update latest.json to 9.3.1 (#59682) 2022-12-01 21:19:47 +00:00
lerna.json
metadata.md
package.json Update dependency @lezer/lr to v1.3.1 (#61341) 2023-01-16 12:46:42 +01:00
stylelint.config.js
tsconfig.json Scenes: Use @grafana/scenes (#60972) 2023-01-10 03:30:53 -08:00
yarn.lock Scenes: Cleanups and simplify (#61579) 2023-01-17 18:02:46 +01:00

README.md

Grafana

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

License

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