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

Auto-instrumentation doesn't work as expected #2959

Open
Sotatek-GiangPham2 opened this issue May 15, 2024 · 2 comments
Open

Auto-instrumentation doesn't work as expected #2959

Sotatek-GiangPham2 opened this issue May 15, 2024 · 2 comments
Labels

Comments

@Sotatek-GiangPham2
Copy link

Sotatek-GiangPham2 commented May 15, 2024

Hi everyone,

I recently deployed a application nodejs, and setup Opentelemtry-operator and Jaeger to trace latency of my application. I read carefully docs, so i configurate successfuly init instrumentation into application. But when i check logs of collector and Jaeger UI, i can't see anything metrics (i curl API application before). I feel a bit strange, do I have to write anything else in my code? But i used auto-instrumentation. Hope everyone support!

Thanks
Giang


image
image
Information for my appilication
image

@yuriolisa
Copy link
Contributor

@Sotatek-GiangPham2, could you please confirm if your Jaeger endpoint configured on exporters is correct? Also, note that you configured only traces pipeline, which will send only traces. If you intend to export metrics and logs, please ensure the exporter and pipeline configurations accordingly.

@Sotatek-GiangPham2
Copy link
Author

Sotatek-GiangPham2 commented May 15, 2024

@yuriolisa Thanks you so much, i fixed this errors.

By the way, if you mind if I ask more about python and go auto-instrumentation. I deployed a simple application by python or go ( a hello-world api), i can easy insert instrumentation into pod and reach all information need tracing at jaeger. But when i use a complicated application of my project, i can't reach tracing information.

I know it's a stupid question but I don't understand why it happens to my two projects go and python. Hope you can suggest it help me. Thanks you

Giang

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

No branches or pull requests

3 participants