Go to file
Alex Khomenko 6b2d44416d
Testing: Use React Testing Library (#27072)
* Add RTL

* Add setupTests.ts

* Refactor DashboardSearch tests
2020-08-20 16:21:42 +03:00
.circleci Drone/CircleCI: Upgrade build pipeline tool (#26854) 2020-08-13 16:04:34 +02:00
.github Issue Template: @grafana/ui component request (#25981) 2020-07-09 18:00:28 +03:00
conf Generic OAuth: customize login and id_token attributes (#26577) 2020-08-03 17:33:27 +03:00
contribute Update documentation-style-guide.md (#26706) 2020-07-30 11:31:49 -07:00
devenv InfluxDB: Upgrade InfluxDB in devenv (#26983) 2020-08-19 09:23:11 +02:00
docs Field overrides: Filter by field name using regex (#27070) 2020-08-20 08:54:49 +02:00
e2e Templating: Fixed recursive url update issue for textbox variable (#26981) 2020-08-13 14:38:27 +02:00
emails Chore: MEGA - Make Eslint Great Again 💅 (#26094) 2020-08-11 17:52:44 +02:00
packages Table: Support date unit formats on string values (#26879) 2020-08-20 12:50:45 +02:00
packaging Docker: Don't upgrade packages when installing (#24132) (#26055) 2020-07-28 17:07:23 +02:00
pkg BackendSrv: Queues data source requests but passes through api requests (#26947) 2020-08-20 11:32:10 +02:00
plugins-bundled Chore: bumped version to next minor. (#25971) 2020-07-01 13:26:36 +02:00
public Testing: Use React Testing Library (#27072) 2020-08-20 16:21:42 +03:00
scripts Drone: Fix order of steps (#27076) 2020-08-19 17:20:15 +02:00
tools
.babelrc
.bra.toml
.browserslistrc
.dockerignore
.drone.star Drone: Enable master branch testing (#26367) 2020-07-17 13:52:09 +02:00
.drone.yml Drone: Fix order of steps (#27076) 2020-08-19 17:20:15 +02:00
.editorconfig Chore: Enable PR testing in Drone (#26189) 2020-07-10 16:09:21 +02:00
.eslintrc Chore: MEGA - Make Eslint Great Again 💅 (#26094) 2020-08-11 17:52:44 +02:00
.gitignore Chore: MEGA - Make Eslint Great Again 💅 (#26094) 2020-08-11 17:52:44 +02:00
.prettierignore
.prettierrc.js Prettier: Add prettier config that imports prettier from toolkit (#23729) 2020-04-21 17:23:49 +02:00
CHANGELOG.md Docs: Update changelog for 7.1.3 release (#26830) 2020-08-06 15:11:51 +02:00
CODE_OF_CONDUCT.md Change conduct contact email address (#26619) 2020-07-27 14:41:27 +02:00
CONTRIBUTING.md Updated URL for developing plugins (#25521) 2020-06-11 10:43:20 +02:00
Dockerfile CI: Upgrade Go and Node versions in CI build image (#26888) 2020-08-10 10:45:35 +02:00
Dockerfile.ubuntu CI: Upgrade Go and Node versions in CI build image (#26888) 2020-08-10 10:45:35 +02:00
GOVERNANCE.md Chore: Fix spelling (#25905) 2020-06-30 00:13:25 -07:00
Gruntfile.js Chore: MEGA - Make Eslint Great Again 💅 (#26094) 2020-08-11 17:52:44 +02:00
ISSUE_TRIAGE.md Chore: fix spelling of GitHub (#26182) 2020-07-22 08:12:50 -07:00
LICENSE
MAINTAINERS.md Give Grafana a public governance (#24802) 2020-05-18 19:26:35 +02:00
Makefile CI: Upgrade golangci-lint and base image (#26892) 2020-08-10 18:38:53 +02:00
NOTICE.md
PLUGIN_DEV.md
README.md Docs: Remove GrafanaCONline info from readme (#25655) 2020-06-17 12:57:40 +02:00
ROADMAP.md
SECURITY.md Docs: Fix broken link (#25664) 2020-06-18 14:08:26 +02:00
SUPPORT.md
UPGRADING_DEPENDENCIES.md Backend: Remove Go vendor folder (#23796) 2020-04-23 13:23:51 -04:00
WORKFLOW.md Add WORKFLOW.md (#25461) 2020-06-16 20:47:08 +02:00
api-extractor.json
build.go Build: Let building of Go code work even if $GOPATH isn't set (#25805) 2020-06-25 08:38:17 +02:00
go.mod Drone: Add Windows PR pipeline (#26589) 2020-08-19 11:46:36 +02:00
go.sum Drone: Add Windows PR pipeline (#26589) 2020-08-19 11:46:36 +02:00
jest.config.js Testing: Use React Testing Library (#27072) 2020-08-20 16:21:42 +03:00
latest.json Update latest.json (#26833) 2020-08-06 17:33:50 +02:00
lerna.json Chore: bumped version to next minor. (#25971) 2020-07-01 13:26:36 +02:00
package.json Testing: Use React Testing Library (#27072) 2020-08-20 16:21:42 +03:00
tsconfig.json Chore: Fix all Typescript strict null errors (#26204) 2020-07-10 12:46:59 +02:00
yarn.lock Testing: Use React Testing Library (#27072) 2020-08-20 16:21:42 +03:00

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 for many different way 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 the Apache 2.0 License.