Open
Description
In response to the service team migrating the metrics to a new endpoint, we are reimagining how Monitor will look in the future. We will be dividing Monitor Query into modules for logs and metrics, allowing the two to grow independently. This will set up the Go SDK for a sustainable future.
sdk/monitor/azquery
will be broken into sdk/monitor/query/azlogs
and sdk/monitor/query/azmetrics
.
sdk/monitor/azingest
will be moved to sdk/monitor/ingestion/azlogs
.