open-telemetry / opentelemetry-java

OpenTelemetry Java SDK
https://opentelemetry.io
Apache License 2.0
1.95k stars 800 forks source link

Suppressing Zipkin exporter's instrumentations #5967

Open LikeTheSalad opened 9 months ago

LikeTheSalad commented 9 months ago

Add instrumentation suppressing context key to the exporter. Similar to what was done for OkHttp-related exporters here.

chungngoops commented 7 months ago

I'm working on this issue.

breedx-splk commented 3 months ago

Hi @chungngoops . Any updates?

chungngoops commented 2 months ago

@breedx-splk : sorry I didn't have time to continue the work, but back on it now.

SylvainJuge commented 1 month ago

The way to suppress Zipkin exporter instrumentation might change a bit if https://github.com/open-telemetry/opentelemetry-java/pull/6546 is merged.

chungngoops commented 1 month ago

I created a draft PR #6552, I am struggling with creating test for the new changes, could anyone help me with this.