Replies: 1 comment 8 replies
-
@lmssy I don't know if it will have better or worse performance, but can you try @jsuereth @jkwatson I have a feeling we have an issue with the metrics SDK storage that it can grow forever if no exporter is configured to trigger resets. |
Beta Was this translation helpful? Give feedback.
8 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.
-
Here is an OOM dump below:

javaagent version: 1.5.1
params: -Dotel.metrics.exporter=none -Dotel.exporter.otlp.traces.endpoint=http://myip:4317 -Dotel.traces.sampler=parentbased_traceidratio -Dotel.traces.sampler.arg=1 -Dio.opentelemetry.context.enableStrictContext=true
I have applications run on 1.3.1 and 1.4.1 for a long time without OOM, yeaterday I upgrade to 1.5.1 and my application crashed by OOM.
Please have a look, thanks.
Beta Was this translation helpful? Give feedback.
All reactions