Skip to content

Releases: prometheus-erl/prometheus.erl

v6.1.1

22 Nov 20:31

Choose a tag to compare

What's Changed

  • prometheus_text_format: Fix argument order for format_into/3 fun by @the-mikedavis in #197

Full Changelog: v6.1.0...v6.1.1

v6.1.0

22 Nov 07:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.3...v6.1.0

v6.0.3

22 Aug 16:03
v6.0.3
a4f1432

Choose a tag to compare

What's Changed

Full Changelog: v6.0.2...v6.0.3

v6.0.2

06 Aug 07:39
v6.0.2
c2d2308

Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

25 Jul 10:51
cf4f484

Choose a tag to compare

What's Changed

See changes at v6.0.0.

Full Changelog: v6.0.0...v6.0.1

v6.0.0

24 Jul 14:13
a537ab4

Choose a tag to compare

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: v5.1.1...v6.0.0

v5.1.1

25 Jun 06:17
v5.1.1
02df2e1

Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

24 Jun 16:49
v5.1.0
bf6fd38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

19 Mar 09:36
v5.0.0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.12.0...v5.0.0

v4.13.0

17 Mar 15:02
v4.13.0

Choose a tag to compare

v4.13.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.12.0...v4.13.0