Misconfiguration of Dashboards
the Attribute name specifier is not following the best practices we suggested in the query builder.
1. Since the string in the regex has a dot, it should be escaped. This would increase the performance of the dashboard\panel.
2. It is always recommended to have separator if the position of this string in the attribute name path is known.
Attribute will have metricPath:metricName
Metric path will have segments separated by a pipe.
So, we should be giving something like .*\|\.Net Version:.* or .*\:\.Net Version