Skip to content

Releases: DataDog/datadog-lambda-java

0.2.1

26 Feb 12:10
a3b0e9b
Compare
Choose a tag to compare

Bugfixes for release 0.2 span tags

  • Set function_arn lower case so that traces show up on the serverless function page
  • Set resource.name so that dd-trace-java knows what to set the resource as on the root span

Latest corresponding dd-trace-java layer ARN:

arn:aws:lambda:<AWS_REGION>:464622532012:layer:dd-trace-java:2

0.2.0

24 Feb 16:50
f2bf3ca
Compare
Choose a tag to compare
  • Includes changes to work with the dd-trace-java tracer (released as a Lambda layer)
  • Deprecates methods for including trace context in outbound HTTP requests (dd-trace-java is preferred)
  • Documents how to install the Java tracer

Latest corresponding dd-trace-java layer ARN:

arn:aws:lambda:<AWS_REGION>:464622532012:layer:dd-trace-java:2

0.0.10: Fix distributed tracing (#28)

11 Feb 22:02
ad3a5f5
Compare
Choose a tag to compare

More prerequisites for working with dd-agent-java

0.0.9

01 Feb 22:05
Compare
Choose a tag to compare

Minor bugfixes and prerequisite work for integrating java tracing

0.0.8

14 Dec 21:33
Compare
Choose a tag to compare

Fixed a bug that was preventing enhanced metrics from being disabled due to a bad string comparison.

0.0.7

17 Nov 03:16
5f6067f
Compare
Choose a tag to compare

Adds the ability to get the trace context and add it to one's log lines.

0.0.6

29 Sep 21:20
0947f53
Compare
Choose a tag to compare
adjust version code and add version tag to readme (#20)

v0.0.4: Merge pull request #14 from DataDog/chris.agocs/compile_for_java_1.8

28 May 20:37
5ee7a76
Compare
Choose a tag to compare

Version bump from 0.0.3 because the 0.0.3 build artifact incorrectly targeted Java 1.12

v0.0.3: Merge pull request #12 from DataDog/cagocs/version_bump

26 May 15:57
416a967
Compare
Choose a tag to compare

Adds an optional user-configurable Date to the metric method.