I've created a custom dashboard for one of our clients and each of the entities that I'm reporting on a pie chart displays as such: {className}.{methodName} Since the class name is the same for each of the entities that are displayed, the client wants to know if it's possible to trim off className for each of these entities as it isn't very aesthetically pleasing. I'm currently just displaying the entity using ${e} under the Advanced options for Metric Display names and it appears that it won't evaluate regular expressions. Do I have any options to trim this display name or am I doomed? Any advice you can provide will be extremely helpful!
... View more