This is release v1.7.2
of Grafana Alloy.
Upgrading
Read the release notes for specific instructions on upgrading from older versions:
Notable changes:
-
Fixed an issue where the
otelcol.exporter.awss3
could not be started with thesumo_ic
marshaler. (@wildum) -
Update
jfr-parser
dependency to v0.9.3 to fix jfr parsing issues inpyroscope.java
. (@korniltsev) -
Fixed an issue where passing targets from some standard library functions was failing with
target::ConvertFrom
error. (@thampiotr) -
Fixed an issue where indexing targets as maps (e.g.
target["foo"]
) or objects (e.g.target.foo
) or using them with
certain standard library functions was resulting inexpected object or array, got capsule
error under some
circumstances. This could also lead toforeach evaluation failed
errors when using theforeach
configuration
block. (@thampiotr) -
Update
prometheus.write.queue
to reduce memory fragmentation and increase sent throughput. (@mattdurham) -
Fixed an issue where the
otelcol.exporter.kafka
component would not start if theencoding
was specific to a signal type. (@wildum)
Installation
Refer to our installation guide for how to install Grafana Alloy.