We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want the span kind to be marked as 'Server' as it aptly represents span kind as 'Server' for Micronaut originating calls.
As part of Micronaut OpenTelemetry tracing, the spans generated are not marked with Kind as 'Server'.
Issue can be reproduced by following any Micronaut 4.x OpenTelemetry tracing guide https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-zipkin-opentelemetry-maven-java.html
JDK smutalik-mac:spring-webclient smutalik$ java -version java version "17.0.5" 2022-10-18 LTS Java(TM) SE Runtime Environment (build 17.0.5+9-LTS-191) Java HotSpot(TM) 64-Bit Server VM (build 17.0.5+9-LTS-191, mixed mode, sharing) OS MacOS
https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-zipkin-opentelemetry-maven-java.html
4.6.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
We want the span kind to be marked as 'Server' as it aptly represents span kind as 'Server' for Micronaut originating calls.
Actual Behaviour
As part of Micronaut OpenTelemetry tracing, the spans generated are not marked with Kind as 'Server'.
Steps To Reproduce
Issue can be reproduced by following any Micronaut 4.x OpenTelemetry tracing guide
https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-zipkin-opentelemetry-maven-java.html
Environment Information
JDK
smutalik-mac:spring-webclient smutalik$ java -version
java version "17.0.5" 2022-10-18 LTS
Java(TM) SE Runtime Environment (build 17.0.5+9-LTS-191)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.5+9-LTS-191, mixed mode, sharing)
OS MacOS
Example Application
https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-zipkin-opentelemetry-maven-java.html
Version
4.6.2
The text was updated successfully, but these errors were encountered: