Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to set resource attributes on the telemetry trait #6003

Open
lsergio opened this issue Dec 17, 2024 · 1 comment
Open

Ability to set resource attributes on the telemetry trait #6003

lsergio opened this issue Dec 17, 2024 · 1 comment
Labels
kind/feature New feature or request

Comments

@lsergio
Copy link
Contributor

lsergio commented Dec 17, 2024

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

@lsergio lsergio added the kind/feature New feature or request label Dec 17, 2024
@squakez
Copy link
Contributor

squakez commented Dec 19, 2024

Same as expressed in #6002 (comment) - I think that we should avoid just translating camel properties in the future in order to be able to simplify long term maintenance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants