newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 143 forks source link

Lambda #1998

Closed meiao closed 2 months ago

meiao commented 3 months ago

Overview

Adds instrumentation for AWS Lambda SDK.

Related Github Issue

Resolves #1985

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 20 lines in your changes missing coverage. Please review.

Project coverage is 70.56%. Comparing base (764ae62) to head (e3d412d). Report is 49 commits behind head on main.

Files Patch % Lines
...elic/agent/service/analytics/SpanEventFactory.java 0.00% 8 Missing and 1 partial :warning:
...java/com/newrelic/agent/tracers/DefaultTracer.java 0.00% 5 Missing :warning:
...om/newrelic/agent/util/AgentCollectionFactory.java 0.00% 5 Missing :warning:
...ewrelic/agent/bridge/DefaultCollectionFactory.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1998 +/- ## ============================================ - Coverage 70.88% 70.56% -0.33% + Complexity 10345 9870 -475 ============================================ Files 836 829 -7 Lines 41484 39935 -1549 Branches 6338 6079 -259 ============================================ - Hits 29407 28181 -1226 + Misses 9289 9021 -268 + Partials 2788 2733 -55 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.