github zio/zio-metrics-connectors v2.1.0

latest releases: v2.3.1, v2.3.0, v2.2.1...
15 months ago

What's Changed

  • #34 Adhere to Prometheus Exposition format by @tup916 in #38
  • datadog - allow sending unchanged metrics by @oridag in #39
  • Integration with Micrometer for greater ZIO monitoring capabilities by @Grryum in #42
  • Split project into modules (statsd, newrelic, prometheus, datadog) by @calvinlfer in #40
  • Fixed gauge states collection by GC. by @Grryum in #46
  • Updated and fixed ZMX Metric Reference docs. by @Grryum in #43
  • Fix sending histogram values twice for datadog by @petoalbert in #48
  • Clean up documentation by @calvinlfer in #50

New Contributors

Breaking change

The core module was split up and a separate artifact is published for each backend type:

"dev.zio" %% "zio-metrics-connectors"             % "2.1.0", // core library
"dev.zio" %% "zio-metrics-connectors-prometheus"  % "2.1.0", // Prometheus client
"dev.zio" %% "zio-metrics-connectors-datadog"     % "2.1.0", // DataDog client
"dev.zio" %% "zio-metrics-connectors-newrelic"    % "2.1.0", // NewRelic client
"dev.zio" %% "zio-metrics-connectors-statsd"      % "2.1.0", // StatsD client
"dev.zio" %% "zio-metrics-connectors-micrometer"  % "2.1.0"  // Micrometer client

Full Changelog: v2.0.8...v2.1.0

Don't miss a new zio-metrics-connectors release

NewReleases is sending notifications on new releases.