Go to file
Marcus Efraimsson 3be452f995
DataProxy: Fix issue overriding response body when response status is 101 (#41364)
When a request going through Grafana data source proxy responds with a websocket 
upgrade response we cannot override the response body since it produces an error. 
This problem seems to have been introduced in Grafana v8.0 by #38962. 
In addition #40303 added same problem.

Fixes #41292
2021-11-09 14:33:54 +01:00
.bingo
.circleci
.github Chore: Update codeowners (#41428) 2021-11-08 11:21:35 -08:00
.husky
.vscode
.yarn PanelEdit: Show when field options have override rules or data config that overrides the default (#40250) 2021-11-08 13:18:14 +01:00
conf
contribute
cue/scuemata
cue.mod
devenv Devenv: Fix fake data gen docker to use same network (#41355) 2021-11-08 19:53:57 +01:00
docs Docs: Update data source provisioning in regards to HTTP specific settings (#40163) 2021-11-08 18:59:21 +01:00
e2e Chore: Fixed failing e2e due to day light saving time. (#41417) 2021-11-08 17:05:01 +01:00
emails
grafana-mixin
packages Update dependency optimize-css-assets-webpack-plugin to v6 (#41419) 2021-11-09 13:17:15 +01:00
packaging
pkg DataProxy: Fix issue overriding response body when response status is 101 (#41364) 2021-11-09 14:33:54 +01:00
plugins-bundled
public Prometheus: Add custom query parameters when creating PromLink url (#41213) 2021-11-09 14:04:56 +01:00
scripts Remove FocusConvey check (#41165) 2021-11-09 12:38:51 +01:00
tools
.bra.toml
.browserslistrc
.dockerignore
.drone.star
.drone.yml Remove FocusConvey check (#41165) 2021-11-09 12:38:51 +01:00
.editorconfig
.eslintignore
.eslintrc
.gitattributes
.gitignore
.pa11yci-pr.conf.js
.pa11yci.conf.js
.prettierignore
.prettierrc.js
.yarnrc.yml
CHANGELOG.md
CHANGELOG_ARCHIVE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Dockerfile.ubuntu
GOVERNANCE.md
ISSUE_TRIAGE.md
LICENSE
LICENSING.md
MAINTAINERS.md
Makefile
NOTICE.md
PLUGIN_DEV.md
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
UPGRADING_DEPENDENCIES.md
WORKFLOW.md
api-extractor.json
build.go
embed.go
go.mod update centrifuge to v0.18.8 (#41394) 2021-11-08 18:52:12 +03:00
go.sum update centrifuge to v0.18.8 (#41394) 2021-11-08 18:52:12 +03:00
jest.config.js
latest.json
lerna.json
metadata.md
package.json Update dependency @types/node to v16 (#40913) 2021-11-08 15:45:02 +00:00
stylelint.config.js
tsconfig.json
yarn.lock Update dependency optimize-css-assets-webpack-plugin to v6 (#41419) 2021-11-09 13:17:15 +01: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:

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