Using the e2e_appmon probe and creating new qos. The qos shows up in SLM but not in Inventory device Metric Viewer. At the device details other metrics do show up.
Release : 20.3
Component : UIM OPERATOR CONSOLE - METRIC VIEWER
The usage of NimSetCI has changed.
It was all in the NimSetCI command in the script.
The usage used to be:
nimSetCi("3.21",qos$(step),"","6")
Change it to this:
nimSetCi("3.21",qos$(step),"","3.21:6")
and it works.
Potentially the addition of custom metrics from different probes could cause this problem.