chore(deps): update alloy docker tag to v1.5.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
alloy | minor |
v1.4.3 -> v1.5.0
|
Release Notes
grafana/alloy (alloy)
v1.5.0
Breaking changes
-
import.git
: The default value forrevision
has changed fromHEAD
tomain
. (@ptodev) It is no longer allowed to setrevision
to"HEAD"
,"FETCH_HEAD"
,"ORIG_HEAD"
,"MERGE_HEAD"
, or"CHERRY_PICK_HEAD"
. -
The Otel update to v0.112.0 has a few breaking changes:
- [
otelcol.processor.deltatocumulative
] Changemax_streams
default value to9223372036854775807
(max int). https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/35048 - [
otelcol.connector.spanmetrics
] Changenamespace
default value totraces.span.metrics
. https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34485 - [
otelcol.exporter.logging
] Removed in favor of theotelcol.exporter.debug
. https://github.com/open-telemetry/opentelemetry-collector/issues/11337
- [
Features
-
Add support bundle generation via the API endpoint /-/support (@dehaansa)
-
Add the function
path_join
to the stdlib. (@wildum) -
Add
pyroscope.receive_http
component to receive and forward Pyroscope profiles (@marcsanmi) -
Add support to
loki.source.syslog
for the RFC3164 format ("BSD syslog"). (@sushain97) -
Add support to
loki.source.api
to be able to extract the tenant from the HTTPX-Scope-OrgID
header (@QuentinBisson) -
(Experimental) Add a
loki.secretfilter
component to redact secrets from collected logs. -
(Experimental) Add a
prometheus.write.queue
component to add an alternative toprometheus.remote_write
which allowing the writing of metrics to a prometheus endpoint. (@mattdurham) -
(Experimental) Add the
array.combine_maps
function to the stdlib. (@ptodev, @wildum)
Enhancements
-
The
mimir.rules.kubernetes
component now supports adding extra label matchers to all queries discovered viaPrometheusRule
CRDs. (@thampiotr) -
The
cluster.use-discovery-v1
flag is now deprecated since there were no issues found with the v2 cluster discovery mechanism. (@thampiotr) -
SNMP exporter now supports labels in both
target
andtargets
parameters. (@mattdurham) -
Add support for relative paths to
import.file
. This new functionality allows users to useimport.file
blocks in modules imported viaimport.git
and otherimport.file
. (@wildum) -
prometheus.exporter.cloudwatch
: Thediscovery
block now has arecently_active_only
configuration attribute to return only metrics which have been active in the last 3 hours. -
Add Prometheus bearer authentication to a
prometheus.write.queue
component (@freak12techno) -
Support logs that have a
timestamp
field instead of atime
field for theloki.source.azure_event_hubs
component. (@andriikushch) -
Add
proxy_url
tootelcol.exporter.otlphttp
. (@wildum)
Bugfixes
-
Fixed a bug in
import.git
which caused a"non-fast-forward update"
error message. (@ptodev) -
Do not log error on clean shutdown of
loki.source.journal
. (@thampiotr) -
prometheus.operator.*
components: Fixed a bug which would sometimes cause a "failed to create service discovery refresh metrics" error after a config reload. (@ptodev)
Other changes
-
Small fix in UI stylesheet to fit more content into visible table area. (@defanator)
-
Changed OTEL alerts in Alloy mixin to use success rate for tracing. (@thampiotr)
-
Support TLS client settings for clustering (@tiagorossig)
-
Add support for
not_modified
response inremotecfg
. (@spartan0x117) -
Fix dead link for RelabelConfig in the PodLog documentation page (@TheoBrigitte)
-
Most notable changes coming with the OTel update from v0.108.0 vo v0.112.0 besides the breaking changes: (@wildum)
- [
http config
] Add support for lz4 compression. https://github.com/open-telemetry/opentelemetry-collector/issues/9128 - [
otelcol.processor.interval
] Add support for gauges and summaries. https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34803 - [
otelcol.receiver.kafka
] Add possibility to tune the fetch sizes. https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34431 - [
otelcol.processor.tailsampling
] Addinvert_match
to boolean attribute. https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34730 - [
otelcol.receiver.kafka
] Add support to decode tootlp_json
. https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33627 - [
otelcol.processor.transform
] Add functionsconvert_exponential_histogram_to_histogram
andaggregate_on_attribute_value
. https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33824 https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33423
- [
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.