Skip to content

Releases: deadtrickster/prometheus.erl

Wow, it's been 4 years since the last one 4.4.0

23 Nov 10:57
06c2672
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect labels type by @juhlig in #97
  • Add erlang_vm_wordsize to system_info collector by @essen in #90
  • Fix a few small typos in README.md by @stribb in #99
  • Add microstate accounting collector by @essen in #98
  • Support Erlang 23 format for blocks entry in allocators by @dcorbacho in #102
  • Add DIAMETER Exporter to README.md by @RoadRunnr in #105
  • Add node_queue_size metric to dist collector by @essen in #94
  • add metric for mnesia memory usage by @ipinak in #107
  • Make rebar3_archive_plugin coditional on rebar3 by @NikolaBorisov in #112
  • Tablewise Mnesia Metrics ... Optimized collect_metric for summaries and better metric registrations by @SoniCoder in #113
  • Remove rebar3 elvis plugin reference, close #118 by @deadtrickster in #119
  • Add quantiles to summary using quantiles_estimator package. by @hairyhum in #116
  • replace regex to escape special chars with simple binary comprehension by @RoadRunnr in #121
  • speedup collection of counters and histograms by @RoadRunnr in #120
  • improve efficiency of label translation in text format by @RoadRunnr in #124
  • RabbitMQ license has changed to MPL2 by @michaelklishin in #126
  • Add required fields to quantile_estimator to fix dialyzer warnings. by @hairyhum in #129
  • Added GH Action by @vkatsuba in #123
  • Write bigger chunks to ram_file by @binarin in #136
  • Allow application to pre-render labels for text format by @binarin in #137
  • Handle case where mnesia:table_info/2 returns undefined by @lhoguin in #140
  • Prevent badmatch by taking an edge case into account by @lukebakken in #144
  • Prevent deadlock with application_controller shutdown by @slezakattack in #143
  • OTP 25 compatibility by @binarin in #148
  • Global and prerendered labels by @binarin in #149
  • Move export prometheus_text_format:escape_label_value outside of TEST def by @aaron-seo in #158
  • Optimise text_format:escape_label_value by @gomoripeti in #160

New Contributors

Full Changelog: v4.4.0...v4.11.0

v4.10

23 Nov 11:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.9.1...v4.10.0

v4.9.1

23 Nov 11:00
7f0e6c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.9.0...v4.9.1

v4.8.2

23 Nov 10:59
90d75ad
Compare
Choose a tag to compare

What's Changed

  • Add required fields to quantile_estimator to fix dialyzer warnings. by @hairyhum in #129
  • Added GH Action by @vkatsuba in #123
  • Write bigger chunks to ram_file by @binarin in #136
  • Allow application to pre-render labels for text format by @binarin in #137
  • Handle case where mnesia:table_info/2 returns undefined by @lhoguin in #140

New Contributors

Full Changelog: v4.8.1...v4.8.2

v4.8.1

23 Nov 10:59
3245220
Compare
Choose a tag to compare

What's Changed

  • Add quantiles to summary using quantiles_estimator package. by @hairyhum in #116
  • replace regex to escape special chars with simple binary comprehension by @RoadRunnr in #121
  • speedup collection of counters and histograms by @RoadRunnr in #120
  • improve efficiency of label translation in text format by @RoadRunnr in #124
  • RabbitMQ license has changed to MPL2 by @michaelklishin in #126

New Contributors

Full Changelog: v4.8.0...v4.8.1

v4.8

23 Nov 10:59
0ed1fbc
Compare
Choose a tag to compare

What's Changed

  • add metric for mnesia memory usage by @ipinak in #107
  • Make rebar3_archive_plugin coditional on rebar3 by @NikolaBorisov in #112
  • Tablewise Mnesia Metrics ... Optimized collect_metric for summaries and better metric registrations by @SoniCoder in #113
  • Remove rebar3 elvis plugin reference, close #118 by @deadtrickster in #119

New Contributors

Full Changelog: v4.6.0...v4.8.0

v4.7

23 Nov 10:58
Compare
Choose a tag to compare

What's Changed

  • add metric for mnesia memory usage by @ipinak in #107
  • Make rebar3_archive_plugin coditional on rebar3 by @NikolaBorisov in #112
  • Tablewise Mnesia Metrics ... Optimized collect_metric for summaries and better metric registrations by @SoniCoder in #113

New Contributors

Full Changelog: v4.6.0...v4.7.0

v4.6

23 Nov 10:58
f861900
Compare
Choose a tag to compare

What's Changed

  • Support Erlang 23 format for blocks entry in allocators by @dcorbacho in #102
  • Add DIAMETER Exporter to README.md by @RoadRunnr in #105
  • Add node_queue_size metric to dist collector by @essen in #94

New Contributors

Full Changelog: v4.5.0...v4.6.0

v4.5

23 Nov 10:57
39ef9d0
Compare
Choose a tag to compare

What's Changed

  • Add erlang_vm_wordsize to system_info collector by @essen in #90
  • Fix a few small typos in README.md by @stribb in #99
  • Add microstate accounting collector by @essen in #98

New Contributors

Full Changelog: v4.4.1...v4.5.0

Distribution related metrics

29 May 05:36
4cae6df
Compare
Choose a tag to compare