Skip to content

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

Latest
Compare
Choose a tag to compare
@deadtrickster deadtrickster released this 23 Nov 10:57
· 1 commit to master since this release
06c2672

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