azure-k8s-metrics-adapter
azure-k8s-metrics-adapter copied to clipboard
Is it possible to use Prometheus metrics that I exported to Azure Monitor to scale up with this adapter?
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I've created an app using prometheus-net.AspNetCore library which exposes several prometheus metrics: https://www.returngis.net/2020/05/monitorizar-tus-aplicaciones-en-kubernetes-con-prometheus/ I ingested them into Azure Monitor: https://www.returngis.net/2020/06/ingestar-las-metricas-de-prometheus-en-azure-monitor/ Describe the solution you'd like A clear and concise description of what you want to happen.
I would like to use the same metric that I use with the Prometheus adapter in this adapter in order to scale up based on that: https://www.returngis.net/2020/05/autoescalar-tus-pods-con-las-metricas-de-prometheus/ Is it possible today? Or is this only possible for Application Insights metrics?