grafana / grafana

The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
https://grafana.com
GNU Affero General Public License v3.0
60.95k stars 11.63k forks source link

Azure: Basic Logs support #88025

Closed aangelisc closed 4 days ago

aangelisc commented 2 weeks ago

Azure Log Analytics supports Basic Logs - an additional table type that reduces log retention costs and instead has pay-per-use query capabilities.

This PR adds support for querying Basic Logs tables to the Azure Monitor data source.

All credit to @jcolladokuri for the work done on this implementation!

Closes #84944