mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
replace "endpoint" with "path"
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
e772844ed8
commit
a53ee9eed1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ var (
|
|||
Help: "Prometheus client query latency in seconds. Broken down by target prometheus endpoint and target server",
|
||||
Buckets: prometheus.DefBuckets,
|
||||
},
|
||||
[]string{"endpoint", "server"},
|
||||
[]string{"path", "server"},
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue