-
Couldn't load subscription status.
- Fork 30
Latest opentelemetry #333
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
base: master
Are you sure you want to change the base?
Latest opentelemetry #333
Conversation
…into opentelemtry_cleanup
0a31b41 to
66ab684
Compare
| } else { | ||
| std::cout << "Initializing OpenTelemetry for worker..." << std::endl; | ||
| serviceName = "jasminegraph-worker"; | ||
| otlpEndpoint = "http://172.28.5.1:4318/v1/traces"; // Host IP for worker containers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this IP address and port hardcoded here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modify to http://tempo:4318/v1/traces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have put comments. Please address each one of those and reply explaining how you addressed those.
|


No description provided.