Skip to content
New issue

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

Micronaut OpenTelemetry tracing does not set span Kind to 'Server' for all traces #661

Open
smutalik opened this issue Nov 8, 2024 · 0 comments

Comments

@smutalik
Copy link

smutalik commented Nov 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant