Suppress auto-generated attributes of each span #6182
Unanswered
itsmaneesh
asked this question in
Q&A
Replies: 1 comment 16 replies
-
this might help: https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#disabling-automatic-resourceproviders |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are seeing an increase in the size (in bytes) of each span using OpenTelemetry i.e.: Earlier the span data size was in around 1KB and now it has increased by an additional 1.5x as ~ 2.4KB and this is contributing to more disk space usage.
There is a lot of duplicate data across the spans (under the same trace Id) in Tags and Process sections on Jaeger UI.
Is there way to suppress / disable such duplicate data being attached to each span? Or solution to reduce this situation.
Beta Was this translation helpful? Give feedback.
All reactions