How it works
Complexity: Simple | Infrastructure: Serverless | Latency: Event-driven
Trade-offs
When to use
- Event-driven log collection
- Serverless architecture
- Azure-native teams
Documentation
View the full documentation. Learning path coming soon!
Products
Grafana Cloud
Monitor, analyze, and act faster with AI-powered observability.
LGTM+ Stack
Key Capabilities
Observability Solutions
Open Source
Community resources
Dashboard templates
Try out and share prebuilt visualizations
Prometheus exporters
Get your metrics into Prometheus quickly
end-to-end solutions
Opinionated solutions that help you get there easier and faster
monitor infrastructure
Out-of-the-box KPIs, dashboards, and alerts for observability
visualize any data
Instantly connect all your data sources to Grafana
Learn
Community and events
Resources
Help build the future of open source observability software Open positions
Check out the open source projects we support Downloads
Grafana Cloud
Monitor, analyze, and act faster with AI-powered observability.
Observability Solutions
The actually useful free plan
10k series Prometheus metrics
50GB logs, 50GB traces, 50GB profiles
500VUh k6 testing
20+ Enterprise data source plugins
100+ pre-built solutions
3 active AI users
end-to-end solutions
Opinionated solutions that help you get there easier and faster
visualize any data
Instantly connect all your data sources to Grafana
Complexity: Simple | Infrastructure: Serverless | Latency: Event-driven
| Pros | Cons |
|---|---|
| Serverless, event-driven | Function execution costs |
| Scales automatically | Event Hub costs |
| Native Azure integration | Limited vs Alloy processing |
| Near real-time | 10 min timeout limit |
View the full documentation. Learning path coming soon!
Moving to Azure. The serverless approach here uses Azure Functions with Event Hub.
Here’s the flow: you configure diagnostic settings on your Azure resources to stream logs to an Event Hub. Then an Azure Function triggers when logs arrive in that Event Hub and forwards them to Loki.
It’s serverless end-to-end. No VMs, no containers. Azure handles scaling, retries, everything.
The costs come from Event Hub throughput units and Function executions, so plan accordingly for high-volume scenarios.
Compared to Alloy, you get less processing flexibility. Functions can transform logs, but not as powerfully. But if your team is already invested in Azure serverless, this approach fits naturally into your operational model.