Skip to content

Releases: logicmonitor/lm-telemetry-sdk-java

Version 0.0.4-alpha

28 Dec 07:58
adfb7a2
Compare
Choose a tag to compare

Jackson library version updated to 2.14.1 due to vulnerability.

Version 0.0.3-alpha

29 Aug 06:58
2a22bcd
Compare
Choose a tag to compare

In this release we have updated OpenTelemetry SDK version to 1.14.0.

List of OpenTelemetry Component Dependencies

Component Version
Trace API v1.14.0
Trace SDK v1.14.0
OpenTelemetry SDK Autoconfigure v1.14.0-alpha
OpenTelemetry AWS Utils v1.14.0
OpenTelemetry Semantic Conventions v1.14.0
OpenTelemetry Resource Providers v1.14.0

Version 0.0.2-alpha

15 Jun 10:50
6920f1a
Compare
Choose a tag to compare

Features :

  • Auto-Instrumentation
  • AWS Lambda auto resource detection using Auto-instrumentation
  • Azure VM auto resource detection using Auto-instrumentation
  • GCP Compute Engine auto resource detection using Auto-instrumentation

Note: To Auto-instrument Lambda read the lm-javaagent-layer

Version 0.0.1-alpha

14 Apr 05:33
a77bdb9
Compare
Choose a tag to compare
Version 0.0.1-alpha Pre-release
Pre-release

This is the first alpha release.

LM Telemetry Java agent is a customized version of the OpenTelemetry Java agent.

List of OpenTelemetry component dependencies internally used:

Component Version
Trace API v1.6.0
Trace SDK v1.6.0
OpenTelemetry SDK Autoconfigure v1.6.0-alpha
OpenTelemetry AWS Utils v1.6.0
OpenTelemetry Semantic Conventions v1.6.0
OpenTelemetry Resource Providers v1.6.0

Features :

  • Auto-Instrumentation
  • AWS EC2 auto resource detection using Auto-instrumentation

To auto-instrument your app,

java -javaagent:/path/lm-telemetry-agent-0.0.1-alpha.jar \
-Dotel.exporter=otlp \
-Dotel.resource.attributes=service.namespace=<service-namespace>,service.name=<service-name> \
-Dotel.exporter.otlp.endpoint=http://localhost:4317 \
-Dotel.exporter.otlp.insecure=true \
-jar <your-app-jar>