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 configureendpointusinglocalhostby default instead of0.0.0.0.
This may break the receiver in containerized environments like Kubernetes.
If you depend on0.0.0.0, configure theendpointattribute to explicitly use0.0.0.0.- [
otelcol.exporter.otlp,otelcol.exporter.loadbalancing]: Change the default gRPC load balancing strategy.
The default value for thebalancer_nameattribute has changed toround_robin
open-telemetry/opentelemetry-collector#10319
Breaking changes to non-GA functionality
-
Update Public preview
remotecfgargument frommetadatatoattributes. (@erikbaranowski) -
The default value of the argument
unmatchedin the blockroutesof the componentbeyla.ebpfwas changed fromunsettoheuristic(@marctc)
Features
-
Added community components support, enabling community members to implement and maintain components. (@wildum)
-
A new
otelcol.exporter.debugcomponent for printing OTel telemetry from
otherotelcolcomponents 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.