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
After this PR got merged #1385, the TraceTests are failing due to changes on the semantic conventions.
messaging.destination.kind="topic" is not part of span attributes anymore, but when removing it, we can't get an unique selector.
messaging.destination.kind="topic"
https://github.com/open-telemetry/opentelemetry-demo/blob/main/test/tracetesting/checkout-service/place-order.yaml#L48 and https://github.com/open-telemetry/opentelemetry-demo/blob/main/test/tracetesting/frontend-service/06-checking-out-cart.yaml#L62
have the same identifiers.
I've pinged the TraceTest team in order to get some assistance.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
After this PR got merged #1385, the TraceTests are failing due to changes on the semantic conventions.
messaging.destination.kind="topic"
is not part of span attributes anymore, but when removing it, we can't get an unique selector.https://github.com/open-telemetry/opentelemetry-demo/blob/main/test/tracetesting/checkout-service/place-order.yaml#L48
and
https://github.com/open-telemetry/opentelemetry-demo/blob/main/test/tracetesting/frontend-service/06-checking-out-cart.yaml#L62
have the same identifiers.
I've pinged the TraceTest team in order to get some assistance.
The text was updated successfully, but these errors were encountered: