Back to skills

azure-monitor-ingestion-py

infrastructure

Azure Monitor Ingestion SDK for Python sends custom log data to a Log Analytics workspace via the Logs Ingestion API. It handles authentication, batching, gzip compression, and parallel uploads automa

Setup & Installation

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

What This Skill Does

Azure Monitor Ingestion SDK for Python sends custom log data to a Log Analytics workspace via the Logs Ingestion API. It handles authentication, batching, gzip compression, and parallel uploads automatically. Works with both sync and async patterns. Instead of manually chunking, compressing, and retrying HTTP requests to the ingestion API, the SDK handles batching and partial failure callbacks so you can focus on what to send rather than how.

When to use it

  • Working with azure monitor ingestion py functionality
  • Implementing azure monitor ingestion py features
  • Debugging azure monitor ingestion py related issues