v1.3.0-rc.0
Pre-releaseThis is release v1.3.0-rc.0
of Grafana Alloy.
Upgrading
Read the release notes for specific instructions on upgrading from older versions:
Notable changes:
Breaking changes
otelcol.receiver.otlp
,otelcol.receiver.jaeger
,otelcol.extension.jaeger_remote_sampling
,otelcol.receiver.zipkin
will now configureendpoint
usinglocalhost
by default instead of0.0.0.0
.
This may break the receiver in containerized environments like Kubernetes.
If you depend on0.0.0.0
, configure theendpoint
attribute to explicitly use0.0.0.0
.- [
otelcol.exporter.otlp
,otelcol.exporter.loadbalancing
]: Change the default gRPC load balancing strategy.
The default value for thebalancer_name
attribute has changed toround_robin
open-telemetry/opentelemetry-collector#10319
Breaking changes to non-GA functionality
-
Update Public preview
remotecfg
argument frommetadata
toattributes
. (@erikbaranowski) -
The default value of the argument
unmatched
in the blockroutes
of the componentbeyla.ebpf
was changed fromunset
toheuristic
(@marctc)
Features
-
Added community components support, enabling community members to implement and maintain components. (@wildum)
-
A new
otelcol.exporter.debug
component for printing OTel telemetry from
otherotelcol
components to the console. (@BarunKGP)
For a full list of changes, please refer to the [CHANGELOG](https://github.com/grafana/alloy/blob/RELEASE_VERSION/CHANGELOG.md)!
Installation
Refer to our installation guide for how to install Grafana Alloy.