mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
- 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 |
||
---|---|---|
.. | ||
components | ||
img | ||
partials | ||
datasource.ts | ||
language_provider.test.ts | ||
language_provider.ts | ||
module.ts | ||
plugin.json | ||
query_utils.test.ts | ||
query_utils.ts | ||
README.md | ||
result_transformer.test.ts | ||
result_transformer.ts |
Grafana Logging Datasource - Native Plugin
This is a built in datasource that allows you to connect to Grafana's logging service.