chore(deps): update dependency grafana/alloy to v1.10.0 #92

Merged
GregoryDosh merged 1 commit from renovate/grafana-alloy-1.x into main 2025-07-17 12:18:40 +00:00

This PR contains the following updates:

Package Update Change
grafana/alloy minor 1.9.2 -> 1.10.0

Release Notes

grafana/alloy (grafana/alloy)

v1.10.0

Compare Source

Breaking changes
  • Removing the nanoserver-1809 container image for Windows 2019. (@​ptodev)
    This is due to the deprecation of windows-2019 GitHub Actions runners.
    The windowsservercore-ltsc2022 Alloy image is still being published to DockerHub.
Bugfixes
  • Upgrade otelcol components from OpenTelemetry v0.126.0 to v0.128.0 (@​korniltsev, @​dehaansa)
    • [otelcol.exporter.kafka]: Allow kafka exporter to produce to topics based on metadata key values.
    • [otelcol.receiver.kafka]: Enforce a backoff mechanism on non-permanent errors, such as when the queue is full.
    • [otelcol.receiver.kafka]: Don't restart the Kafka consumer on failed errors when message marking is enabled for them.
    • [otelcol.exporter.datadog]: Fix automatic intial point dropping when converting cumulative monotonic sum metrics.
    • [otelcol.exporter.datadog]: config tls::insecure_skip_verify is now taken into account in metrics path.
    • [otelcol.exporter.datadog]: Correctly treat summary counts as cumulative monotonic sums instead of cumulative non-monotonic sums.
    • [otelcol.connector.spanmetrics]: Fix bug causing span metrics calls count to be always 0 when using delta temporality.
    • [otelcol.exporter.splunkhec]: Treat HTTP 403 Forbidden as a permanent error.
Features
  • (Experimental) Add an array.group_by stdlib function to group items in an array by a key. (@​wildum)

  • Add the otelcol.exporter.faro exporter to export traces and logs to Faro endpoint. (@​mar4uk)

  • Add the otelcol.receiver.faro receiver to receive traces and logs from the Grafana Faro Web SDK. (@​mar4uk)

  • Add entropy support for loki.secretfilter (@​romain-gaillard)

Enhancements
  • Add hash_string_id argument to foreach block to hash the string representation of the pipeline id instead of using the string itself. (@​wildum)

  • Update async-profiler binaries for pyroscope.java to 4.0-87b7b42 (@​github-hamza-bouqal)

  • (Experimental) Additions to experimental database_observability.mysql component:

  • (Experimental) prometheus.write.queue add support for exemplars. (@​dehaansa)

  • (Experimental) prometheus.write.queue initialize queue metrics that are seconds values as time.Now, not 0. (@​dehaansa)

  • Update secret-filter gitleaks.toml from v8.19.0 to v8.26.0 (@​andrejshapal)

  • Wire in survey block for beyla.ebpf component. (@​grcevski, @​tpaschalis)

  • Upgrade otelcol components from OpenTelemetry v0.126.0 to v0.128.0 (@​korniltsev, @​dehaansa)

    • [otelcol.processor.resourcedetection]: Add additional OS properties to resource detection: os.build.id and os.name.
    • [otelcol.processor.resourcedetection]: Add host.interface resource attribute to system detector.
    • [otelcol.exporter.kafka]: Fix Snappy compression codec support for the Kafka exporter.
    • [otelcol.receiver.filelog]: Introduce utf8-raw encoding to avoid replacing invalid bytes with \uFFFD when reading UTF-8 input.
    • [otelcol.processor.k8sattributes]: Support extracting labels and annotations from k8s Deployments.
    • [otelcol.processor.k8sattributes]: Add option to configure automatic service resource attributes.
    • [otelcol.exporter.datadog]: Adds hostname_detection_timeout configuration option for Datadog Exporter and sets default to 25 seconds.
    • [otelcol.receiver.datadog]: Address semantic conventions noncompliance and add support for http/db.
    • [otelcol.exporter.awss3]: Add the retry mode, max attempts and max backoff to the settings.
  • Add enable_tracing attribute to prometheus.exporter.snowflake component to support debugging issues. (@​dehaansa)

  • Add support for conditions and statement-specific error_mode in otelcol.processor.transform. (@​ptodev)

  • Add storage and start_from args to cloudwatch logs receiver. (@​boernd)

  • Reduced allocation in Loki processing pipelines. (@​thampiotr)

  • Update the prometheus.exporter.postgres component with latest changes and bugfixes for Postgres17 (@​cristiangreco)

