Releases: DataDog/datadog-lambda-java
Releases · DataDog/datadog-lambda-java
0.2.1
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 theresource
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
- 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)
More prerequisites for working with dd-agent-java
0.0.9
0.0.8
0.0.7
0.0.6
v0.0.4: Merge pull request #14 from DataDog/chris.agocs/compile_for_java_1.8
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
Adds an optional user-configurable Date to the metric
method.