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.
Go to file
kay delaney cf2cc71393 Chore: Remove angular dependency from backendSrv (#20999)
* Chore: Remove angular dependency from backendSrv

* Refactor: Naive soultion for logging out unauthorized users

* Refactor: Restructures to different streams

* Refactor: Restructures datasourceRequest

* Refactor: Flipped back if statement

* Refactor: Extracted getFromFetchStream

* Refactor: Extracts toFailureStream operation

* Refactor: Fixes issue when options.params contains arrays

* Refactor: Fixes broken test (but we need a lot more)

* Refactor: Adds explaining comments

* Refactor: Adds latest RxJs version so cancellations work

* Refactor: Cleans up the takeUntil code

* Refactor: Adds tests for request function

* Refactor: Separates into smaller functions

* Refactor: Adds last error tests

* Started to changed so we require getBackendSrv from the @grafana-runtime when applicable.

* Using the getBackendSrv from @grafana/runtime.

* Changed so we use the getBackendSrv from the @grafana-runtime when possible.

* Fixed so Server Admin -> Orgs works again.

* Removed unused dependency.

* Fixed digest issues on the Server Admin -> Users page.

* Fix: Fixes digest problems in Playlists

* Fix: Fixes digest issues in VersionHistory

* Tests: Fixes broken tests

* Fix: Fixes digest issues in Alerting => Notification channels

* Fixed digest issues on the Intive page.

* Fixed so we run digest after password reset email sent.

* Fixed digest issue when trying to sign up account.

* Fixed so the Server Admin -> Edit Org works with backendSrv

* Fixed so Server Admin -> Users works with backend srv.

* Fixed digest issues in Server Admin -> Orgs

* Fix: Fixes digest issues in DashList plugin

* Fixed digest issues on Server Admin -> users.

* Fix: Fixes digest issues with Snapshots

* Fixed digest issue when deleting a user.

* Fix: Fixes digest issues with dashLink

* Chore: Changes RxJs version to 6.5.4 which includes the same cancellation fix

* Fix: Fixes digest issue when toggling folder in manage dashboards

* Fix: Fixes bug in executeInOrder

* Fix: Fixes digest issue with CreateFolderCtrl and FolderDashboardsCtrl

* Fix: Fixes tslint error in test

* Refactor: Changes default behaviour for emitted messages as before migration

* Fix: Fixes various digest issues when saving, starring or deleting dashboards

* Fix: Fixes digest issues with FolderPickerCtrl

* Fixed digest issue.

* Fixed digest issues.

* Fixed issues with angular digest.

* Removed the this.digest pattern.

Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
2020-01-21 10:08:07 +01:00
.circleci Build: adds missing filters required to build oss msi (#21618) 2020-01-20 14:37:34 +01:00
.github Update CODEOWNERS (#21093) 2019-12-13 11:16:22 -08:00
conf Add disabled option for cookie samesite attribute (#21472) 2020-01-14 17:41:54 +01:00
contribute E2E docs: Add guide to debuging PhantomJS (#21606) 2020-01-20 08:34:36 +01:00
devenv Devenv: InfluxDB logs dashboard (#21620) 2020-01-20 17:00:37 +01:00
docs Docs: What's new in Grafana v6.6 Draft (#21562) 2020-01-17 16:07:53 +02:00
emails Emails: Update notification templates (#19662) 2019-10-31 10:33:33 -07:00
packages Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
packaging Docker: Custom dockerfiles, docker and image rendering docs update (#20492) 2019-11-21 18:05:26 +01:00
pkg TestData: allow negative values for random_walk parameters (#21627) 2020-01-20 10:50:42 -08:00
public Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
scripts Update musl checksums (#21621) 2020-01-20 19:55:55 +02:00
tools/phantomjs Update render.js 2018-09-22 00:54:56 +03:00
vendor Vendor: grafana-plugin-sdk-go v0.11.0 (#21552) 2020-01-16 12:53:51 -05:00
.babelrc Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544) 2019-09-03 09:29:02 +01:00
.bra.toml Fail when server is unable to bind port (#20409) 2019-11-18 09:49:08 +01:00
.browserslistrc Fix: Autoprefixer is now working (#16351) 2019-04-02 18:15:30 +02:00
.dockerignore remove duplicated /tmp entry in .dockerignore 2018-08-09 09:10:53 +02:00
.editorconfig Chore: Implement revive (#16200) 2019-03-27 17:53:49 +01:00
.gitignore Build: Ignore content of /pkg/extensions, not directory (#21540) 2020-01-16 14:29:48 +01:00
.prettierignore Updated prettierignore 2019-03-08 13:56:21 +01:00
build.go Docker: Build and use musl-based binaries in alpine images to resolve glibc incompatibility issues (#19798) 2019-10-24 14:34:14 +02:00
CHANGELOG.md Add changelog for 6.5.3 2020-01-15 14:34:46 +01:00
CODE_OF_CONDUCT.md Spelling/grammar fixes in top level markdown files 2019-01-28 15:58:32 +00:00
CONTRIBUTING.md Docs: Clean up contribute docs (#19716) 2019-10-22 16:23:46 +02:00
Dockerfile DevEnv: updates nodejs from 10.x to 12.x and golang to 1.13 in ci-deploy dockerfile. (#20405) 2019-11-21 15:16:32 +01:00
Dockerfile.ubuntu DevEnv: updates nodejs from 10.x to 12.x and golang to 1.13 in ci-deploy dockerfile. (#20405) 2019-11-21 15:16:32 +01:00
go.mod Vendor: grafana-plugin-sdk-go v0.11.0 (#21552) 2020-01-16 12:53:51 -05:00
go.sum Vendor: grafana-plugin-sdk-go v0.11.0 (#21552) 2020-01-16 12:53:51 -05:00
Gruntfile.js Docker: Build and use musl-based binaries in alpine images to resolve glibc incompatibility issues (#19798) 2019-10-24 14:34:14 +02:00
ISSUE_TRIAGE.md Docs: Clean up contribute docs (#19716) 2019-10-22 16:23:46 +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 Graph: introduce Tooltip to React graph (#20046) 2019-11-07 12:37:46 +01:00
latest.json Update latest to 6.5.3 (#21509) 2020-01-16 14:16:58 +01:00
lerna.json Update version (#20271) 2019-11-08 12:02:47 +01:00
LICENSE Small license correction 2019-03-21 16:36:24 +01:00
Makefile Build: adds make target run-frontend (#20227) 2019-11-12 11:08:40 +01:00
NOTICE.md Update NOTICE.md 2018-08-09 10:51:04 +02:00
package.json Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
PLUGIN_DEV.md Update PLUGIN_DEV.md (#19387) 2019-09-26 12:40:47 +02:00
README.md Docs: Add "the" to license reference in README (#20167) 2019-11-05 01:22:24 -08: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
tsconfig.json @grafana/toolkit: cleanup (#21441) 2020-01-15 18:51:37 -05:00
tslint.json Chore: Replaces moment with Grafanas DateTime (#16919) 2019-05-08 13:51:44 +02:00
UPGRADING_DEPENDENCIES.md Update UPGRADING_DEPENDENCIES.md (#19386) 2019-09-25 07:28:44 +02:00
yarn.lock Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00

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.