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

Disable the messaging receive span telemetry by default #5500

Conversation

mateuszrzeszutek
Copy link
Member

Fixes #5385

I introduced a new property for this (otel.instrumentation.messaging.experimental.receive-telemetry.enabled) - I figured that in case somebody wants to turn it on it probably makes more sense to say enabled=true than suppress=false. And the majority of our properties use the ...enabled form, there's only a few using ...suppress.

@mateuszrzeszutek mateuszrzeszutek requested a review from a team March 4, 2022 11:23
@trask
Copy link
Member

trask commented Mar 5, 2022

closing and re-opening, b/c retriggering build manually doesn't seem to pick up the test latest deps label

@trask trask closed this Mar 5, 2022
@trask trask reopened this Mar 5, 2022
@trask
Copy link
Member

trask commented Mar 5, 2022

oh I forgot, test latest deps is currently failing due to #5503

@trask trask merged commit 4ef6d16 into open-telemetry:main Mar 8, 2022
@mateuszrzeszutek mateuszrzeszutek deleted the disable-receive-telemetry-by-default branch March 8, 2022 07:43
RashmiRam pushed a commit to RashmiRam/opentelemetry-auto-instr-java that referenced this pull request May 23, 2022
…ry#5500)

* Disable the messaging receive span telemetry by default

* fix spring-kafka tests

* remove no longer needed link from the kafka-clients library instrumentation

Co-authored-by: Trask Stalnaker <[email protected]>
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

Successfully merging this pull request may close these issues.

Consider changing the default for suppress-messaging-receive-spans to true
3 participants