mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
Undoing the rename of prometheusProvider to make it easier to focus on the new functionality.
This commit is contained in:
parent
5533ff7580
commit
c30cc6c396
4 changed files with 16 additions and 16 deletions
|
|
@ -47,7 +47,7 @@ type externalPrometheusProvider struct {
|
|||
}
|
||||
|
||||
//TODO: It probably makes more sense to, once this is functional and complete, roll the
|
||||
//customPrometheusProvider and externalPrometheusProvider up into a single type
|
||||
//prometheusProvider and externalPrometheusProvider up into a single type
|
||||
//that implements both interfaces or provide a thin wrapper that composes them.
|
||||
//Just glancing at start.go looks like it would be much more straightforward
|
||||
//to do one of those two things instead of trying to run the two providers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue