dev7a / lambda-otlp-forwarder

Forwards OTLP records serialized to cloudwatch logs to an Open Telemetry collector
MIT License
0 stars 0 forks source link

chore(adapter): bump version to 0.1.1 and fix dependency specs #7

Closed alessandrobologna closed 1 week ago

alessandrobologna commented 1 week ago

Update OTLP Adapter Dependencies and Version

Changes

Problem

The package had outdated dependency constraints that made it incompatible with newer releases of OpenTelemetry.

Solution

Updated version constraints to support newer OpenTelemetry releases while maintaining compatibility.

Testing