Releases: chonton/apm-client
Release 0.0.8 to central
0.0.6 release to central
The TraceConfiguration collectorURL can be set to null or empty; this will prevent sending traces.
0.0.5 release to central
An incompatible change was made in the encoding of numbers in the trace and span headers. Prior to
0.0.5, the numbers were encoded in hexadecimal. From 0.0.5 onwards the encoding is in decimal.
Additionally, prior to version 0.0.5, the parsing of header did not handle invalid numbers. To upgrade without downtime, rebuild and deploy the more dependent services first.
release 0.0.4 to central
Release 0.0.4
release 0.0.3 to central
Replaces failed 0.0.2 push to central
Contains following updates over 0.0.1
- Add augmenter to configuration
- Augmenter called to decorate new spans
- potential performance increase in main line process
- Added ProxyFactory for non-CDI instances
release 0.0.2 to central
This release failed to promote parent pom to maven central. Use 0.0.3 instead.
Add augmenter to configuration
Augmenter called to decorate new spans
potential performance increase in main line process
Added ProxyFactory for non-CDI instances