Skip to content

Update module github.com/prometheus/statsd_exporter to v0.30.0#101

Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
release-v0.1.xfrom
konflux/mintmaker/release-v0.1.x/github.com-prometheus-statsd_exporter-0.x
Open

Update module github.com/prometheus/statsd_exporter to v0.30.0#101
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
release-v0.1.xfrom
konflux/mintmaker/release-v0.1.x/github.com-prometheus-statsd_exporter-0.x

Conversation

@red-hat-konflux-kflux-prd-rh02

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot commented Jun 15, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus/statsd_exporter v0.22.7v0.30.0 age confidence

Release Notes

prometheus/statsd_exporter (github.com/prometheus/statsd_exporter)

v0.30.0: 0.30.0

Compare Source

What's Changed

  • [CHANGE] Remove the Dockerfile HEALTHCHECK from published container images (#​671) by @​SuperQ
  • [ENHANCEMENT] Add a distroless container image variant (#​703) by @​roidelapluie
  • [ENHANCEMENT] Use the common Prometheus Docker architecture set for container image publishing (#​682) by @​SuperQ
  • [SECURITY] Update dependencies, including github.com/prometheus/exporter-toolkit, go.yaml.in/yaml/v2, golang.org/x/crypto, and golang.org/x/net (#​675,
    #​689)

New Contributors

Full Changelog: prometheus/statsd_exporter@v0.29.0...v0.30.0

v0.29.0: 0.29.0 / 2025-03-03

Compare Source

  • [CHANGE] Update dependencies and Go to 1.25
  • [FEATURE][library] Add MultiValueEvent interface and MultiObserverEvent implementation (first part of a bigger change; see #​602 for details)
  • [ENHANCEMENT] Add metric name label to statsd_exporter_events_conflict_total for easier debugging (#​605)
  • [ENHANCEMENT] Extract starter configuration to config.example.yml with modern defaults (glob matching, native histograms) (#​642)
  • [FEATURE] Support DogStatsD v1.2 container ID and sampling extensions (#​649)

Thank you @​marc-harrison for the contribution!

v0.28.0: 0.28.0 / 2024-10-25

Compare Source

  • [CHANGE] Update exporter-toolkit & switch to slog (#​586)
  • [CHANGE] Update client_golang and prometheus-common

This is a breaking change for library users.

v0.27.2: 0.27.2 / 2024-10-07

Compare Source

  • [BUGFIX] Fix panic on certain invalid lines (#​579)

v0.27.1: 0.27.1 / 2024-08-18

Compare Source

Thank you @​GrgDev for the contribution!

v0.27.0

Compare Source

v0.26.1: 0.26.1 / 2024-03-22

Compare Source

  • [SECURITY] Update dependencies, including google.golang.org/protobuf for CVE-2024-24786

This is a maintenance release.

v0.26.0: 0.26.0 / 2023-12-06

Compare Source

  • [CHANGE] Update dependencies: prometheus/common, client model, and Go 1.21
  • [FEATURE] Add option to honor original labels from event tags over labels specified in mapping configuration (#​521)

Thank you @​rabenhorst for the honor_labels contribution!

v0.25.0: 0.25.0 / 2023-10-23

Compare Source

  • [CHANGE] Update client_golang (#​508, #​513)
  • [ENHANCEMENT] Process UDP packets asynchronously (#​511)
  • [BUGFIX] Debug-log incoming lines in cleartext (#​510)
  • [SECURITY] Update golang.org/x/net (#​516)

This release is less likely to drop UDP packets under very high traffic.
Additionally, when it does, it now attempts to record that this happened in the metric statsd_exporter_udp_packet_drops_total, where previously this could only be detected from operating system metrics.
If you are already monitoring for OS-level UDP packet drops, you must also monitor this metric.
The exporter will pull packets from the UDP socket queue much more quickly and queue them internally before processing.
Existing monitoring for packet drops will no longer be sufficient to detect dropped events, but attribution to the exporter is easier with this new metric.

Many thanks to @​sumeshpremraj and @​kullanici0606 for their contributions, and @​pedro-stanaka for helping with the async UDP processing!

v0.24.0: 0.24.0 / 2023-06-02

Compare Source

  • [FEATURE] Improve the landing page experience (#​504)
  • [FEATURE] Support scaling parameter in mapping (#​499)

v0.23.3: 0.23.3 / 2023-06-02

  • [SECURITY] Maintenance release, updating dependencies
  • [ENHANCEMENT][library] Allow instantiating configuration without going through YAML (#​491)

Version 0.23.2 was mistagged and thus skipped.

v0.23.1: 0.23.1 / 2023-03-08

Compare Source

  • [SECURITY] Update all dependencies (#​489)

v0.23.0: 0.23.0 / 2022-12-07

Compare Source

  • [CHANGE] Print help and version to standard out (#​469)
  • [FEATURE] Support experimental native histograms (#​474)

v0.22.8: 0.22.8 / 2022-09-13

Compare Source

  • [BUGFIX] Prevent poisoning with gauge/distribution naming collision (#​461)
  • [CHANGE] Update client_golang dependency (#​463)

Configuration

📅 Schedule: (UTC)

  • 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

…0.30.0

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
golang.org/x/time v0.14.0 -> v0.15.0

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title chore(deps): update module github.com/prometheus/statsd_exporter to v0.30.0 Update module github.com/prometheus/statsd_exporter to v0.30.0 Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants