-
Notifications
You must be signed in to change notification settings - Fork 273
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
Zipkin reports UNKNOWN_SERVICE : graphql_request for router spans #180
Comments
it might be related to open-telemetry/opentelemetry-rust@2d37fd1 |
This was referenced Nov 29, 2021
this should be fixed with #210, at least for item 1. For item 2, the subgraph fetches shifting, I have not been able to reproduce yet |
Merged
o0Ignition0o
added a commit
that referenced
this issue
Dec 3, 2021
# [v0.1.0-alpha.2] 2021-12-03 ## 🚀🌒 Public alpha release > An alpha or beta release is in volatile, active development. The release might not be feature-complete, and breaking API changes are possible between individual versions. ## ✨ Features - JSON log output ## 🐛 Fixes - Fix Open Telemetry Zipkin report errors [#180](#180)
o0Ignition0o
added a commit
that referenced
this issue
Dec 3, 2021
# [v0.1.0-alpha.2] 2021-12-03 ## 🚀🌒 Public alpha release > An alpha or beta release is in volatile, active development. The release might not be feature-complete, and breaking API changes are possible between individual versions. ## ✨ Features - JSON log output ## 🐛 Fixes - Fix Open Telemetry Zipkin report errors [#180](#180)
tinnou
pushed a commit
to Netflix-Skunkworks/router
that referenced
this issue
Oct 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
As a follow-on to #149 I'm now seeing Zipkin report
UNKNOWN_SERVICE : graphql_request
for router spans.The subgraph spans are also offset, so not sure if trace propagation is working correctly.
To Reproduce
Steps to reproduce the behavior:
git clone git@github.com:apollographql/supergraph-demo-fed2.git
make docker-up-router-otel
- uses docker-compose.router-otel.ymlmake smoke-router
Run Query
UNKNOWN_SERVICE : graphql_request
for router requestsShow
and see the offset subgraph spansExpected behavior
serviceName
field, and ideally allow setting the field viaconfig.yaml
and include it in the config docsOutput
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: