Closed chaporgin closed 1 month ago
0.51.0 is pretty old now. Could you try 0.55.0 (the latest version)? The memory issue you're seeing may have been https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5190
This helps indeed, thank you very much!
Description
We are having a memory leak, after upgrading to v0.51.0
Environment
otelhttp
version: v0.51.0Steps To Reproduce
Reproduction in Loom, comparing two versions - the downgraded one,
./testclient-downgraded-deps
and version with current dependencies,v0.51.0
,./testclient-current-deps
, meaning that the only difference between versions is the following patch:Expected behavior
Memory usage is not growing.