Skip to content

chore(deps): update dependency prometheus to v6 - #77

Open
doctolib-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prometheus-6.x
Open

chore(deps): update dependency prometheus to v6#77
doctolib-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prometheus-6.x

Conversation

@doctolib-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
prometheus (source) prod major ~> 5.0~> 6.0

Release Notes

prometheus-erl/prometheus.erl (prometheus)

v6.1.3

Compare Source

What's Changed
New Contributors

Full Changelog: prometheus-erl/prometheus.erl@v6.1.2...v6.1.3

v6.1.2

Compare Source

What's Changed

Full Changelog: prometheus-erl/prometheus.erl@v6.1.1...v6.1.2

v6.1.1

Compare Source

What's Changed

Full Changelog: prometheus-erl/prometheus.erl@v6.1.0...v6.1.1

v6.1.0

Compare Source

What's Changed
New Contributors

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

v6.0.3

Compare Source

What's Changed

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

v6.0.2

Compare Source

What's Changed

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

v6.0.1

Compare Source

What's Changed

See changes at v6.0.0.

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

v6.0.0

Compare Source

What's Changed
  • Update readme by @​NelsonVides in #​189
  • Summary sketch by @​NelsonVides in #​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 #​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
erlang_vm_statistics_wallclock_time_milliseconds erlang_vm_statistics_wallclock_time_seconds_total
erlang_vm_port_count erlang_vm_ports
erlang_vm_process_count erlang_vm_processes
erlang_vm_atom_count erlang_vm_atoms

Full Changelog: prometheus-erl/prometheus.erl@v5.1.1...v6.0.0


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Paris, 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 was created by Renovate.

Details

Check the default configuration and documentation.

See the logs on Datadog.
To replay this update, you can use the following packageRules on the Manual Run page: [{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": ["prometheus"], "enabled": true}]

@doctolib-renovate

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: load_test/mix.lock
Command failed: install-tool elixir v1.20.2

File name: neurow/mix.lock
Command failed: install-tool elixir v1.20.2

@papey
papey enabled auto-merge (squash) July 28, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants