Releases: zio/zio-metrics-legacy
Releases · zio/zio-metrics-legacy
ZIO-Metrics
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
- StatsD/DogStatsD client
- Support for Scala 2.13
Drops support for Scala 2.11
Time methods for history and summary that accepts RIO/Task
Accept RIO instead of Task for histogram and summary time and time_
Modules in their own package
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
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
This version tests new documentation website.