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
Andrej Ocenas 1864807b15
Tracing: Performance optimization (#23474)
* Add integration with Jeager
Add Jaeger datasource and modify derived fields in loki to allow for opening a trace in Jager in separate split.
Modifies build so that this branch docker images are pushed to docker hub
Add a traceui dir with docker-compose and provision files for demoing.:wq

* Enable docker logger plugin to send logs to loki

* Add placeholder zipkin datasource

* Fixed rebase issues, added enhanceDataFrame to non-legacy code path

* Trace selector for jaeger query field

* Fix logs default mode for Loki

* Fix loading jaeger query field services on split

* Updated grafana image in traceui/compose file

* Fix prettier error

* Hide behind feature flag, clean up unused code.

* Fix tests

* Fix tests

* Cleanup code and review feedback

* Remove traceui directory

* Remove circle build changes

* Fix feature toggles object

* Fix merge issues

* Add trace ui in Explore

* WIP

* WIP

* WIP

* Make jaeger datasource return trace data instead of link

* Allow js in jest tests

* Return data from Jaeger datasource

* Take yarn.lock from master

* Fix missing component

* Update yarn lock

* Fix some ts and lint errors

* Fix merge

* Fix type errors

* Make tests pass again

* Add tests

* Fix es5 compatibility

* Add header with minimap

* Fix sizing issue due to column resizer handle

* Fix issues with sizing, search functionality, duplicate react, tests

* Refactor TraceView component, fix tests

* Fix type errors

* Add dark theme styling

* Add tests for hooks

* More color changes

* Fix tests to deal with additional theme wrappers.

* Add memoization

* Fix duplicate identifier

Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
2020-04-15 16:04:01 +02:00
.circleci CI: scan master and release images oss/enterprise (#23475) 2020-04-15 12:07:49 +02:00
.github Codeowner: Marcus Olsson and Jess for .mdx files (#23290) 2020-04-02 16:54:04 +02:00
conf Tracing: Performance optimization (#23474) 2020-04-15 16:04:01 +02:00
contribute Docs: Update contributing doc to install node@12. (#23450) 2020-04-08 20:29:10 -07:00
devenv Chore: Upgrade to Go 1.14 (#23371) 2020-04-08 14:13:05 +02:00
docs Remove guides (#23589) 2020-04-15 15:19:12 +02:00
e2e Runtime: make sure we don't lose nested default config values (#23560) 2020-04-15 10:54:52 +02:00
emails Emails: Update notification templates (#19662) 2019-10-31 10:33:33 -07:00
packages Tracing: Performance optimization (#23474) 2020-04-15 16:04:01 +02:00
packaging Docker: Upgrade Ubuntu to 19.10 (#22306) 2020-02-19 15:23:54 +01:00
pkg Fix instantiation of plugin settings (#23583) 2020-04-15 11:57:44 +02:00
plugins-bundled @grafana/ui: Replace various icons using Icon component (#23442) 2020-04-12 22:20:02 +02:00
public Tracing: Performance optimization (#23474) 2020-04-15 16:04:01 +02:00
scripts grafana-build-container: Update armv7 musl compiler (#23558) 2020-04-14 16:59:45 +02: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 Plugins: verify manifest signature (#23519) 2020-04-14 06:02:39 -07:00
.babelrc Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544) 2019-09-03 09:29:02 +01:00
.bra.toml Chore: Upgrade to Go 1.14 (#23371) 2020-04-08 14:13:05 +02: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 Support using multiple datasources for testing bulk alerting. (#23258) 2020-04-01 20:55:37 +02:00
.prettierignore Updated prettierignore 2019-03-08 13:56:21 +01:00
api-extractor.json Docs: added code comments for everything in the @grafana/runtime package. (#23456) 2020-04-15 10:46:51 +02: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 Docs: Update changelog with attribution 2020-04-08 10:56:23 +02: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 Chore: Upgrade to Go 1.14 (#23371) 2020-04-08 14:13:05 +02:00
Dockerfile.ubuntu Chore: Upgrade to Go 1.14 (#23371) 2020-04-08 14:13:05 +02:00
go.mod Plugins: verify manifest signature (#23519) 2020-04-14 06:02:39 -07:00
go.sum Plugins: verify manifest signature (#23519) 2020-04-14 06:02:39 -07: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 @grafana/ui: Create Icon component and replace part of the icons (#23402) 2020-04-08 14:33:31 +02: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 Linting fixes for dashboard provsioning (#23576) 2020-04-15 08:12:52 +02:00
NOTICE.md Update NOTICE.md 2018-08-09 10:51:04 +02:00
package.json Chore: update rxjs (#23577) 2020-04-14 16:22:03 -07: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 tsconfig: set jsx option to "react" (#23335) 2020-04-03 13:48:41 -07:00
UPGRADING_DEPENDENCIES.md Update UPGRADING_DEPENDENCIES.md (#19386) 2019-09-25 07:28:44 +02:00
yarn.lock Chore: update rxjs (#23577) 2020-04-14 16:22:03 -07: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.