Skip to content

Commit

Permalink
Puppy brained
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Apr 19, 2024
1 parent ce841be commit 45d6508
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ class BeanConfig {
fun httpClient(registry: ObservationRegistry): OkHttpClient {
val interceptor = OkHttpObservationInterceptor.builder(registry, "okhttp.requests")
// This can lead to tag cardinality explosion as it doesn't use uri patterns, should investigate options for that one day
.uriMapper { "${it.method} ${it.url.host}${it.url.encodedPath}" }
.uriMapper { it.url.encodedPath }
.build()

return OkHttpClient.Builder()
Expand Down

0 comments on commit 45d6508

Please sign in to comment.