Back to skills

azure-monitor-query-java

infrastructure

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 pac

Setup & Installation

npx skills add https://github.com/microsoft/azure-monitor-query-java --skill azure-monitor-query-java
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-monitor-query-java
View on GitHub

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