RobustPerception / azure_metrics_exporter

Azure metrics exporter for Prometheus
Apache License 2.0
133 stars 69 forks source link

LB VIP Availability - Frontend Port to show data path availability for each port #102

Open antopraveen opened 3 years ago

antopraveen commented 3 years ago

We have a situation where we need to expose the LB Data Path availability of individual ports, but with the current configuration it's showing altogether, metrics are not exposed for individual ports. Here is our Configuration:

targets:resource_groups:  - resource_group: "<%= p('resource_group') %>"    resource_types:    - "Microsoft.Network/loadBalancers"    resource_name_exclude_re:    - ".*service-fabrik.*"    - ".*pgoutboundconnectionhelper.*"    metrics:    - name: "PacketCount"    - name: "VipAvailability"    - name: "DipAvailability"    - name: "ByteCount"    - name: "SYNCount"    - name: "SnatConnectionCount"    - name: "AllocatedSnatPorts"    - name: "UsedSnatPorts"

can you please let us know if we can adjust our configuration to get the availability of individual ports, or is it something not supported yet ?

image

Expected:

image