Skip to content
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

JMX Performance Counters are reported with same time stamp #609

Closed
dhaval24 opened this issue Mar 16, 2018 · 0 comments
Closed

JMX Performance Counters are reported with same time stamp #609

dhaval24 opened this issue Mar 16, 2018 · 0 comments
Labels

Comments

@dhaval24
Copy link
Contributor

JMX Performance counters are getting reported with the same time stamp. Apparently it seems the issue is with JmxMetricPerformanceCounter class which holds a final reference to MetricTelemetry object.

Time stamp of Telemetry reference is set in the TelemetryClient track() method based on null check on Timestamp field. Therefore this reference get's time stamped once and there after never updates its's value.

Ideally we should reset the Telemetry Item / send a new instance of the MetricTelemetry.

@dhaval24 dhaval24 added the Bug label Mar 16, 2018
brunolins16 added a commit to brunolins16/ApplicationInsights-Java that referenced this issue Mar 20, 2018
@microsoft microsoft locked as resolved and limited conversation to collaborators Jul 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant