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

Use Otel semantic conventions for attributes #2989

Open
clintonb opened this issue Dec 30, 2024 · 1 comment
Open

Use Otel semantic conventions for attributes #2989

clintonb opened this issue Dec 30, 2024 · 1 comment
Assignees

Comments

@clintonb
Copy link

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
Use OpenTelemetry's semantic conventions for messaging. This ensures consistency with other messaging systems, and (more importantly) enables UI/UX features in tooling such as Datadog (as captured below).

Screenshot 2024-12-30 at 2 27 53 PM

Describe alternatives you've considered
I am sticking with https://github.com/appsignal/opentelemetry-instrumentation-bullmq for now since using bullmq-otel would require me to update queries and charts. That library follows semantic conventions: https://github.com/appsignal/opentelemetry-instrumentation-bullmq/blob/main/src/attributes.ts.

Additional context
Add any other context or screenshots about the feature request here.

@manast
Copy link
Contributor

manast commented Dec 31, 2024

I think the important here is that bullmq-otel adheres to Otel conventions, but having a generic naming of attributes that is not tied specifically to Otel in BullMQ as we want our telemetry interface to be generic and not hard tied to Otel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants