Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 09:24
· 2 commits to main since this release
7d924b1

New Layers versions are published

For x86_64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:7

For arm64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:7

AWS_REGION - Replace with your AWS Lambda Region.

What's New

Enhanced Sumo Logic Lambda extension to support Lambda Telemetry API to collect logs, metrics and spans (traces). Introduced a new environment variable SUMO_SPAN_DROP which by default is set to false. Set it to true in case you would like the extension to drop spans from ingesting into Sumo Logic.

Full Changelog:

v1.0.5...v1.1.0

Commits

  • 9bb28bf: Checkin for lambda telemetry api support for extension. (Nitin Pande) #19