Azure / application-gateway-kubernetes-ingress

This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
https://azure.github.io/application-gateway-kubernetes-ingress
MIT License
667 stars 413 forks source link

appgw support - Monitor managed Prometheus #1586

Open sb185296 opened 6 months ago

sb185296 commented 6 months ago

Hi team ,

we are using the PPAGW as ingress in our AKS cluster. we also enable managed Prometheus we notice that appgw pod is ravel /metrics

is that any way to add also all the appgw metrics also ? like backend pool ,total traffic , request and so ?

image

when we start work with Keda we try to find the best metics that we can perfrom autoscale

image

is that any way to move all that metics to the Prometheus?

thanks