You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the issue is:
resource.New is called twice, once here where it's used for the go-contrib config package and once here only for meter provider
Describe the bug
When setting up the collector's self-telemetry, I found that metrics emit different resource attributes than the other signals.
Steps to reproduce
service.instance.id
in the outputs to discover differing IDsWhat did you expect to see?
A single and consistent service.instance.id in self-telemetry
What did you see instead?
logs service.instance.id: ca53d844-128d-4358-8978-8702c6bf3aad
traces service.instance.id: ca53d844-128d-4358-8978-8702c6bf3aad
opamp service.instance.id: ca53d844-128d-4358-8978-8702c6bf3aad
metrics service.instance.id: d768bfb1-6707-4b57-a96a-c89da7255388
What version did you use?
v0.116.0
What config did you use?
Environment
Mac OS 15.1
Additional context
The text was updated successfully, but these errors were encountered: