Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps prometheus from 4.11.0 to 6.0.3.

Release notes

Sourced from prometheus's releases.

v6.0.3

What's Changed

Full Changelog: prometheus-erl/prometheus.erl@v6.0.2...v6.0.3

v6.0.2

What's Changed

Full Changelog: prometheus-erl/prometheus.erl@v6.0.1...v6.0.2

v6.0.1

What's Changed

See changes at v6.0.0.

Full Changelog: prometheus-erl/prometheus.erl@v6.0.0...v6.0.1

v6.0.0

What's Changed

  • Update readme by @​NelsonVides in prometheus-erl/prometheus.erl#189
  • Summary sketch by @​NelsonVides in prometheus-erl/prometheus.erl#177
    • BREAKING: Quantile summaries now use the DDSketch algorithm under the hood, which is mergeable and offers much more accuracy and correctness. However, it is configured differently and some configuration keys might clash. It is compatible with the defaults but if you had any custom configurations you'll need to double-check:
  • Run promtool in CI by @​NelsonVides in prometheus-erl/prometheus.erl#188
    • BREAKING: Default system metrics were not compliant with Prometheus/OpenMetrics 1.0 naming conventions. promtool has been added to CI and violating metrics have been renamed. If you need backwards compatibility you can enable prometheus_collectors_compat by adding {prometheus, [{collectors_compat, true}]} to your config.

The list of metric name changes is as follows:

Was Is
erlang_mnesia_failed_transactions erlang_mnesia_failed_transactions_total
erlang_mnesia_committed_transactions erlang_mnesia_committed_transactions_total
erlang_mnesia_logged_transactions erlang_mnesia_logged_transactions_total
erlang_mnesia_restarted_transactions erlang_mnesia_restarted_transactions_total
erlang_vm_memory_atom_bytes_total erlang_vm_memory_atom_bytes
erlang_vm_memory_bytes_total erlang_vm_memory_bytes
erlang_vm_memory_processes_bytes_total erlang_vm_memory_processes_bytes
erlang_vm_memory_system_bytes_total erlang_vm_memory_system_bytes
erlang_vm_statistics_context_switches erlang_vm_statistics_context_switches_total
erlang_vm_statistics_garbage_collection_number_of_gcs erlang_vm_statistics_garbage_collection_number_of_gcs_total
erlang_vm_statistics_garbage_collection_words_reclaimed erlang_vm_statistics_garbage_collection_words_reclaimed_total
erlang_vm_statistics_garbage_collection_bytes_reclaimed erlang_vm_statistics_garbage_collection_bytes_reclaimed_total
erlang_vm_statistics_runtime_milliseconds erlang_vm_statistics_runtime_seconds_total

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [prometheus](https://github.com/prometheus-erl/prometheus.erl) from 4.11.0 to 6.0.3.
- [Release notes](https://github.com/prometheus-erl/prometheus.erl/releases)
- [Commits](prometheus-erl/prometheus.erl@v4.11.0...v6.0.3)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant