Stephen Chen
Stephen Chen
Hey just checking in again to see if anything's changed. Is native histogram support still on the roadmap?
I see an August date for native histogram support, under the `cortex` project page. Is that date an estimate?
Hey Tom, could you confirm that [this](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.Query) is the new SDK to migrate to? I see a few other "Monitor" packages [here](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor) but they seem to serve different purposes(like managing...
I believe both single resource and batch queries are supported under the same package. See [this section of the README](https://github.com/Azure/azure-sdk-for-net/tree/0b1d327141fdd293bad2aedcd6fc996052f32d12/sdk/monitor/Azure.Monitor.Query#metrics-query). It should provide the same capability, outside of the billing...
The mental roadmap I had before for batch scraping was 1. Migrate to that new SDK, and make sure all existing features still work 2. Implement batch scraping using the...
> (because new API is billed) Thinking more about it, why would billing be changed exactly? I'd think the new SDK is, most likely, purely a client side change that...
>Single-resource scraping - This should be feature flagged and use the old API by default, but allow end-users to use new charged API when they want to Agreed on the...
Hey I should be able get the SDK migration PRs over the hump. To put feature flag under `azureMonitor.` would require a bit of code change I believe, so be...
Hey I'm revisiting this PR now since SDK migration is almost across the finish line. Do you know if the batch scraping API is available in sovereign clouds and what...
> * https://metrics.monitor.azure.cn Awesome! How did you find this out?