Stephen Chen
Stephen Chen
This PR implements the Azure Monitor SDK migration. It migrates away from the deprecated Azure Fluent SDK to Azure SDK for .NET. Specifically, it uses the [Azure.Monitor.Query package](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.Query) to implement...
Hey Tom, hope all is well! I've attached this diagram to illustrate my proposed change. ### How to Batch? Scrape jobs are currently defined per . I'm taking the simplest...
### Proposal This is a followed up to PR https://github.com/tomkerkhove/promitor/pull/2459, which implemented batch scraping for only metrics. For LogAnalytics, [Azure Monitor SDK] (https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.Query#batch-logs-query) has support for batching as well. ###...
### Proposal This is a followed up to PR #2459, which implemented batch scraping support within the same region. Some Promitor deployments target resources across multiple regions, and such deployment...
### Report I'm sure people may already be aware of some of these issues. Unfortunately I don't think the failures are transient. Some scraper agent e-2-e tests failing because OTEL...