You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
possible to "change" the metricsFilter to put the filtered dimension value also as dedicated "key-value pair"
ex. metricFilter: ["HttpStatusGroup eq '*'","BackendPool eq '*'"]
info: possible microsoft doesn't return all dimensions per default no dimensions can be retourned.
and if metricsFilter is set only one of these filters are returned as "dimension" so "decode" steps only in "single-dimension" and returns the value as ' dimension="" '
i suggest to remove the "dimension" prefix and return always the key-name without any pre- or suffix
possible to "change" the metricsFilter to put the filtered dimension value also as dedicated "key-value pair"
ex. metricFilter:
["HttpStatusGroup eq '*'","BackendPool eq '*'"]
actual result is like
--> dimension:"2xx"
is it possible to enhance it with
ex:
so its possible to create metrics more "flexible" but can be filtered
or create a "dimension" selector to select one or more dimension(s) to export
The text was updated successfully, but these errors were encountered: