-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
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
Change JmxMetricPerformanceCounter #614
Conversation
…of MetricTelemetry instead of reuse it. Fix microsoft#609
@brunolins16 have you tested this change locally? Do you see the problem fixed? |
@dhaval24, sure! The following table is the raw telemetry after the updated jar. |
@brunolins16 thanks a lot for the contribution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks for catching this, @brunolins16!
@dhaval24 how long it will take to have that fix available in maven repo? I'm waiting for it, because I experiencing the same issue :) |
@MicNeo we expect to release a new version of SDK on Maven shortly. If everything goes smoothly you can expect a release of 2.0.2 version by the end of March to earliest April 1st week. |
This change allow JmxMetricPerformanceCounter to send a new instance of MetricTelemetry instead of reuse it.
Fix #609
For significant contributions please make sure you have completed the following items: