Go to file
Jack Westbrook c13f247a94
Card: Defend against conditional action buttons (#35204)
* fix(card): defend against invalid elements types passed to BaseActions

* test(card): add test to support conditional buttons being passed in

* fix(playlistpage): remove disabled prop from LinkButton for editors

* chore(playlistpage): remove title from edit button
2021-06-04 14:38:29 +02:00
.circleci Chore: Add Circle CI empty config (#35020) 2021-06-01 11:56:11 +02:00
.github Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
conf Provisioning: Update accesscontrol sample file 2021-06-02 17:22:34 +02:00
contribute Docs: Add Volta to Grafana dev setup instructions (#35064) 2021-06-02 09:08:38 +01:00
cue remove feature toggle + add libraryPaneldefinition (#34488) 2021-05-27 11:14:58 +02:00
cue.mod
devenv Elasticsearch: Add Top Metrics Aggregation and X-Pack support (#33041) 2021-06-04 11:07:59 +01:00
docs Alerting: Update docs for templating in rule labels (#35238) 2021-06-04 17:46:05 +05:30
e2e NodeGraph: Show node graph collapsed by default with trace view (#34491) 2021-05-26 15:11:47 +02:00
emails Alerting: update email template (#34205) 2021-05-19 18:58:31 +02:00
grafana-mixin
packages Card: Defend against conditional action buttons (#35204) 2021-06-04 14:38:29 +02:00
packaging AccessControl: Add provisioning folder to the packaging process (#34398) 2021-05-20 09:41:39 +02:00
pkg Renderer: add version information (#34964) 2021-06-04 14:33:49 +03:00
plugins-bundled Docs: Add Volta to Grafana dev setup instructions (#35064) 2021-06-02 09:08:38 +01:00
public Card: Defend against conditional action buttons (#35204) 2021-06-04 14:38:29 +02:00
scripts Chore: Upgrade golangci-lint (#35188) 2021-06-03 16:05:49 +02:00
tools
.bra.toml
.browserslistrc
.dockerignore
.drone.star 33369: Add pipeline step with trivy scan for latest on grafana/grafan… (#34660) 2021-05-26 14:27:40 +02:00
.drone.yml Chore: Update drone pipeline failure message to include target branch (#35170) 2021-06-03 14:09:53 +02:00
.editorconfig
.eslintignore
.eslintrc
.gitattributes
.gitignore AccessControl: Add provisioning folder to the packaging process (#34398) 2021-05-20 09:41:39 +02:00
.prettierignore
.prettierrc.js
CHANGELOG.md ReleaseNotes: Updated changelog and release notes for 8.0.0-beta3 (#35049) 2021-06-01 16:07:29 +02:00
CHANGELOG_ARCHIVE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
Dockerfile AccessControl: Add provisioning folder to the packaging process (#34398) 2021-05-20 09:41:39 +02:00
Dockerfile.ubuntu AccessControl: Add provisioning folder to the packaging process (#34398) 2021-05-20 09:41:39 +02:00
GOVERNANCE.md Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
ISSUE_TRIAGE.md Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
LICENSE
LICENSING.md Plugins: Remove Apache licenses from bundled plugins (#34214) 2021-05-18 15:51:33 +02:00
MAINTAINERS.md
Makefile
NOTICE.md
PLUGIN_DEV.md Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
UPGRADING_DEPENDENCIES.md Docs: Better document Go dep upgrading (#34745) 2021-05-26 16:26:23 +02:00
WORKFLOW.md Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
api-extractor.json
build.go build.go: Switch 32bits compilation to default mode (#34656) 2021-05-29 20:50:06 +02:00
embed.go
go.mod SSE: Change math expression to accept any value convertible to float (#34996) 2021-06-03 18:06:12 +03:00
go.sum SSE: Change math expression to accept any value convertible to float (#34996) 2021-06-03 18:06:12 +03:00
jest.config.js Temporarily extend default jest timeout to alliviate stress on drone (#34369) 2021-05-19 12:40:10 +02:00
latest.json Chore: Updates latest.json (#35050) 2021-06-01 16:18:22 +02:00
lerna.json Update packages version (#34064) 2021-05-13 16:02:18 +02:00
metadata.md
package.json Chore: Bump sanitize-url to 5.0.2 (#35088) 2021-06-03 10:05:55 +02:00
tsconfig.json
yarn.lock GraphNG: uPlot 1.6.11 (#35146) 2021-06-03 04:47:49 -05: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.