Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Releases: signalfx/splunk-otel-java-lambda

Release 0.0.13

20 Dec 13:30
aaecffd

Choose a tag to compare

Release 0.0.12

10 Dec 17:47
1204950

Choose a tag to compare

Bugfixes

Release 0.0.11

06 Oct 16:13
d71ea52

Choose a tag to compare

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

05 Oct 08:46
94c0375

Choose a tag to compare

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

13 Aug 21:23
30b5764

Choose a tag to compare

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

04 Mar 14:40
571119e

Choose a tag to compare

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

28 Jan 19:41
89d570c

Choose a tag to compare

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

26 Jan 12:25
da3992b

Choose a tag to compare

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-thrift exporter controlled by OTEL library log level variable OTEL_LIB_LOG_LEVEL
  • support for additional W3CBaggagePropagator - baggage
  • improved README

Release 0.0.1

28 Dec 14:42
0133565

Choose a tag to compare

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