Go to file
ying-jeanne 22b2d3c38a
frontend for trim/apply defaults and some bug fixing (#33561)
* remove empty object and workaround on list

* frontend

* add toggle on frontend
2021-05-04 15:03:42 +08:00
.circleci
.github Chore: Fix alerting migration code owners typo (#33644) 2021-05-03 12:17:38 -04:00
conf CSP: Set nonce attribute on Webpack injected bundles (#33298) 2021-04-26 11:38:24 +02:00
contribute Documentation: Update developer-guide.md (#33478) 2021-04-28 11:35:32 -04:00
cue frontend for trim/apply defaults and some bug fixing (#33561) 2021-05-04 15:03:42 +08:00
cue.mod Introduce "scuemata" system for CUE-based specification of Grafana objects (#32527) 2021-04-08 01:11:11 -07:00
devenv devenv: InfluxDB: fix version mismatch (#33484) 2021-04-28 16:39:31 +02:00
docs Update alert docs (#33658) 2021-05-03 14:18:05 -04:00
e2e PanelEdit: Improves viz picker ux, auto close on click (#33633) 2021-05-03 16:49:09 +02:00
emails Update email template for AlertingNG (#32691) 2021-04-07 14:52:48 +05:30
grafana-mixin
packages frontend for trim/apply defaults and some bug fixing (#33561) 2021-05-04 15:03:42 +08:00
packaging Plugins: Support installing to folders with whitespace and fix pluginUrl trailing and leading whitespace failures (#32506) 2021-04-27 16:30:59 +02:00
pkg frontend for trim/apply defaults and some bug fixing (#33561) 2021-05-04 15:03:42 +08:00
plugins-bundled Buttons: replace usage of .btn classnames (#33226) 2021-04-23 10:06:42 +02:00
public frontend for trim/apply defaults and some bug fixing (#33561) 2021-05-04 15:03:42 +08:00
scripts CI: Upgrade build pipeline tool (#33514) 2021-04-29 10:11:15 +02:00
tools
.bra.toml
.browserslistrc Babel: Target more modern browsers, updates browserlistrc (#32573) 2021-04-01 10:32:00 +02:00
.dockerignore
.drone.star
.drone.yml CI: Upgrade build pipeline tool (#33514) 2021-04-29 10:11:15 +02:00
.editorconfig
.eslintignore
.eslintrc Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
.gitattributes
.gitignore gitignore: Ignore files for accesscontrol provisioning (#33577) 2021-04-30 17:24:16 +02:00
.prettierignore Theming: Updates to select styles and theme model progress (#32797) 2021-04-12 14:23:00 +02:00
.prettierrc.js
CHANGELOG.md ReleaseNotes: Updated changelog and release notes for 7.5.5 (#33473) 2021-04-28 17:01:58 +01:00
CHANGELOG_ARCHIVE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Downgrade to node:14.16.0-alpine3.13 (#32065) 2021-03-17 17:07:39 +02:00
Dockerfile.ubuntu Bug: Add git to Dockerfile.ubuntu (#33247) 2021-04-22 09:11:29 +02:00
GOVERNANCE.md
ISSUE_TRIAGE.md
LICENSE Re-license Grafana to AGPLv3 (#33184) 2021-04-20 19:03:30 +02:00
LICENSING.md Re-license Grafana to AGPLv3 (#33184) 2021-04-20 19:03:30 +02:00
MAINTAINERS.md
Makefile Chore: Remove Revive standalone linter - use it via golangci-lint (#33150) 2021-04-20 16:51:08 +02:00
NOTICE.md
PLUGIN_DEV.md
README.md Add storybook (#33373) 2021-04-26 16:00:45 +02:00
ROADMAP.md
SECURITY.md
SUPPORT.md
UPGRADING_DEPENDENCIES.md
WORKFLOW.md
api-extractor.json
build.go
embed.go Introduce "scuemata" system for CUE-based specification of Grafana objects (#32527) 2021-04-08 01:11:11 -07:00
go.mod revendors loki & alertmanager (#33534) 2021-04-29 18:29:42 +01:00
go.sum revendors loki & alertmanager (#33534) 2021-04-29 18:29:42 +01:00
jest.config.js Icons: fix iconRoot url (#33243) 2021-04-23 09:06:19 +02:00
latest.json Bump version in latest.json (#33500) 2021-04-28 21:26:34 +01:00
lerna.json
metadata.md Docs: Document plugin authentication in metadata schema (#32703) 2021-04-08 18:13:18 +02:00
package.json Icons: unfork react-inlinesvg (#33607) 2021-05-02 13:43:18 -05:00
tsconfig.json
yarn.lock Chore(deps): Bump ssri from 6.0.1 to 6.0.2 (#33550) 2021-05-02 12:57:51 -07: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 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.