Skip to content

Commit

Permalink
#3315 - removed useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonschabas committed Nov 17, 2023
1 parent 056bf6e commit 268e4bf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ object PrometheusMetrics {
Metric[F, Counter](
Counter
.builder()
// .namespace(namespace)
.name(metricNameWithNamespace(namespace, "request_total"))
.help("Total HTTP requests")
.labelNames(labels.namesForRequest ++ labels.namesForResponse: _*)
Expand All @@ -136,7 +135,6 @@ object PrometheusMetrics {
Metric[F, Histogram](
Histogram
.builder()
// .namespace(namespace)
.name(metricNameWithNamespace(namespace, "request_duration_seconds"))
.help("Duration of HTTP requests")
.labelNames(labels.namesForRequest ++ labels.namesForResponse ++ List(labels.forResponsePhase.name): _*)
Expand Down

0 comments on commit 268e4bf

Please sign in to comment.