open-telemetry / semantic-conventions

Defines standards for generating consistent, accessible telemetry across a variety of domains
Apache License 2.0
244 stars 158 forks source link

Messaging batch-publish: make per-message tracing disableable #1273

Open lmolkova opened 1 month ago

lmolkova commented 1 month ago

Based on the discussion in https://github.com/open-telemetry/opentelemetry-specification/issues/4123, we should recommend instrumentation libraries to let users control per-message tracing:

Currently spec leaves it up to the instrumentation library to decide whether to trace messages independently or not.