Closed as not planned
Closed as not planned
Description
-
Eliminate the need to depend on monitor-opentelemetry-exporter for data ingestion - since the data ingestion is slow.
and we get failures like these - [Monitor - Query] test failing in nightly runs #16640 -
Remove that usage and use some of the queries that "manufacture" data. Like the 'types' tests do:
Those queries basically create dataset right in the query (it's temporary) and then requery it back out. That'd be a path out of having to use the exporter -
Create test events that we can use for querying by using the REST API and swagger. Probably .NET is using that here - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/monitor/Azure.Monitor.Query/tests/LogSenderClient.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment