Skip to content

Releases: ovotech/natchez-extras

Fixed pattern matching

28 May 14:27
b94d404
Compare
Choose a tag to compare

Pattern matching was failing for resources that contained :

Add support for Datadog Events in datadog-metrics

13 May 09:09
cbc9e70
Compare
Choose a tag to compare
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

01 May 10:33
0548e5e
Compare
Choose a tag to compare

See the README for details of the new modules

Add natchez-log4cats, improve natchez-datadog

09 Apr 14:02
8d7ee2b
Compare
Choose a tag to compare
Support span.type, prevent Datadog sampling traces (#37)

* Support span.type and enforce no sampling

* Fix tests

Add natchez-http4s

06 Apr 14:08
c62c3ce
Compare
Choose a tag to compare

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

03 Apr 13:22
aab5f57
Compare
Choose a tag to compare
2.0.1

Replace debounce with metered to fix the poll interval (#35)

Migrated to Kamon 1.x

09 Apr 14:53
e9ff316
Compare
Choose a tag to compare
PROP-1376 - Upgrading Kamon to 1.0 (#14)

* Upgrading kamon to 1.0

* Bumped libraries

* Bumped cats-effect

Depend on cats-effect 1.x

16 Nov 09:43
86b225d
Compare
Choose a tag to compare
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

26 Sep 09:52
74d3697
Compare
Choose a tag to compare
0.9.0

Added Kamon.histogram to Metrics

Split tracing + logging

13 Sep 14:28
b9cb333
Compare
Choose a tag to compare

Logging now contains both a Tracing & Logging type class for situations where you can support one but not the other