You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening this after private discussions with @xiaohe27 and @yzhang90, so we can keep track.
When I tried to generate an agent that can produce monitoring statistics from all our agents, I got errors like this one:
============================
/home/owolabi/projects/rvtest/scripts/props/MultiSpec_1MonitorAspect.aj:1648
[error] The method getEventCounters() is undefined for the type S\
ortedMap_StandardConstructorsRawMonitor
System.err.println("#event - staticinit: " +
SortedMap_StandardConstructorsRawMonitor.getEventCounters().get("staticinit"));
^^^^^^^^^^^^^
=============================
After private discussions, it seems that this only happens for raw monitors (about 90 properties), and the solution may be related to pull request 119 in RV-Monitor.
@owolabileg The problem should be related to the RV-Monitor's statistics function for raw monitors. It was addressed in RV-Monitor's issue 119 (private repo), but not merged to RV-Monitor's master branch, not mentioning the released version.
Opening this after private discussions with @xiaohe27 and @yzhang90, so we can keep track.
When I tried to generate an agent that can produce monitoring statistics from all our agents, I got errors like this one:
After private discussions, it seems that this only happens for raw monitors (about 90 properties), and the solution may be related to pull request 119 in RV-Monitor.
Repro Steps:
The text was updated successfully, but these errors were encountered: