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

Improve troubleshooting with jaeger #1441

Open
or-adar opened this issue Mar 27, 2023 · 1 comment
Open

Improve troubleshooting with jaeger #1441

or-adar opened this issue Mar 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@or-adar
Copy link

or-adar commented Mar 27, 2023

Hi!
I'm trying to enable telemetry for certain components in NSM architechture
to be able to troubleshoot my setup more easily with Jaeger.
However, for some reason, it looks like spans in Jaeger appear as separate while a request can involve more than one service,
making it harder to troubleshoot the flow of different requests.

I've enabled telemetry for NSC, nsmgr and forwarders for my setup.
As for my scenario, I have a NSC sending a grpc Reqest call to NSMgr to open a vWire,
for my scenario, this call is expected to fail and emit an error with message "all forwarders have failed",
up to here everything is good,
but what I'm trying to understand is - why not all consequent requests and dependant services get correlated with the initial request of my NSC when I view the span for my NSC grpc Request? the traceID isn't being propogated?

@or-adar or-adar changed the title Improve troubleshooting traces Improve troubleshooting with jaeger Mar 28, 2023
@denis-tingaikin denis-tingaikin added the enhancement New feature or request label Mar 28, 2023
@denis-tingaikin denis-tingaikin added the bug Something isn't working label Apr 20, 2023
@glazychev-art
Copy link
Contributor

Hi @or-adar,
Thanks for the report!
It looks like we fixed a few problems with opentelemetry (here).
Could you please check it on v1.9.0-rc.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

4 participants