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
Marcus Andersson a7a1406415
Variables: migrates ad hoc variable type to react/redux. (#22784)
* Refactor: moves all the newVariables part to features/variables directory

* Feature: adds datasource type

* Tests: adds reducer tests

* Tests: covers data source actions with tests

* Chore: reduces strict null errors

* boilerplate that will be replaced by real code.

* added old editor template.

* added initial version of ad hoc editor.

* added working (apart from add) version of the editor.

* Added placeholder for picker.

* Have a working UI. Need to connect it so we refresh the variables on changes.

* variable should be updated now.

* removed console.log

* made the url work.

* cleaned up the adapter.

* added possiblity to create filter directly from table.

* moved infotext from general reducer to extended value of adhoc.

* fixed strict null errors.

* fixed strict null errors.

* fixed issue where remove was displayed before being added.

* fixed issue with fragment key.

* changed so template_src is using the redux variables.

* minor refactorings.

* moved adhoc picker to adhoc variable.

* adding tests for reducer and fixed bug.

* added tests or urlparser.

* added tests for ad hoc actions.

* added more tests.

* added more tests.

* fixed strict null error.

* fixed copy n pase error.

* added utilit for getting new variable index.

* removed console.log

* added location to reducerTester type and created a module type for it.

* changed so we only have one builder pattern.

* fixed tests to use static expected values.

* fixed strict errors.

* fixed more strict errors.

Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
2020-03-23 09:00:36 +01:00
.circleci Fix ValueMappingEditor test TS issue (#22895) 2020-03-19 16:48:49 +01:00
.github Testing code owners for backend code (#22572) 2020-03-04 17:08:07 +01:00
conf Dashboard: Adds support for a global minimum dashboard refresh interval (#19416) 2020-02-28 14:32:01 +01:00
contribute E2E: Add new run modes for e2e tests (#22795) 2020-03-16 14:35:55 +01:00
devenv Devenv: adds grafana block with a customizeable version (#22867) 2020-03-18 15:42:41 +01:00
docs Docs: Update email notifier documentation (#22919) 2020-03-20 19:13:18 +01:00
e2e E2E: Add new run modes for e2e tests (#22795) 2020-03-16 14:35:55 +01:00
emails Emails: Update notification templates (#19662) 2019-10-31 10:33:33 -07:00
packages NewPanelEdit: Organise sidebar in tabs (#22870) 2020-03-20 15:15:04 +01:00
packaging Docker: Upgrade Ubuntu to 19.10 (#22306) 2020-02-19 15:23:54 +01:00
pkg AuthProxy: Fixes bug where long username could not be cached (#22926) 2020-03-20 21:50:27 +01:00
public Variables: migrates ad hoc variable type to react/redux. (#22784) 2020-03-23 09:00:36 +01:00
scripts NewPanelEdit: Organise sidebar in tabs (#22870) 2020-03-20 15:15:04 +01:00
tools/phantomjs Rendering: Have phantomjs wait a bit before rendering to give fonts a change to load (#22623) 2020-03-06 17:55:13 +01:00
vendor Alerting: support alerting on data.Frame (that can be time series) (#22812) 2020-03-18 10:30:07 -04: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 TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
.eslintrc TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
.gitignore E2E: Add new run modes for e2e tests (#22795) 2020-03-16 14:35:55 +01:00
.prettierignore Updated prettierignore 2019-03-08 13:56:21 +01:00
api-extractor.json Docs: adding API reference documentation support for the packages libraries. (#21931) 2020-02-25 13:59:11 +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 changelog 6.7.1 (#22932) 2020-03-20 17:23:22 +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 Fix Dockerfile lint errors (#22496) 2020-02-28 16:27:49 +01:00
Dockerfile.ubuntu Fix Dockerfile lint errors (#22496) 2020-02-28 16:27:49 +01:00
go.mod Alerting: support alerting on data.Frame (that can be time series) (#22812) 2020-03-18 10:30:07 -04:00
go.sum Alerting: support alerting on data.Frame (that can be time series) (#22812) 2020-03-18 10:30:07 -04: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.js FieldOverides: apply field overrides based on configuration (#22047) 2020-02-13 21:37:24 +01:00
latest.json update latest to 6.7.1 (#22933) 2020-03-20 17:32:11 +01:00
lerna.json Increment Grafana version (#22728) 2020-03-11 17:20:56 +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: Support Volta in package.json (#22849) 2020-03-17 22:08:32 +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 TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
UPGRADING_DEPENDENCIES.md Update UPGRADING_DEPENDENCIES.md (#19386) 2019-09-25 07:28:44 +02:00
yarn.lock DevEnv: updates lockfile to fix breaking builds on CI (#22811) 2020-03-16 15:52:25 +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.