chore(deps): update dependency grafana/alloy to v1.5.0 #33
No reviewers
Labels
No labels
action
automerge
dependencies
docker
pin-digest
skip-ci
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
homelab/ansible-collection!33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/grafana-alloy-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.4.3->1.5.0Release Notes
grafana/alloy (grafana/alloy)
v1.5.0Compare Source
Breaking changes
import.git: The default value forrevisionhas changed fromHEADtomain. (@ptodev)It is no longer allowed to set
revisionto"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_streamsdefault value to9223372036854775807(max int).https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/35048
otelcol.connector.spanmetrics] Changenamespacedefault 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_jointo the stdlib. (@wildum)Add
pyroscope.receive_httpcomponent to receive and forward Pyroscope profiles (@marcsanmi)Add support to
loki.source.syslogfor the RFC3164 format ("BSD syslog"). (@sushain97)Add support to
loki.source.apito be able to extract the tenant from the HTTPX-Scope-OrgIDheader (@QuentinBisson)(Experimental) Add a
loki.secretfiltercomponent to redact secrets from collected logs.(Experimental) Add a
prometheus.write.queuecomponent to add an alternative toprometheus.remote_writewhich allowing the writing of metrics to a prometheus endpoint. (@mattdurham)
(Experimental) Add the
array.combine_mapsfunction to the stdlib. (@ptodev, @wildum)Enhancements
The
mimir.rules.kubernetescomponent now supports adding extra label matchersto all queries discovered via
PrometheusRuleCRDs. (@thampiotr)The
cluster.use-discovery-v1flag is now deprecated since there were no issues found with the v2 cluster discovery mechanism. (@thampiotr)SNMP exporter now supports labels in both
targetandtargetsparameters. (@mattdurham)Add support for relative paths to
import.file. This new functionality allows users to useimport.fileblocks in modulesimported via
import.gitand otherimport.file. (@wildum)prometheus.exporter.cloudwatch: Thediscoveryblock now has arecently_active_onlyconfiguration attributeto return only metrics which have been active in the last 3 hours.
Add Prometheus bearer authentication to a
prometheus.write.queuecomponent (@freak12techno)Support logs that have a
timestampfield instead of atimefield for theloki.source.azure_event_hubscomponent. (@andriikushch)Add
proxy_urltootelcol.exporter.otlphttp. (@wildum)Bugfixes
Fixed a bug in
import.gitwhich 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_modifiedresponse 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_matchto 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_histogramandaggregate_on_attribute_value.https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33824
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33423
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.