mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 09:47:54 +00:00
* Wiped out a ton of warnings about comments. * Created consts for `MetricType` values. * `externalInfoMap` can now track multiple series with the same name/namespace and different labels. * `namespace` parameter of external metrics queries is now respected (albeit very rudimentarily) * Metric converter values for external metrics are now converted the same way as for custom metrics (probably still some opportunity for consolidation). * Lots of TODOs actually done. * Deleted a lot of commented out code. |
||
|---|---|---|
| .. | ||
| metric-converter | ||
| basic_metric_lister.go | ||
| debug.test | ||
| external_info_map.go | ||
| external_provider.go | ||
| external_series_registry.go | ||
| label_group_resource_extractor.go | ||
| metric_name_converter.go | ||
| metric_name_converter_test.go | ||
| metric_namer.go | ||
| periodic_metric_lister.go | ||
| periodic_metric_lister_test.go | ||
| provider.go | ||
| provider_test.go | ||
| query_builder.go | ||
| query_builder_test.go | ||
| regex_matcher.go | ||
| regex_matcher_test.go | ||
| resource_converter.go | ||
| resource_converter_test.go | ||
| series_filterer.go | ||
| series_filterer_test.go | ||
| series_registry.go | ||
| series_registry_test.go | ||