Replies: 2 comments 3 replies
-
Hey, I'm not 100% sure I understand your use case, but will ty to help :) If you're using If you're not using |
Beta Was this translation helpful? Give feedback.
-
Hi @kubawach , thank you for your quick reply !! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to be able to specify different resource attributes (
otel.resource.attributes
) for Meter and for Tracer.In version 0.14.1, we use to use
and
where we would update system properties before each.
With version 1.1.0, creation of MeterProvider and TracerProvider is only possible with using same resource attributes (to use different ones would imply replicating a significant amount of code).
Could you provide such functionality? A way to specify different Resource for MeterProvider and TracerProvider. Or initialise MeterProvider and TracerProvider independently (this way allowing for system properties to be overwritten)?
If so, I can alter the code to provide it.
Thank you for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions