Promitor filter for Azure Generic resource is not working? #1736
-
Hi guys. Im trying to scrape SNAT ports metrics from Kubernetes Load balancer and that is working OK. However I cannot get "filter" field to work, no matter how i try. I tried it about dozen of different combination and it does simply not filter anything. Example in documentation: https://docs.promitor.io/configuration/v2.x/metrics/generic-azure-resource My example:
I tried field filter with values like:
Has anyone managed to have it working? I spent several hours experimenting and im stuck. I need to get metric and filter as on the screen: https://imgur.com/a/SakMP80 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The notation you are looking for is The way I typically do when my filter is not working is:
Do note that the agent telemetry should help you as well, for example, this is what I saw at first:
|
Beta Was this translation helpful? Give feedback.
The notation you are looking for is
ProtocolType ne 'UDP'
but you have a good point - This needs better documentation so I have created #1740The way I typically do when my filter is not working is:
Do note that the agent telemetry should help you as well, for example, this is what I saw at first: