azure-monitor-datasource icon indicating copy to clipboard operation
azure-monitor-datasource copied to clipboard

filter by Dimension

Open biohazardxxx opened this issue 6 years ago • 2 comments

Would be good to be able to filter by Dimension. Currently it is only "eq" (equals). Wildcard as part of the name doesn't seem to be working for filtering like "incomming_queue_*" to get only metrics for dimensions starting with that name. This is needed when working with message bus and want to get number of messages of particular queues.

biohazardxxx avatar Jan 31 '19 13:01 biohazardxxx

Had a look at the API call that is done in Azure portal and the filter is chained: filter=EntityName eq 'incoming_queue_nx' or EntityName eq 'incoming_queue_xs' or EntityName eq 'incoming_queue_gx' or EntityName eq 'incoming_queue_dx' or EntityName eq 'incoming_queue_xe'

So we would need the possibility to add additional filter fields in the Metrics query editor

biohazardxxx avatar Jan 31 '19 16:01 biohazardxxx

Hello,

I would like to have this possibility also :+1:

frenchviking avatar Nov 27 '19 14:11 frenchviking