Go to file
Laura Fernández f4ad247df2
Grafana UI: fix ColorSwatch `aria-label` (#74280)
2023-09-01 17:52:55 +02:00
.bingo Chore: Replace Husky/Lint-staged with Lefthook (#66608) 2023-08-17 09:56:52 +00:00
.changelog-archive
.github Chore: refactor grafana-apiserver a bit (#74177) 2023-08-31 09:12:01 -04:00
.husky Chore: Remove colours from old husky cleanup pre-commit hook (#73395) 2023-08-18 13:10:18 +00:00
.vim
.vscode
.yarn
conf Alerting: Limit redis pool size to 5 and make configurable (#74057) 2023-08-29 14:59:12 -05:00
contribute Docs: Update contrib documentation around backports (#73558) 2023-08-30 08:14:15 +02:00
cue.mod
devenv Loki: Fix filtering with structured metadata (#73955) 2023-08-31 15:24:03 +02:00
docs DashboardScene: Support panel relative time overrides and timeshift (#62844) 2023-09-01 10:21:41 +02:00
e2e DashboardSchema: Remove old unused legacy props style and timepicker.enable (#73879) 2023-08-28 12:18:17 +02:00
emails Alerting: Do not show grouping when grouplabels are empty in email template (#74090) 2023-08-30 13:02:23 +02:00
grafana-mixin DashboardSchema: Remove old unused legacy props style and timepicker.enable (#73879) 2023-08-28 12:18:17 +02:00
kinds DashboardScene: Support panel relative time overrides and timeshift (#62844) 2023-09-01 10:21:41 +02:00
local
packages Grafana UI: fix ColorSwatch `aria-label` (#74280) 2023-09-01 17:52:55 +02:00
packaging
pkg PublicDashboards: Accept AccessToken for pubdash creation (#74134) 2023-09-01 10:21:54 -04:00
plugins-bundled Chore: some more type fixes (#73606) 2023-08-23 10:11:59 +01:00
public Alerting: Change export label (#74277) 2023-09-01 16:28:23 +02:00
scripts Nightly builds: Add missing volumes for nightly builds (#74195) 2023-09-01 13:31:28 +03:00
tools
.betterer.results DashboardScene: Support panel relative time overrides and timeshift (#62844) 2023-09-01 10:21:41 +02:00
.betterer.ts
.bra.toml
.browserslistrc
.codespellignore Docs/k8s install update (#72567) 2023-08-03 08:53:13 -05:00
.dockerignore
.drone.star
.drone.yml Add missing .drone.yml signature (#74274) 2023-09-01 16:41:33 +03:00
.editorconfig
.eslintignore
.eslintrc GLDS: Check if tokens are used as borderRadius values (#71187) 2023-08-01 12:44:25 +02:00
.gitattributes
.gitignore
.golangci.toml
.linguirc
.nvmrc
.pa11yci-pr.conf.js Pa11y: Temporarily increase threshold (#73817) 2023-08-25 14:40:59 +03:00
.pa11yci.conf.js
.prettierignore
.prettierrc.js
.yarnrc.yml
CHANGELOG.md Changelog: Updated changelog for 10.1.1 (#74243) 2023-08-31 23:03:19 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Docs: Update contributing guide re feature requests (#73973) 2023-08-31 07:34:00 -10:00
Dockerfile Docker: Add musl as a ubuntu dependency (#74127) 2023-08-30 20:26:35 +03:00
GOVERNANCE.md
HALL_OF_FAME.md
ISSUE_TRIAGE.md Docs: Update triage guide re feature requests (#73974) 2023-08-31 11:30:39 +02:00
LICENSE
LICENSING.md
MAINTAINERS.md
Makefile Chore: Replace entity GRN with infra/grn GRN (#74198) 2023-08-31 15:43:35 -04:00
NOTICE.md
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
UPGRADING_DEPENDENCIES.md
WORKFLOW.md Docs: Update contrib documentation around backports (#73558) 2023-08-30 08:14:15 +02:00
babel.config.json
build.go
crowdin.yml
embed.go
go.mod Rename Google Hangouts to Google Chat (#74162) 2023-08-31 16:09:22 +03:00
go.sum feat: add ability to launch targeted dskit modules in the grafana server CLI command (#74188) 2023-09-01 08:09:54 -04:00
jest.config.js Plugins: Bump SystemJS to 6.14.2 (#70068) 2023-08-31 15:45:44 +02:00
latest.json Chore: update latest.json to 10.1.0 (#73720) 2023-08-25 08:31:07 +02:00
lefthook.rc Chore: Replace Husky/Lint-staged with Lefthook (#66608) 2023-08-17 09:56:52 +00:00
lefthook.yml Chore: Replace Husky/Lint-staged with Lefthook (#66608) 2023-08-17 09:56:52 +00:00
lerna.json
metadata.md
package.json DashboardScene: Support panel relative time overrides and timeshift (#62844) 2023-09-01 10:21:41 +02:00
stylelint.config.js
tsconfig.json
yarn.lock DashboardScene: Support panel relative time overrides and timeshift (#62844) 2023-09-01 10:21:41 +02: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

This project is tested with BrowserStack

License

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