replace "endpoint" with "path"

Co-authored-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
bogo 2023-10-07 10:40:52 +08:00 committed by GitHub
parent e772844ed8
commit a53ee9eed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"},
)
)