We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We noticed a memory leak in span_processing_time_seconds_xxx metrics in the field "parent"
The text was updated successfully, but these errors were encountered:
hey @Yyukan, if you keep digging inside that parent member, could you please show us what is being referenced from there?
Sorry, something went wrong.
hey @ivantopo it is hard to say, but here is screenshot
Looks like every request Kamon.currentContext() is updated with the new span child and never being released (SpanBuilder#joinParentContext(..))
Update aws-java-sdk-cloudwatch to 1.11.657 (kamon-io#21)
aa58f25
I'm joining here guys, faced this problem too, several hours of runtime in production and then service dies because of OOM.
No branches or pull requests
We noticed a memory leak in span_processing_time_seconds_xxx metrics in the field "parent"
The text was updated successfully, but these errors were encountered: