Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
antopraveen opened this issue May 19, 2021 · 0 comments

Comments

@antopraveen
Copy link

antopraveen commented May 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant