Open
Description
Requirement
As I developer, I wish I could add resource attributes to my telemetry spans using the the telemetry add on trait. Currently I can do it using the camel trait:
camel:
runtimeVersion: 3.2.3
properties:
- quarkus.otel.resource.attributes=service.name=My Service,product=My Product,tenantId=123
Problem
There isn't a field in the telemetry trait to do so
Proposal
Include a resourceAttributes field in the telemetry trait.
Open questions
No response
Activity