Skip to content

Ability to set resource attributes on the telemetry trait #6003

Open
@lsergio

Description

@lsergio

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions