Seeking Solution for Aggregated Azure Container Apps Metrics Without Log Analytics Workspace
venkatesh.gopinath
10
Reputation points
Hello, We're looking to find a solution for Azure monitoring.
- We want to get the metrics data for a group of container apps filtered based on a tag
- The aggregated value of each metric, i.e., Number of requests, and billed duration
- How can we get the value of total billed duration metrics as it doesn't seem to be available in the Standard metrics? We do have HTTP ingress enabled for the container app.
Please note:
- We do have Logs analytics workspace enabled, however, we are not ingesting the metrics data to the workspace.
- Is there a way to do this without a workspace?
We've tried.
- Metrics.list API -> This lists data for specific ResourceURI. However, it doesn't support getting data for multiple ResourceUris
- tried @azure/arm-monitor npm library
- Tried @azure/monitor-query
Looking forward to your support.
Thanks
Sign in to answer