EventCountLimit cannot be set to more than 128 in Opentelemetry auto instrumentation using java #8055
Unanswered
mounikaVeeha
asked this question in
Q&A
Replies: 1 comment
-
Have you tried using the system property or environment variable described in https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#span-limits to increase the limit? |
Beta Was this translation helpful? Give feedback.
0 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 have a requirement where for each trace id we need to set 1000 events for one trace .But as per the documentation we see that we can only set events size to 128 . Is there a way where we could increase size based on the requirement we have.
Beta Was this translation helpful? Give feedback.
All reactions