Files
grafana/public/app/plugins/datasource/prometheus
David Kaltschmidt c3b67f3a13 Explore: Logging label filtering
- adds a custom label renderer to Logs viewer in Explore
- labels are no longer treated as strings, they are passed as parsed objects to the log row
- label renderer supports onClick handler for an action
- renamed Explore's `onClickTableCell` to `onClickLabel` and wired up log label renderers
- reuse Prometheus `addLabelToSelector` to modify Logging queries via click on label
- added tests to `addLabelToSelector`, changed to include the surrounding `{}`
- use label render also for common labels in the controls panel
- logging meta data section has now a custom renderer that can render numbers, strings, and labels
- style adjustments
2018-11-28 14:20:10 +01:00
..
2018-11-21 17:21:13 +01:00
2018-10-29 12:05:24 +01:00
2018-01-31 09:41:49 +01:00
2018-11-28 14:20:10 +01:00
2018-03-12 13:53:05 +09:00
2018-10-30 14:38:34 +01:00
2018-07-13 09:09:36 +02:00

Prometheus Data Source - Native Plugin

Grafana ships with built in support for Prometheus, the open-source service monitoring system and time series database.

Read more about it here:

http://docs.grafana.org/datasources/prometheus/