Skip to content

Commit

Permalink
Fix http.route attribute for search
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Nov 29, 2024
1 parent 3c04a5b commit 0a38476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app/src/main/scala/service.search.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SearchServiceImpl(esClient: ESClient[IO], metric: Histogram[IO, Double])(u
TimeUnit.MILLISECONDS,
withErrorType(
baseAttributes
.added(MetricKeys.httpRoute, s"/api/count/")
.added(MetricKeys.httpRoute, s"/api/search/")
)
)

Expand Down

0 comments on commit 0a38476

Please sign in to comment.