Skip to content

Releases: mirage/prometheus

1.2

16 Jun 09:07
d1669d0
Compare
Choose a tag to compare

CHANGES:

  • Add lwt collectors and pre-collectors (@killian-delarue, #43).
    Note that this is a temporary feature while we wait for OCaml 5 to be released,
    when this can be replaced by the use of effects.

  • Fix deprecations in Fmt 0.8.10 (@MisterDA, #36).

  • General build updates, upstream deprecations, etc (@talex5, #33 #34 #35 #40 #42).

v1.1

08 Jun 09:34
4a85699
Compare
Choose a tag to compare

CHANGES:

  • Allow using a custom formatter for log output (@MisterDA #31).
    Windows services crash if they try to use stderr.

v1.0

22 Dec 10:56
Compare
Choose a tag to compare

CHANGES:

  • Add logging configuration (#29, @talex5).
    To configure a server to report counts for log messages:

    let () = Prometheus_unix.Logging.init ()

    This installs a reporter that reports the number of messages logged by each log source and at each level.
    The reporter also displays the timestamp and log source with each message, which is a more suitable configuration for servers.

  • Add bounds on cohttp to prepare for cohttp 3 release (#28, @talex5).

v0.7

03 Mar 11:46
baa851d
Compare
Choose a tag to compare

CHANGES:

  • switch float representation to OCaml's default "%f" (#22, @toots)
  • use Gc.quick_stat for faster stats (#25, @talex5)

v0.6

23 Nov 21:03
Compare
Choose a tag to compare

CHANGES:

v0.5

20 Dec 13:09
Compare
Choose a tag to compare

v0.5 2017-12-20

v0.4: Merge pull request #9 from djs55/new-cohttp

02 Aug 21:08
Compare
Choose a tag to compare

v0.4 2017-08-02

  • unix: update to cohttp >= 0.99.0. Note this means the unix package
    requires OCaml 4.03+. The main library still only requires OCaml 4.01+

Support topkg versioning

03 Jul 22:17
Compare
Choose a tag to compare

Build tweaks to support topkg versioning (@avsm)

Build with jbuilder

18 May 11:38
Compare
Choose a tag to compare
  • add example program and update README
  • switch to jbuilder
  • throw a clearer error on registering a duplicate metric
  • use Re rather than Str

v0.1

06 Feb 16:05
Compare
Choose a tag to compare

v0.1

Initial release.