Go to file
Kyle Brandt 55d7fbf04c
devenv: have bra watch attempt graceful shutdown (#19857)
This is useful when working with backend plugins and grafana at the same time. Makes it so Grafana has a chance to shutdown the external process. An os.Interrupt signal is first sent, then after a five second wait a a force kill will be sent if the process is still running.
2019-10-16 12:24:28 -04:00
.circleci Chore: Upgrade Docker images to Go 1.13.1 (#19576) 2019-10-08 08:32:18 +02:00
.github GitHub Templates: Pull Request Template update (#18300) 2019-07-31 11:29:57 +01:00
conf Quick typo fix (#19759) 2019-10-11 14:57:29 +01:00
contribute Docs: Add database architecture docs (#19800) 2019-10-15 15:05:38 +02:00
devenv Docs: Update README.md (#19456) 2019-10-07 13:26:31 +02:00
docs Elasticsearch: Adds support for region annotations (#17602) 2019-10-15 13:16:08 +02:00
emails Explore: Introduces PanelData to ExploreItemState (#18804) 2019-09-03 09:55:20 +02:00
packages DataFrame: guess number field when on NaN (#19833) 2019-10-16 15:13:27 +02:00
packaging Update README.md (#19551) 2019-10-09 09:41:11 +02:00
pkg Alerting: All notification channels should always send (#19807) 2019-10-16 09:55:51 +02:00
public Loki: Remove param (#19854) 2019-10-16 14:20:21 +02:00
scripts build: update scripts go.(mod|sum) (#19834) 2019-10-16 10:52:51 +02:00
tools/phantomjs Update render.js 2018-09-22 00:54:56 +03:00
vendor Update aws-sdk-go (#19138) 2019-10-14 20:39:54 +02:00
.babelrc Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544) 2019-09-03 09:29:02 +01:00
.bra.toml devenv: have bra watch attempt graceful shutdown (#19857) 2019-10-16 12:24:28 -04:00
.browserslistrc Fix: Autoprefixer is now working (#16351) 2019-04-02 18:15:30 +02:00
.dockerignore
.editorconfig Chore: Implement revive (#16200) 2019-03-27 17:53:49 +01:00
.gitignore Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544) 2019-09-03 09:29:02 +01:00
.prettierignore Updated prettierignore 2019-03-08 13:56:21 +01:00
CHANGELOG.md Changelog: 6.4.3 release (#19862) 2019-10-16 18:49:54 +03:00
CODE_OF_CONDUCT.md Spelling/grammar fixes in top level markdown files 2019-01-28 15:58:32 +00:00
CONTRIBUTING.md Docs: Simplify README (#19702) 2019-10-08 17:22:37 +02:00
Dockerfile Chore: Upgrade Docker images to Go 1.13.1 (#19576) 2019-10-08 08:32:18 +02:00
Gruntfile.js build: correctly adds enterprise to the filename. (#13831) 2018-10-25 16:55:27 +02:00
ISSUE_TRIAGE.md Docs: Move issue triage docs to contribute (#19652) 2019-10-07 11:03:02 +02:00
LICENSE Small license correction 2019-03-21 16:36:24 +01:00
Makefile build: update scripts go.(mod|sum) (#19834) 2019-10-16 10:52:51 +02:00
NOTICE.md
PLUGIN_DEV.md Update PLUGIN_DEV.md (#19387) 2019-09-26 12:40:47 +02:00
README.md Docs: Simplify README (#19702) 2019-10-08 17:22:37 +02:00
ROADMAP.md Update ROADMAP.md (#19384) 2019-09-25 07:18:35 +02:00
SECURITY.md Docs: Update SECURITY.md (#19385) 2019-09-26 12:42:23 +02:00
SUPPORT.md Update SUPPORT.md (#19383) 2019-09-25 07:17:01 +02:00
UPGRADING_DEPENDENCIES.md Update UPGRADING_DEPENDENCIES.md (#19386) 2019-09-25 07:28:44 +02:00
build.go build: use vendor folder for building (#19677) 2019-10-08 10:17:31 +02:00
go.mod Update aws-sdk-go (#19138) 2019-10-14 20:39:54 +02:00
go.sum Update aws-sdk-go (#19138) 2019-10-14 20:39:54 +02:00
jest.config.e2e.js Refactor: move end-to-end test infrastructure to @grafana/toolkit (#18012) 2019-07-19 08:13:12 -07:00
jest.config.js Improvement: Grafana release process minor improvements (#17661) 2019-06-24 16:00:01 +01:00
latest.json Release: Update latest (#19866) 2019-10-16 19:12:21 +03:00
lerna.json Chore: Update version to next (#19169) 2019-09-17 15:54:30 +02:00
package.json Chore: Bump typescript to version 3.6.3 (#19308) 2019-09-24 10:40:16 +01:00
tsconfig.json Dev: Sets `preserveSymlinks` to `false` in top-level tsconfig (#19395) 2019-09-25 10:50:41 +01:00
tslint.json Chore: Replaces moment with Grafanas DateTime (#16919) 2019-05-08 13:51:44 +02:00
yarn.lock Panels: Progress on new singlestat / BigValue (#19374) 2019-10-04 12:01:42 +02: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 Apache 2.0 License.