Skip to content

Releases: deadtrickster/prometheus.erl

Global labels

29 May 05:37
0944b12
Compare
Choose a tag to compare

v4.2.0

01 May 09:47
7e98c67
Compare
Choose a tag to compare

Collect allocators info

v4.1.0

01 May 09:48
e340556
Compare
Choose a tag to compare

:values - returns all series (labels<->value pairs) for the given metric name

v4.0.0

18 Feb 20:45
0e9661c
Compare
Choose a tag to compare
  • Breaking changes
    • > otp 20
    • removed gen_servers
    • removed deprecations
    • generic buckets errors [histogram_no_buckets -> no_buckets]
    • all buckets end with infinity
    • make prometheus_buckets:default,exponential,linear private
    • no call_timeout, all metric operations are synchronous now
    • remove dinc/dobserve
  • New Features
    • Histogram direct update
    • Constant Labels

v3.4.6

31 Jan 14:14
660a095
Compare
Choose a tag to compare
New version: v3.4.6

v3.4.2

08 Nov 09:10
ce40b9d
Compare
Choose a tag to compare
  • rebar2 support;
  • dirty schedulers info;
  • collectors alias;
  • bug fixes.

v3.3.2

16 Jul 19:05
9f15f5a
Compare
Choose a tag to compare

prometheus_histogram:observe scheduler migration bug fixed

v3.3.1

05 Jun 05:58
cf9c405
Compare
Choose a tag to compare
  • OTP 18.3 support is temporary back

v3.3.0

23 May 22:24
e99adae
Compare
Choose a tag to compare
  • Metrics without labels have default values now (0). #37
  • Boolean metric prometheus_boolean. #57 (more here: prometheus_boolean:set)
  • More than 30% text format rendering speedup.

v3.2.3

05 May 22:35
9173a21
Compare
Choose a tag to compare

Reorganize dependencies. Prod and develop profiles are now dependency-free.