Commit 412ac55e authored by Felipe Andrade's avatar Felipe Andrade

also to other todo

parent 9789fa60
......@@ -104,7 +104,7 @@ func NewPromHTTPRecorder(r *prometheus.Registry, ns string) HTTPRecorder {
}
func (p *PromHTTPRecorder) RecordHTTPRequestDuration(params *HTTPParams, dur time.Duration) {
// TODO: remove this in the future when services opted in to new metric
// TODO(INF-509): remove this in the future when services opted in to new metric
p.HTTPRequestDuration.WithLabelValues(params.Method, strconv.Itoa(params.StatusCode)).
Observe(float64(dur.Milliseconds()))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment