prometheus-adapter/pkg/custom-provider
Solly Ross 823b8051c9 Continue on error when processing series
Previously, if we encountered an error while trying to update our series
list, we'd return an error, aborting the processing of the entire batch.
This could lead to the list of available metrics being severely out of
date.  Instead, we simply log an error when we fail to process a metric
name, and skip it.
2017-06-27 20:13:17 -04:00
..
metric_namer.go Continue on error when processing series 2017-06-27 20:13:17 -04:00
metric_namer_test.go gofmt all files 2017-06-27 19:01:39 -04:00
provider.go Have provider constructor take a stop channel 2017-06-27 20:11:02 -04:00
provider_test.go Have provider constructor take a stop channel 2017-06-27 20:11:02 -04:00