02 Mar 2023 09:08 PM - last edited on 03 Mar 2023 08:28 AM by MaciejNeumann
I am attempting to auto-tag a User-session custom metric / metric event for routing in alerting.
I have been able to manually add tags to a metric event by adding a property to the triggered event.
I have not been able to find a way to auto-add a tag to a metric event similar to how it is done under settings > tags > automatically applied tags.
I found some previous posts that suggest that this is possible by creating a custom device then somehow attaching the metric to that device. I was unable to find a way to attach a metric to the custom device when created.
Is this possible or do I need to manually tag each metric event?
Solved! Go to Solution.
03 Mar 2023 08:29 AM
You don't have such option with the USQL custom metrics (those prefixed with uscm), since for automatic tagging you would need to have this metric bound to an entity. You can't bound the USQL custom metrics to an entity at the moment (e.g. providing a dt.entity.host dimension, even with a fixed value) as currently it allows only USQL fields be selected as dimensions.
However can manually add tags to the metric metadata or use API for automating that.