mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Merge remote-tracking branch 'origin/instrument-metrics' into instrument-metrics
# Conflicts: # pkg/client/metrics/metrics.go
This commit is contained in:
commit
34c2e3ebd3
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ var (
|
||||||
[]string{"path", "server"},
|
[]string{"path", "server"},
|
||||||
)
|
)
|
||||||
|
|
||||||
// define a counter for API errors for various ErrorTypes
|
// define a counter for api requests
|
||||||
apiRequestsTotal = metrics.NewCounterVec(
|
apiRequestsTotal = metrics.NewCounterVec(
|
||||||
&metrics.CounterOpts{
|
&metrics.CounterOpts{
|
||||||
Namespace: "prometheus_adapter",
|
Namespace: "prometheus_adapter",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue