Replies: 1 comment
-
That's a good idea! Feel free to open a feature request for an Any thoughts if you want to contribute this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
We are using the Container insights from Azure to collect and store the performance metrics from the AKS Windows containers. Some of those went into the
Insights > Logs
instead.The Microsoft folks recommended us to get the metrics from there. As an example, the query for the average of all containers will look like this:
So it would be great if we could build a query for the Azure client, then schedule the scrape and scrape those metrics the same way we did for Azure Monitor's Metrics.
Azure Monitor Query Logs client reference: https://docs.microsoft.com/en-us/dotnet/api/azure.monitor.query.logsqueryclient.-ctor?view=azure-dotnet#azure-monitor-query-logsqueryclient-ctor
Beta Was this translation helpful? Give feedback.
All reactions