This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Releases: signalfx/splunk-otel-java-lambda
Releases · signalfx/splunk-otel-java-lambda
Release 0.0.13
- Updated log4j version to 2.16 (fixes CVE-2021-44228)
Release 0.0.12
Bugfixes
- Updated log4j version to 2.15 (fixes CVE-2021-44228)
Release 0.0.11
Bugfixes
- Fixed issue with AWS lambda logging dependencies not included if the wrapper is used as a direct dependency
Enhancements
- Added info message if logging exporter is installed for debug purposes
- Default value of the configuration property otel.lib.log.level set to INFO
Release 0.0.10
Bugfixes
- Fixed issue with missing opentelemetry-extension-aws module, preventing trace propagation from XRay.
Enhancements
- Set jaeger-thrift-splunk endpoint URL default value, enabling usage of the library even with generic wrappers.
Release 0.0.5
General
- Updated to the newest OpenTelemetry Java Instrumentation v1.1.0 and OpenTelemetry Java SDK v1.1.0.
Enhancements
- Configured the OTEL wrapper example to disable not needed resource providers
- Configured disabled resource providers to match OTEL format (ResourceProvider instead of Resource)
- support for SQS Event wrapper
Release 0.0.4
Fourth release of the wrapper.
Notable changes include:
- binds to OpenTelemetry Java Instrumentation 0.17.0
- upstream - fixed bug with HTTP context propagation
Release 0.0.3 BETA
Third release of the wrapper.
Notable changes include:
- "always on" sampler configured - all spans will be always exported
- removed http interceptor logging
- updated README with current env var names
- updated examples with current env var names
Note:
Upstream OpenTelemetry Java Instrumentation 0.14.0 contains an issue that prevents HTTP context propagation. Therefore, only XRay context propagation works currently.
Release 0.0.2 BETA
Second release of the wrapper.
Notable changes include:
- OpenTelemetry Java Instrumentation 0.14.0
- ability to configure wrapper max ingest wait timeout with
OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT - additional logging for
jaeger-thriftexporter controlled by OTEL library log level variableOTEL_LIB_LOG_LEVEL - support for additional W3CBaggagePropagator -
baggage - improved README
Release 0.0.1
First release of the wrapper. Provides:
- propagator configuration via env props
- exporter configuration via env props
- splunk defaults
- support for direct splunk cloud ingest via jaeger / thrift / http
- wide variety of examples
- support documentation