mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +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"},
|
||||
)
|
||||
|
||||
// define a counter for API errors for various ErrorTypes
|
||||
// define a counter for api requests
|
||||
apiRequestsTotal = metrics.NewCounterVec(
|
||||
&metrics.CounterOpts{
|
||||
Namespace: "prometheus_adapter",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue