feat(metrics): add path and method labels to requests counter (#8201)
This commit is contained in:
parent
40c69a1ef7
commit
fbdfc6505b
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ func NewSocketCollector(pod, namespace, class string, metricsPerHost bool, bucke
|
|||
Namespace: PrometheusNamespace,
|
||||
ConstLabels: constLabels,
|
||||
},
|
||||
[]string{"ingress", "namespace", "status", "service", "canary"},
|
||||
requestTags,
|
||||
),
|
||||
|
||||
bytesSent: prometheus.NewHistogramVec(
|
||||
|
|
Loading…
Reference in a new issue