Releases: ovotech/natchez-extras
Releases · ovotech/natchez-extras
Fixed pattern matching
Pattern matching was failing for resources that contained :
Add support for Datadog Events in datadog-metrics
Events (#41) * Initial work on events * Encode with bytes, use byte length rather than string length * Fix lowercase S, be consistent with when to enforce string lengths * Remove out of date comment, Charset.forName => StandardCharsets * Use strings more where safe, improve lengths * Missing StandardCharset * Fix newline escaping
Add natchez-testkit, natchez-fs2
See the README for details of the new modules
Add natchez-log4cats, improve natchez-datadog
Support span.type, prevent Datadog sampling traces (#37) * Support span.type and enforce no sampling * Fix tests
Add natchez-http4s
Add a module for tracing HTTP4s servers. Will likely be replaced when the PR to do the same thing in Natchez itself is merged.
Fix high CPU usage in natchez-datadog
2.0.1 Replace debounce with metered to fix the poll interval (#35)
Migrated to Kamon 1.x
PROP-1376 - Upgrading Kamon to 1.0 (#14) * Upgrading kamon to 1.0 * Bumped libraries * Bumped cats-effect
Depend on cats-effect 1.x
cats-effect 1.x (#13) * Upgrade to cats-effect 1.0.0 * Remove modules that're now in cats-effect / fs2 natively * Update README
Added Kamon.histogram to Metrics
0.9.0 Added Kamon.histogram to Metrics
Split tracing + logging
Logging now contains both a Tracing & Logging type class for situations where you can support one but not the other