Skip to content

Releases: DataDog/datadog-lambda-java

Minor bugfix to dd-trace-java

17 May 23:13
0a6f6c8
Compare
Choose a tag to compare

The same as 0.2.4, but I'm bumping the minor version to match the dd-trace-java layer version 3. The new dd-trace-java layer includes a bugfix that appends a newline to the end of PrintWriter traces. This fixes a bug where sometimes Cloudwatch will consider the next thing logged to be the same logging event as the trace coming out of the tracer.

Latest corresponding dd-trace-java layer ARN:

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

0.2.4

19 Apr 19:21
7f1c919
Compare
Choose a tag to compare

Adds a KinesisHeaderable and a function for getting the trace context JSON string.

https://repo1.maven.org/maven2/com/datadoghq/datadog-lambda-java/0.2.4/

Latest corresponding dd-trace-java layer ARN:

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

0.2.3

22 Mar 22:03
Compare
Choose a tag to compare

Adds support for incoming SQS events with Datadog headers.

Latest corresponding dd-trace-java layer ARN:

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

0.2.2

16 Mar 16:02
Compare
Choose a tag to compare

Fixes a null pointer exception when instantiating a new DDLambda(context)

Latest corresponding dd-trace-java layer ARN:

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

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.