We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To prepare for supporting resource-centric logs queries, make the following name changes to the query APIs in Logs and Metrics clients.
queryWorkspace(workspaceId: string, query: string, timespan: TimeInterval, options?: LogsQueryOptions): Promise<LogsQueryResult>;
queryWorkspace(resourceUri: string, metricNames: string[], options?: MetricsQueryOptions): Promise<MetricsQueryResult>;
The text was updated successfully, but these errors were encountered:
@srnagar isn't that TimeInterval supposed to be renamed to QueryTimeInterval?
TimeInterval
QueryTimeInterval
Sorry, something went wrong.
https://apiview.dev/Assemblies/Review/6a68e77d395046a8a0df8621ef3f07b7#com.azure.monitor.query.models.QueryTimeInterval
looks like java changed it to QueryTimeInterval
Addressed in PR - #17873
KarishmaGhiya
No branches or pull requests
To prepare for supporting resource-centric logs queries, make the following name changes to the query APIs in Logs and Metrics clients.
LogsQueryClient
MetricsQueryClient
The text was updated successfully, but these errors were encountered: