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
CloudWatchMeterRegistry says "metrics push to cloudwatch took longer than expected" when the execution was interrupted:
"metrics push to cloudwatch took longer than expected"
micrometer/implementations/micrometer-registry-cloudwatch/src/main/java/io/micrometer/cloudwatch/CloudWatchMeterRegistry.java
Lines 136 to 144 in 1968e73
At the same time the result of CountdownLatch::await is not handled so there is no message when timeout happens.
CountdownLatch::await
The text was updated successfully, but these errors were encountered:
Fix CloudWatchMeterRegistryTest to be Java 8 compatible
7695266
See gh-4775
34d72ad
jonatan-ivanov
No branches or pull requests
CloudWatchMeterRegistry says
"metrics push to cloudwatch took longer than expected"
when the execution was interrupted:micrometer/implementations/micrometer-registry-cloudwatch/src/main/java/io/micrometer/cloudwatch/CloudWatchMeterRegistry.java
Lines 136 to 144 in 1968e73
At the same time the result of
CountdownLatch::await
is not handled so there is no message when timeout happens.The text was updated successfully, but these errors were encountered: