I too am interested in this subject. @Ryan.Paredez full metric name https://docs.appdynamics.com/display/PRO45/Widgets Metric Display Name : You can choose the display name for the metrics in a widget. Specify one or more of the following substitution variables to determine the metric display name: ${#}: Number the displayed metrics based on sorting with the rollup value. ${m}: Metric name. ${e}: Entity name. For example, if specify ${m}, the widget displays the full metric name. ${m} returns this full path same as automatic ${e} returns just 'Kafka' but I'm interested in what's between 'topic >' and ' > OneMinuteRate' I'm hoping on the underlying relative path that I can reduce to just topic name. A single example in the image is the system stopic __consumer_offsets. Is it possible to use regular expressions or other on the wildcard in the metric? Thanks!! Mike
... View more