apm-client

Java client for DataDog APM

APACHE-2.0 License

Stars
12
Committers
3

Bot releases are visible (Hide)

apm-client - Release 0.0.8 to central Latest Release

Published by chonton almost 6 years ago

Update jackson

apm-client - 0.0.6 release to central

Published by chonton almost 7 years ago

The TraceConfiguration collectorURL can be set to null or empty; this will prevent sending traces.

apm-client - 0.0.5 release to central

Published by chonton over 7 years ago

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.

apm-client - release 0.0.4 to central

Published by chonton over 7 years ago

apm-client - release 0.0.3 to central

Published by chonton over 7 years ago

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
apm-client - release 0.0.2 to central

Published by chonton over 7 years ago

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