-
Couldn't load subscription status.
- Fork 1k
Closed
open-telemetry/opentelemetry-java
#7639Closed
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When using declarative config, getResource() (it's protected) returns an empty instance.
In the agent, we access this instance.
Describe the solution you'd like
Possible solutions
- populate the resource in the SDK
- extract the resource from the tracer provider using reflection
- use some plugin from the SDK (not sure which)
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done