Measures disappearing from monitor UI

Posted over 10 years ago by Bob Carter

Post a topic
Answered
B
Bob Carter

In the layer model page, I noticed that measures disappear frequently for a specific test since i increased the polling frequency. Can you point me in the right direction?

0 Votes

A

Administrator posted over 10 years ago Admin Best Answer

Measures in the layer model may disappear if there is no measure collected during the last 2 polling cycles. 


For example if a test is collecting metrics once every 30 mins now, and you update the polling frequency to 5 mins, measures may disappear for a while. This happens as the computation uses 5 mins, and removes the measures from UI as there was no data for the last 20 mins. In this specific scenario, measures will appear shortly.


This setting is controlled by parameters in eGurkha\manager\config\ eg_services.ini file


Global setting that applies to all the tests.

[CUT_OFF_FACTOR] 

Default=2

(Measures for all tests are removed from UI, if data is not collected for more than 2 polling cycles.)


Settings for a specific test

[CUT_OFF_FACTOR]

CtxXpUserTest=4

(CtxXpUserTest will show all the users reported during last 4 polling cycles)


0 Votes


1 Comments

A

Administrator posted over 10 years ago Admin Answer

Measures in the layer model may disappear if there is no measure collected during the last 2 polling cycles. 


For example if a test is collecting metrics once every 30 mins now, and you update the polling frequency to 5 mins, measures may disappear for a while. This happens as the computation uses 5 mins, and removes the measures from UI as there was no data for the last 20 mins. In this specific scenario, measures will appear shortly.


This setting is controlled by parameters in eGurkha\manager\config\ eg_services.ini file


Global setting that applies to all the tests.

[CUT_OFF_FACTOR] 

Default=2

(Measures for all tests are removed from UI, if data is not collected for more than 2 polling cycles.)


Settings for a specific test

[CUT_OFF_FACTOR]

CtxXpUserTest=4

(CtxXpUserTest will show all the users reported during last 4 polling cycles)


0 Votes

Login to post a comment