My custom probe, written with Perl-SDK, generates QOS without ci_metric_id.
This causes that I'm unable to pull metrics via uimapi as it needs ci_metric_id's to be populated and, additionally, I don't see the metrics in metrics views.
UIM 20.4.x
Configuration Item functions are possibly not included in the probe code.
This causes uimapi not to be able to pull metrics via REST calls
Include ciOpenLocalDevice y ciBindQoS functions in your Perl probe's code for the probe to issue metrics with the ci_metric_id attribute.