Skip to content

Commit

Permalink
feat(metrics): add path and method labels to requests counter (#8201)
Browse files Browse the repository at this point in the history
  • Loading branch information
naseemkullah committed Jan 30, 2022
1 parent 40c69a1 commit fbdfc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/metric/collectors/socket.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit fbdfc65

Please sign in to comment.