grafana/pkg/plugins/backendplugin
Marcus Efraimsson 5c711bfb79
Backend Plugins: Collect and expose metrics and plugin process health check (#21481)
Adds support for collecting metrics from backend plugins and 
exposing them thru Grafana's Prometheus metrics endpoint. 
Enables to check health of backend plugin by using the route
`/api/plugins/<plugin id>/health`.
Uses sdk v0.6.0.

Closes #20984
2020-01-15 13:10:48 +01:00
..
collector Backend Plugins: Collect and expose metrics and plugin process health check (#21481) 2020-01-15 13:10:48 +01:00
backend_plugin.go Backend Plugins: Collect and expose metrics and plugin process health check (#21481) 2020-01-15 13:10:48 +01:00
client.go Backend Plugins: Collect and expose metrics and plugin process health check (#21481) 2020-01-15 13:10:48 +01:00
log_wrapper.go Backend plugins: Log wrapper args formatting fix (#20521) 2019-11-20 16:57:55 +01:00
log_wrapper_test.go Backend plugins: Log wrapper args formatting (#20514) 2019-11-20 14:27:28 +01:00
manager.go Backend Plugins: Collect and expose metrics and plugin process health check (#21481) 2020-01-15 13:10:48 +01:00