prometheus-adapter/pkg/custom-provider
Tony Compton 76217a552b Some more adjustment.
* Breaking out some types to make the functionality more composable and easier to digest. (e.g. `basicMetricLister` interacts with Prometheus and `periodicMetricLister` periodically invokes `basicMetricLister`.
* Pulling out some of the type embedding between `basicSeriesRegistry` and `MetricLister` to make it easier to digest.
* Deleting the `/metric-converter` code because I'm pretty certain it's not going to be necessary as things transition to using the namer-based configuration.
* Some light-ish refactoring in `metricNamer` to get some re-use out of query generation in preparation for using it with external metrics.
2018-07-17 15:50:32 -04:00
..
basic_metric_lister.go Some more adjustment. 2018-07-17 15:50:32 -04:00
external_provider.go Some more adjustment. 2018-07-17 15:50:32 -04:00
metric_namer.go Some more adjustment. 2018-07-17 15:50:32 -04:00
periodic_metric_lister.go Some more adjustment. 2018-07-17 15:50:32 -04:00
provider.go Some more adjustment. 2018-07-17 15:50:32 -04:00
provider_test.go Fixing a couple of renames I left off. 2018-06-27 22:17:24 -04:00
series_registry.go Some more adjustment. 2018-07-17 15:50:32 -04:00
series_registry_test.go Update dependencies to Kubernetes 1.11 2018-06-27 16:57:50 -04:00