grafana/public/app/plugins/datasource/logging
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
..
components Renamed targets to queries 2018-11-21 16:28:30 +01:00
img Datasource for Grafana logging platform 2018-07-20 17:07:17 +02:00
partials Datasource for Grafana logging platform 2018-07-20 17:07:17 +02:00
datasource.ts Explore: Logging label filtering 2018-11-28 14:20:10 +01:00
language_provider.test.ts Explore: swtiching to logging should keep prometheus labels in case of error 2018-11-23 11:15:25 +01:00
language_provider.ts Explore: make query field suggestions more robust 2018-11-23 12:25:43 +01:00
module.ts Explore: repair logging after code restructuring 2018-10-30 16:35:49 +01:00
plugin.json Datasource for Grafana logging platform 2018-07-20 17:07:17 +02:00
query_utils.test.ts Explore: Logging label filtering 2018-11-28 14:20:10 +01:00
query_utils.ts Explore: Logging label filtering 2018-11-28 14:20:10 +01:00
README.md Datasource for Grafana logging platform 2018-07-20 17:07:17 +02:00
result_transformer.test.ts Explore: Logging label filtering 2018-11-28 14:20:10 +01:00
result_transformer.ts Explore: Logging label filtering 2018-11-28 14:20:10 +01:00

Grafana Logging Datasource - Native Plugin

This is a built in datasource that allows you to connect to Grafana's logging service.