-
Notifications
You must be signed in to change notification settings - Fork 850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Monitor Query] Migrate to data plane metrics query API #20314
Comments
Hey @scottaddie and @gracewilcox. We are super excited and can't wait to have the batch API available in the golang SDK! |
Hey @scottaddie. Is there an ETA for when the golang SDK will support the new Azure Monitor metrics batch API? My team has an application that makes heavy use of Azure Monitor, and would benefit from batched requests. While we could write our own implementation for interacting with the batch API, we are happy with the golang SDK and would like to use it for this use case as well. |
@lchelsmaersk Thank you for your interest in this feature. We're busy discussing a couple design options with the architecture team. Late July to early August is our target for the initial Beta release that includes this feature. |
Hi @LasseHels! We released the first beta for metrics batch query yesterday. You can use this feature with azquery v1.2.0-beta.1. |
@gracewilcox Thanks for letting us know! We will take a look 🎉. |
As part of the migration away from the ARM API, we'll need to add API surface to support batch metrics queries. Up to 50 resource IDs in the same subscription and region can be queried in a single API call.
The text was updated successfully, but these errors were encountered: