The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
kay delaney 57e9b11fda
DashboardQueryRunner: Add dataSupport to PanelModel & PanelPlugin (#33253)
4 years ago
.circleci Circle: Remove release pipeline (#28474) 5 years ago
.github Docs: Sync master docs against next version (#32602) 4 years ago
conf OAuth: Add optional strict parsing of role_attribute_path (#28021) 4 years ago
contribute Update documentation-style-guide.md (#32959) 4 years ago
cue PieChart: Unify tooltip to look the way it looks in TimeSeries (#33032) 4 years ago
cue.mod Introduce "scuemata" system for CUE-based specification of Grafana objects (#32527) 4 years ago
devenv GraphNG: stacking (#30749) 4 years ago
docs Docs: Update getting-started-influxdb.md (#33234) 4 years ago
e2e Variables: Confirms selection before opening new picker (#32586) 4 years ago
emails Update email template for AlertingNG (#32691) 4 years ago
grafana-mixin reduce severity level to warning (#28939) 5 years ago
packages DashboardQueryRunner: Add dataSupport to PanelModel & PanelPlugin (#33253) 4 years ago
packaging Chore: Change from double to single quotes (#32430) 4 years ago
pkg Access control: Fix predefined roles (#33260) 4 years ago
plugins-bundled Re-license Grafana to AGPLv3 (#33184) 4 years ago
public Access control: Make Admin/Users UI working with the permissions (#33176) 4 years ago
scripts Build: drop TS checking from `yarn build` (#33235) 4 years ago
tools Image Rendering: Remove PhantomJS support (#23460) 5 years ago
.bra.toml Chore: Upgrade to Go 1.14 (#23371) 5 years ago
.browserslistrc Babel: Target more modern browsers, updates browserlistrc (#32573) 4 years ago
.dockerignore remove duplicated /tmp entry in .dockerignore 7 years ago
.drone.star Drone: Add version branch pipeline (#28490) 5 years ago
.drone.yml Chore: Remove Revive standalone linter - use it via golangci-lint (#33150) 4 years ago
.editorconfig Chore: Enable PR testing in Drone (#26189) 5 years ago
.eslintignore Chore: Lint all files for no-only-tests (#30364) 4 years ago
.eslintrc Performance: Standardize lodash imports to use destructured members (#33040) 4 years ago
.gitattributes CRLF (#28822) 5 years ago
.gitignore Alerting: Rule edit form (#32877) 4 years ago
.prettierignore Theming: Updates to select styles and theme model progress (#32797) 4 years ago
.prettierrc.js Prettier: Add prettier config that imports prettier from toolkit (#23729) 5 years ago
CHANGELOG.md ReleaseNotes: Updated changelog and release notes for 7.5.4 (#32973) 4 years ago
CHANGELOG_ARCHIVE.md Automation: Adds new changelog actions (#29142) 5 years ago
CODE_OF_CONDUCT.md Docs: Refactor inconsistent unordered lists (#27826) 5 years ago
CONTRIBUTING.md IssueTriage: Needs more info automation and messages (#28137) 5 years ago
Dockerfile Downgrade to node:14.16.0-alpine3.13 (#32065) 4 years ago
Dockerfile.ubuntu Bug: Add git to Dockerfile.ubuntu (#33247) 4 years ago
GOVERNANCE.md Add Alex Khomenko as member (#28032) 5 years ago
ISSUE_TRIAGE.md GrafanaBot: Update labels and commands and adds docs (#28950) 5 years ago
LICENSE Re-license Grafana to AGPLv3 (#33184) 4 years ago
LICENSING.md Re-license Grafana to AGPLv3 (#33184) 4 years ago
MAINTAINERS.md Docs: Refactor inconsistent unordered lists (#27826) 5 years ago
Makefile Chore: Remove Revive standalone linter - use it via golangci-lint (#33150) 4 years ago
NOTICE.md Update NOTICE.md 4 years ago
PLUGIN_DEV.md Update PLUGIN_DEV.md (#19387) 6 years ago
README.md Re-license Grafana to AGPLv3 (#33184) 4 years ago
ROADMAP.md Update ROADMAP.md (#19384) 6 years ago
SECURITY.md Docs: Fix broken link (#25664) 5 years ago
SUPPORT.md Update SUPPORT.md (#19383) 6 years ago
UPGRADING_DEPENDENCIES.md Docs: Fix note format for documentation (#27940) 5 years ago
WORKFLOW.md Docs: Minor docs update 5 years ago
api-extractor.json Docs: added code comments for everything in the @grafana/runtime package. (#23456) 5 years ago
build.go Grunt: Removes grunt dependency and replaces some of its usage (#29461) 5 years ago
embed.go Introduce "scuemata" system for CUE-based specification of Grafana objects (#32527) 4 years ago
go.mod Bump github.com/centrifugal/centrifuge from 0.16.0 to 0.17.0 (#33117) 4 years ago
go.sum Chore: Remove Revive standalone linter - use it via golangci-lint (#33150) 4 years ago
jest.config.js Chore: Bump storybook to v6 (#28926) 5 years ago
latest.json Chore: Bump version in latest.json to 7.5.4 (#33003) 4 years ago
lerna.json Revert ""Release: Updated versions in package to 7.4.3" (#31444)" (#31452) 4 years ago
metadata.md Docs: Document plugin authentication in metadata schema (#32703) 4 years ago
package.json Performance: Standardize lodash imports to use destructured members (#33040) 4 years ago
tsconfig.json Tests: Adds expects for observables (#28929) 5 years ago
yarn.lock Chore(deps): Bump react-dev-utils from 10.2.1 to 11.0.4 (#31932) 4 years ago

README.md

Grafana

The open-source platform for monitoring and observability.

License Circle CI 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:

  • Visualize: 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.