GoogleCloudPlatform / GoogleCloudPlatform/opentelemetry-operator-sample
Make it easier to instrument a service in a different namespace
Open
bug
priority: p2
- Dominant language
- Go
- Stars
- 37
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Using "true" as the value for annotations means it will only work if the application is in the same namespace. Using "namespace/instrumentation-name" will work from any namespace.
The endpoint name in the instrumentation's service isn't namespace, so it doesn't work if the app is in a different namespace. It should be "service-name.default"
Contributor guide
Assessment
This issue has not been assessed yet.