Skip to content

v1.0.1

Compare
Choose a tag to compare
@jkschneider jkschneider released this 27 Feb 23:15
· 5755 commits to main since this release

New Features/Improvements

  • Group complex meter types under one event in New Relic.
  • Can now set a custom sink for StatsD lines, allowing you to direct StatsD output to something other than UDP (e.g. messaging middleware).
  • Influx registry logging level consistency and property deserialization improvements.
  • Mark urlTemplate as nullable for RestTemplateExchangeTagsProvider

Fixes

  • Encode metric name which is being used in URL for Datadog.
  • Add slf4j-api dependency to registry implementations that depend on it.
  • Change default Wavefront proxy port.
  • Graphite FunctionTimers no longer return NaN. NaN gauges are not shipped to Graphite.
  • StatsD metrics can now originate from multiple producers without conflict.