ObserveNow
...
Microsoft Azure
Azure Metrics

Azure App Services

opsverse's kubernetes agent https //docs opsverse io/install the opsverse agent#veqxm can collect metrics from azure app services add the following yaml snippets to the agent's values yaml and run the agent based on these instructions https //docs opsverse io/install the opsverse agent#veqxm replace the placeholders \<azure client id>, \<azure tenant id>, \<azure client secret> in the following yaml with the appropriate values azure metrics exporter enabled true env debug "true" verbose "true" azure client id "\<azure client id>" azure tenant id "\<azure tenant id>" azure client secret "\<azure client secret>" the below job snippet must be added under extrascrapeconfigs of victoria metrics agent confing in the agent replace the placeholders \<azure subscription id> in the following yaml with the appropriate values victoria metrics agent extrascrapeconfigs \ job name az app svc metrics scrape interval 30s metrics path /probe/metrics/list params name \ az app svc template \ '{name} {metric}' subscription \ \<azure subscription id> resourcetype \ microsoft web/sites metric \ instancecount \ averagememoryworkingset \ averageresponsetime \ cputime \ bytesreceived \ bytessent \ filesystemusage \ healthcheckstatus \ http101 \ http2xx \ http3xx \ http401 \ http403 \ http404 \ http406 \ http4xx \ http5xx \ ioreadbytespersecond \ ioreadoperationspersecond \ iowritebytespersecond \ iowriteoperationspersecond \ memoryworkingset \ requests \ httpresponsetime validatedimensions \ 'true' static configs \ targets \ http //devopsnow agent azure metr devopsnow\ svc cluster local 8080