Skip to content

Releases: zio/zio-metrics-legacy

ZIO-Metrics

11 Feb 12:04
0a40d55
Compare
Choose a tag to compare

v0.1.0 artifacts were released without the zio- at the beginning of each name, this release fixes this.

StatsD /DogStatsD and Scala 2.13

09 Feb 12:52
e847279
Compare
Choose a tag to compare
  • StatsD/DogStatsD client
  • Support for Scala 2.13

Drops support for Scala 2.11

Time methods for history and summary that accepts RIO/Task

09 Jan 18:07
95e2f7d
Compare
Choose a tag to compare

Accept RIO instead of Task for histogram and summary time and time_

Modules in their own package

17 Dec 23:05
34703c0
Compare
Choose a tag to compare

Besides completing the documentation for Dropwizard, the only relevant change is that everything was moved inside the prometheus or dropwizard package. So, for example, instead of zio.metrics.Registry, you have to specify either zio.metrics.prometheus.Registry or zio.metrics.dropwizard.Registry.

Encapsulate metrics

04 Dec 20:03
4a0e6b3
Compare
Choose a tag to compare

Reduce the number of modules by encapulating each Prometheus metrics instead of using the module pattern for each of them. Only Registry and Exporters modules are necessary now.

Documentation for Prometheus

01 Dec 23:52
d84099e
Compare
Choose a tag to compare

This version tests new documentation website.

v0.0.3

22 Nov 15:33
157331a
Compare
Choose a tag to compare
Enable bundle upload (#10)

v0.0.1

18 Aug 12:54
67cf690
Compare
Choose a tag to compare
Prevent parallel release (#5)