How can I query a metric with an Azure Monitor filter? #1601
-
Hello Team, Thanks for that super nice and helpful tool! I have just started playing with it today and I wanted to ask a question, please. According to Azure Documentation: Application Gateway:
That's easy to do using Azure Monitor from the Portal. You choose the metric and then add a filter (Property/Operator/Value) in order to be able to get further categorized metrics. I cannot find how to do with with promitor. An example of my configuration is:
These configs reports the sum of everything which is actually not very helpful as I am interested in the numbers per response category (2xx, 3xx, 4xx, and 5xx). I would appreciate your help with that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In you're case you'll need to add As far as I know, @DaveOHenry uses the same approach. PS: If you are using it in production later on, feel free to let me know and I'm happy to list you as a user. |
Beta Was this translation helpful? Give feedback.
In you're case you'll need to add
azureMetricConfiguration.dimension.name: HttpStatusGroup
which should give you metrics per outcome.As far as I know, @DaveOHenry uses the same approach.
PS: If you are using it in production later on, feel free to let me know and I'm happy to list you as a user.