Setup & Installation
What This Skill Does
Java SDK for querying Azure Monitor data. Supports Kusto queries against Log Analytics workspaces and fetching metrics from Azure resources using LogsQueryClient and MetricsQueryClient. Note: this package is deprecated; migrate to azure-monitor-query-logs and azure-monitor-query-metrics. Using the SDK handles authentication, pagination, and response deserialization automatically, avoiding the manual HTTP and token management required when calling the Azure Monitor REST API directly.
When to use it
- Working with azure monitor query java functionality
- Implementing azure monitor query java features
- Debugging azure monitor query java related issues
