Releases: deadtrickster/prometheus.erl
Releases · deadtrickster/prometheus.erl
Wow, it's been 4 years since the last one 4.4.0
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
- @juhlig made their first contribution in #97
- @stribb made their first contribution in #99
- @dcorbacho made their first contribution in #102
- @RoadRunnr made their first contribution in #105
- @ipinak made their first contribution in #107
- @NikolaBorisov made their first contribution in #112
- @SoniCoder made their first contribution in #113
- @hairyhum made their first contribution in #116
- @michaelklishin made their first contribution in #126
- @vkatsuba made their first contribution in #123
- @binarin made their first contribution in #136
- @lhoguin made their first contribution in #140
- @lukebakken made their first contribution in #144
- @slezakattack made their first contribution in #143
- @aaron-seo made their first contribution in #158
- @gomoripeti made their first contribution in #160
Full Changelog: v4.4.0...v4.11.0
v4.10
v4.9.1
What's Changed
- Prevent
badmatch
by taking an edge case into account by @lukebakken in #144 - Prevent deadlock with application_controller shutdown by @slezakattack in #143
New Contributors
- @lukebakken made their first contribution in #144
- @slezakattack made their first contribution in #143
Full Changelog: v4.9.0...v4.9.1
v4.8.2
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
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
- @michaelklishin made their first contribution in #126
Full Changelog: v4.8.0...v4.8.1
v4.8
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
- @ipinak made their first contribution in #107
- @NikolaBorisov made their first contribution in #112
- @SoniCoder made their first contribution in #113
Full Changelog: v4.6.0...v4.8.0
v4.7
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
- @ipinak made their first contribution in #107
- @NikolaBorisov made their first contribution in #112
- @SoniCoder made their first contribution in #113
Full Changelog: v4.6.0...v4.7.0
v4.6
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
- @dcorbacho made their first contribution in #102
Full Changelog: v4.5.0...v4.6.0