Bugfixes
  • Fix path for correct injection of version into constants at build time. (@​adlotsof)

  • Propagate the -feature.community-components.enabled flag for remote
    configuration components. (@​tpaschalis)

  • Fix extension registration for otelcol.receiver.splunkhec auth extensions. (@​dehaansa)

Other changes
  • Mark pyroscope.receive_http and pyroscope.relabel components as GA. (@​marcsanmi)

  • Upgrade otelcol.exporter.windows to v0.30.8 to get bugfixes and fix update collector support. (@​dehaansa)

  • Add User-Agent header to remotecfg requests. (@​tpaschalis)


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grafana/alloy](https://github.com/grafana/alloy) | minor | `1.9.2` -> `1.10.0` | --- ### Release Notes <details> <summary>grafana/alloy (grafana/alloy)</summary> ### [`v1.10.0`](https://github.com/grafana/alloy/blob/HEAD/CHANGELOG.md#v1100) [Compare Source](https://github.com/grafana/alloy/compare/v1.9.2...v1.10.0) ##### Breaking changes - Removing the `nanoserver-1809` container image for Windows 2019. ([@&#8203;ptodev](https://github.com/ptodev)) This is due to the deprecation of `windows-2019` GitHub Actions runners. The `windowsservercore-ltsc2022` Alloy image is still being published to DockerHub. ##### Bugfixes - Upgrade `otelcol` components from OpenTelemetry v0.126.0 to v0.128.0 ([@&#8203;korniltsev](https://github.com/korniltsev), [@&#8203;dehaansa](https://github.com/dehaansa)) - \[`otelcol.exporter.kafka`]: Allow kafka exporter to produce to topics based on metadata key values. - \[`otelcol.receiver.kafka`]: Enforce a backoff mechanism on non-permanent errors, such as when the queue is full. - \[`otelcol.receiver.kafka`]: Don't restart the Kafka consumer on failed errors when message marking is enabled for them. - \[`otelcol.exporter.datadog`]: Fix automatic intial point dropping when converting cumulative monotonic sum metrics. - \[`otelcol.exporter.datadog`]: config `tls::insecure_skip_verify` is now taken into account in metrics path. - \[`otelcol.exporter.datadog`]: Correctly treat summary counts as cumulative monotonic sums instead of cumulative non-monotonic sums. - \[`otelcol.connector.spanmetrics`]: Fix bug causing span metrics calls count to be always 0 when using delta temporality. - \[`otelcol.exporter.splunkhec`]: Treat HTTP 403 Forbidden as a permanent error. ##### Features - (*Experimental*) Add an `array.group_by` stdlib function to group items in an array by a key. ([@&#8203;wildum](https://github.com/wildum)) - Add the `otelcol.exporter.faro` exporter to export traces and logs to Faro endpoint. ([@&#8203;mar4uk](https://github.com/mar4uk)) - Add the `otelcol.receiver.faro` receiver to receive traces and logs from the Grafana Faro Web SDK. ([@&#8203;mar4uk](https://github.com/mar4uk)) - Add entropy support for `loki.secretfilter` ([@&#8203;romain-gaillard](https://github.com/romain-gaillard)) ##### Enhancements - Add `hash_string_id` argument to `foreach` block to hash the string representation of the pipeline id instead of using the string itself. ([@&#8203;wildum](https://github.com/wildum)) - Update `async-profiler` binaries for `pyroscope.java` to 4.0-87b7b42 ([@&#8203;github-hamza-bouqal](https://github.com/github-hamza-bouqal)) - (*Experimental*) Additions to experimental `database_observability.mysql` component: - Add `explain_plan` collector to `database_observability.mysql` component. ([@&#8203;rgeyer](https://github.com/rgeyer)) - `locks`: addition of data locks collector ([@&#8203;gaantunes](https://github.com/gaantunes) [@&#8203;fridgepoet](https://github.com/fridgepoet)) - `query_sample` collector is now enabled by default ([@&#8203;matthewnolf](https://github.com/matthewnolf)) - `query_tables` collector now deals better with truncated statements ([@&#8203;cristiangreco](https://github.com/cristiangreco)) - (*Experimental*) `prometheus.write.queue` add support for exemplars. ([@&#8203;dehaansa](https://github.com/dehaansa)) - (*Experimental*) `prometheus.write.queue` initialize queue metrics that are seconds values as time.Now, not 0. ([@&#8203;dehaansa](https://github.com/dehaansa)) - Update secret-filter gitleaks.toml from v8.19.0 to v8.26.0 ([@&#8203;andrejshapal](https://github.com/andrejshapal)) - Wire in survey block for beyla.ebpf component. ([@&#8203;grcevski](https://github.com/grcevski), [@&#8203;tpaschalis](https://github.com/tpaschalis)) - Upgrade `otelcol` components from OpenTelemetry v0.126.0 to v0.128.0 ([@&#8203;korniltsev](https://github.com/korniltsev), [@&#8203;dehaansa](https://github.com/dehaansa)) - \[`otelcol.processor.resourcedetection`]: Add additional OS properties to resource detection: `os.build.id` and `os.name`. - \[`otelcol.processor.resourcedetection`]: Add `host.interface` resource attribute to `system` detector. - \[`otelcol.exporter.kafka`]: Fix Snappy compression codec support for the Kafka exporter. - \[`otelcol.receiver.filelog`]: Introduce `utf8-raw` encoding to avoid replacing invalid bytes with \uFFFD when reading UTF-8 input. - \[`otelcol.processor.k8sattributes`]: Support extracting labels and annotations from k8s Deployments. - \[`otelcol.processor.k8sattributes`]: Add option to configure automatic service resource attributes. - \[`otelcol.exporter.datadog`]: Adds `hostname_detection_timeout` configuration option for Datadog Exporter and sets default to 25 seconds. - \[`otelcol.receiver.datadog`]: Address semantic conventions noncompliance and add support for http/db. - \[`otelcol.exporter.awss3`]: Add the retry mode, max attempts and max backoff to the settings. - Add `enable_tracing` attribute to `prometheus.exporter.snowflake` component to support debugging issues. ([@&#8203;dehaansa](https://github.com/dehaansa)) - Add support for `conditions` and statement-specific `error_mode` in `otelcol.processor.transform`. ([@&#8203;ptodev](https://github.com/ptodev)) - Add `storage` and `start_from` args to cloudwatch logs receiver. ([@&#8203;boernd](https://github.com/boernd)) - Reduced allocation in Loki processing pipelines. ([@&#8203;thampiotr](https://github.com/thampiotr)) - Update the `prometheus.exporter.postgres` component with latest changes and bugfixes for Postgres17 ([@&#8203;cristiangreco](https://github.com/cristiangreco)) ##### Bugfixes - Fix path for correct injection of version into constants at build time. ([@&#8203;adlotsof](https://github.com/adlotsof)) - Propagate the `-feature.community-components.enabled` flag for remote configuration components. ([@&#8203;tpaschalis](https://github.com/tpaschalis)) - Fix extension registration for `otelcol.receiver.splunkhec` auth extensions. ([@&#8203;dehaansa](https://github.com/dehaansa)) ##### Other changes - Mark `pyroscope.receive_http` and `pyroscope.relabel` components as GA. ([@&#8203;marcsanmi](https://github.com/marcsanmi)) - Upgrade `otelcol.exporter.windows` to v0.30.8 to get bugfixes and fix `update` collector support. ([@&#8203;dehaansa](https://github.com/dehaansa)) - Add `User-Agent` header to remotecfg requests. ([@&#8203;tpaschalis](https://github.com/tpaschalis)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zMi4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
GregoryDosh deleted branch renovate/grafana-alloy-1.x 2025-07-17 12:18:40 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
homelab/ansible-collection!92
No description provided.