chore(deps): update dependency grafana/alloy to v1.4.1 #28
No reviewers
Labels
No labels
action
automerge
dependencies
docker
pin-digest
skip-ci
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
homelab/ansible-collection!28
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.3.1->1.4.1Release Notes
grafana/alloy (grafana/alloy)
v1.4.1Compare Source
Bugfixes
v1.4.0Compare Source
Security fixes
Breaking changes
Some debug metrics for
otelcolcomponents have changed. (@thampiotr)For example,
otelcol.exporter.otlp'sexporter_sent_spans_ratio_totalmetric is nowotelcol_exporter_sent_spans_total.[otelcol.processor.transform] The functions
convert_sum_to_gaugeandconvert_gauge_to_summust now be used in themetriccontextrather than in thedatapointcontext.https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34567 (@wildum)
Upgrade Beyla from 1.7.0 to 1.8.2. A complete list of changes can be found on the Beyla releases page: https://github.com/grafana/beyla/releases. (@wildum)
It contains a few breaking changes for the component
beyla.ebpf:process.cpu.statetocpu.modebeyla_build_infotobeyla_internal_build_infoFeatures
otelcol.processor.intervalcomponent to aggregate metrics and periodicallyforward the latest values to the next component in the pipeline.
loki.secretfiltercomponent to redact secrets from collected logs.Enhancements
Clustering peer resolution through
--cluster.join-addressesflag has beenimproved with more consistent behaviour, better error handling and added
support for A/AAAA DNS records. If necessary, users can temporarily opt out of
this new behaviour with the
--cluster.use-discovery-v1, but this can only beused as a temporary measure, since this flag will be disabled in future
releases. (@thampiotr)
Added a new panel to Cluster Overview dashboard to show the number of peers
seen by each instance in the cluster. This can help diagnose cluster split
brain issues. (@thampiotr)
Updated Snowflake exporter with performance improvements for larger environments.
Also added a new panel to track deleted tables to the Snowflake mixin. (@Caleb-Hurshman)
Add a
otelcol.processor.groupbyattrscomponent to reassociate collected metrics that match specified attributesfrom opentelemetry. (@kehindesalaam)
Update windows_exporter to v0.27.2. (@jkroepke)
The
smb.enabled_listandsmb_client.enabled_listdoesn't have any effect anymore. All sub-collectors are enabled by default.Live debugging of
loki.processwill now also print the timestamp of incoming and outgoing log lines.This is helpful for debugging
stage.timestamp. (@ptodev)Add extra validation in
beyla.ebpfto avoid panics when network feature is enabled. (@marctc)A new parameter
aws_sdk_version_v2is added for the cloudwatch exporters configuration. It enables the use of aws sdk v2 which has shown to have significant performance benefits. (@kgeckhart, @andriikushch)prometheus.exporter.cloudwatchcan now collect metrics from custom namespaces via thecustom_namespaceblock. (@ptodev)Add the label
alloy_clusterin the metricalloy_config_hashwhen the flagcluster.nameis set to help differentiate betweenconfigs from the same alloy cluster or different alloy clusters. (@wildum)
Bugfixes
Fix a bug where the scrape timeout for a Probe resource was not applied, overwriting the scrape interval instead. (@morremeyer, @stefanandres)
Fix a bug where custom components don't always get updated when the config is modified in an imported directory. (@ante012)
Fixed an issue which caused loss of context data in Faro exception. (@codecapitano)
Fixed an issue where providing multiple hostnames or IP addresses
via
--cluster.join-addresseswould only use the first provided value.(@thampiotr)
Fixed an issue where providing
<hostname>:<port>in
--cluster.join-addresseswould only resolve with DNS to a single address,instead of using all the available records. (@thampiotr)
Fixed an issue where clustering peers resolution via hostname in
--cluster.join-addressesresolves to duplicated IP addresses when using SRV records. (@thampiotr)
Fixed an issue where the
connection_stringfor theloki.source.azure_event_hubscomponentwas displayed in the UI in plaintext. (@MorrisWitthein)
Fix a bug in
discovery.*components where oldtargetswould continue to beexported to downstream components. This would only happen if the config
for
discovery.*is reloaded in such a way that no new targets werediscovered. (@ptodev, @thampiotr)
Fixed bug in
loki.processwithsamplingstage where all components use samedrop_counter_reason. (@captncraig)Fixed an issue (see https://github.com/grafana/alloy/issues/1599) where specifying both path and key in the remote.vault
pathconfiguration could result in incorrect URLs. The
pathandkeyarguments have been separated to allow for clear and accuratespecification of Vault secrets. (@PatMis16)
Other
Renamed standard library functions. Old names are still valid but are marked deprecated. (@wildum)
Aliases for the namespaces are deprecated in the Cloudwatch exporter. For example: "s3" is not allowed, "AWS/S3" should be used. Usage of the aliases will generate warnings in the logs. Support for the aliases will be dropped in the upcoming releases. (@kgeckhart, @andriikushch)
Update OTel from v0.105.0 vo v0.108.0: (@wildum)
otelcol.receiver.vcenter] New VSAN metrics.https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33556
otelcol.receiver.kafka] Addsession_timeoutandheartbeat_intervalattributes.https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33082
otelcol.processor.transform] Addaggregate_on_attributesfunction for metrics.https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33334
otelcol.receiver.vcenter] Enable metrics by defaulthttps://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33607
Updated the docker base image to Ubuntu 24.04 (Noble Numbat). (@mattiasa )
v1.3.4Compare Source
Bugfixes
v1.3.3Compare Source
This is release
v1.3.3of Grafana Alloy.Upgrading
Read the release notes for specific instructions on upgrading from older versions:
Notable changes:
Security fixes
Installation
Refer to our installation guide for how to install Grafana Alloy.
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.