You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Pass HttpResponse from HttpClientResponseException to OpenTelemetry client instrumenter (#710)
* Added test to demonstrate missing http error status_code in client spans
* Pass the HttpResponse to OTel instrumentation when client call throws HttpClientResponseException
Copy file name to clipboardExpand all lines: tracing-opentelemetry-http/src/main/java/io/micronaut/tracing/opentelemetry/instrument/http/client/OpenTelemetryClientFilter.java
Copy file name to clipboardExpand all lines: tracing-opentelemetry-http/src/test/groovy/io/micronaut/tracing/opentelemetry/instrument/http/OpenTelemetryHttpSpec.groovy
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,9 @@ class OpenTelemetryHttpSpec extends Specification {
0 commit comments