What is the reason behind a change in metricID for a metric? and what are the circumstances under which it changes?
Earlier for a specific REST call we are getting metricID as below. <metric-datas><metric-data> <metricId>68583150</metricId> <metricPath>Business Transaction Performance|Business Transactions|accounts-ea|Preferences|Calls per Minute</metricPath> <metricName>BTM|BTs|BT:6988741|Component:1037|Calls per Minute</metricName> <frequency>ONE_MIN</frequency> <metricValues> <metric-value> <startTimeInMillis>1544091360000</startTimeInMillis> <value>1531</value> <min>0</min> <max>0</max> <current>64</current> <sum>91881</sum> <count>1200</count> <standardDeviation>0.0</standardDeviation> <occurrences>0</occurrences> <useRange>false</useRange> </metric-value> </metricValues> </metric-data>
and now we're getting as <metric-datas><metric-data> <metricId>71836302</metricId> <metricPath>Business Transaction Performance|Business Transactions|accounts-ea|Preferences|Calls per Minute</metricPath> <metricName>BTM|BTs|BT:6988741|Component:1037|Calls per Minute</metricName> <frequency>ONE_MIN</frequency> <metricValues> <metric-value> <startTimeInMillis>1544091360000</startTimeInMillis> <value>1531</value> <min>0</min> <max>0</max> <current>64</current> <sum>91881</sum> <count>1200</count> <standardDeviation>0.0</standardDeviation> <occurrences>0</occurrences> <useRange>false</useRange> </metric-value> </metricValues> </metric-data>
The REST call performed was /controller/rest/applications/<APM_APP>/metric-data?metric-path=Business%20Transaction%20Performance%7CBusiness%20Transactions%7Caccounts-ea%7CPreferences%7CCalls%20per%20Minute&time-range-type=BEFORE_NOW&duration-in-mins=60
Regards,
Jagadish Sahoo
... View more