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

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

Closed
lmolkova opened this issue Jul 23, 2024 · 0 comments · Fixed by #1446
Closed

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

lmolkova opened this issue Jul 23, 2024 · 0 comments · Fixed by #1446

Comments

@lmolkova
Copy link
Contributor

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

  • it should be possible to opt-out of per-message tracing (via sampling or tracer suppression)
  • if user opts-out, we can fallback to injecting ambient context or publish span context - this should be specified.
  • maybe we can call out that for single-publish scenarios per-message span SHOULD NOT be created

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: V1 - Stable Semantics
Development

Successfully merging a pull request may close this issue.

2 participants