
Grafana Alloy?
Quick reminder: Grafana Alloy combines the strengths of the leading collectors into one place. Whether observing applications, infrastructure, or both, Grafana Alloy can collect, process, and export telemetry signals to scale and future-proof your observability approach.
Grafana Alloy v1.9: A Significant Update Marking Maturation and Enterprise Focus
Grafana Alloy v1.9 represents a major milestone in the evolution of Grafana’s OpenTelemetry Collector distribution, introducing significant architectural changes that reflect the platform’s maturation and growing enterprise adoption. This release, following the established six-week release cadence, demonstrates a strategic shift toward standardization, improved reliability, and enhanced enterprise-grade capabilities
Understanding Grafana Alloy's Position in the Observability Ecosystem
Grafana Alloy serves as a vendor-neutral distribution of the OpenTelemetry Collector, designed to be fully compatible with popular open source observability standards including OpenTelemetry and Prometheus3. Since its launch approximately one year ago, Alloy has emerged as the most used OpenTelemetry Collector distribution after the upstream OpenTelemetry Collectors, according to recent community surveys15. The platform’s “big tent” philosophy allows it to integrate seamlessly with multiple telemetry ecosystems while providing native pipelines for both OpenTelemetry and Prometheus telemetry formats312.
The tool’s architecture supports over 120 components for collecting telemetry data from applications, databases, and other OpenTelemetry collectors, making it a comprehensive solution for organizations seeking to consolidate their observability infrastructure3. Its flexibility extends from cash registers to Kubernetes environments, as demonstrated by enterprise users who have deployed it across diverse platforms15.
Major Breaking Changes in v1.9: Strategic Modernization
Oracle Database Monitoring Transformation
The most significant change in v1.9 involves a complete overhaul of the prometheus.exporter.oracledb
component, which now embeds the official Oracle-maintained oracledb_exporter
instead of the deprecated community-maintained version from iamseth111. This transition represents a strategic shift toward using officially supported exporters, ensuring better long-term maintenance, security updates, and feature development directly from Oracle.
This change eliminates two previously available metrics (oracledb_sessions_activity
and oracledb_tablespace_free_bytes
) by default, requiring organizations to explicitly configure these through custom metrics files1. While this creates a breaking change requiring migration effort, it establishes a more sustainable foundation for Oracle database monitoring that aligns with Oracle’s official support roadmap.
Enhanced Context Propagation in eBPF Monitoring
The second major breaking change affects the beyla.ebpf
component, where the enable_context_propagation
argument has been replaced with a more granular context_propagation
argument111. This modification reflects the growing sophistication of distributed tracing requirements in modern microservices architectures. The new argument structure provides more precise control over context propagation behavior, allowing users to specify all
for comprehensive context propagation equivalent to the previous boolean true
setting.
Final Conclusion
Grafana Alloy v1.9 represents a pivotal release that balances innovation with stability, introducing breaking changes that strengthen the platform’s foundation for enterprise adoption. The emphasis on official vendor exporters, enhanced context propagation capabilities, and architectural improvements positions Alloy as a mature, enterprise-ready observability solution. While the breaking changes require migration effort, they establish a more sustainable and reliable foundation for organizations building comprehensive observability strategies around open standards like OpenTelemetry and Prometheus.
This release demonstrates Grafana’s strategic vision of creating a “big tent” observability platform that can scale with organizations’ evolving needs while maintaining compatibility with industry standards and vendor-supported components. The v1.9 update solidifies Alloy’s position as a leading OpenTelemetry Collector distribution, ready to support enterprise observability requirements at scale.