Closed astuyve closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.95%. Comparing base (
9c44eab
) to head (859d234
).:exclamation: Current head 859d234 differs from pull request most recent head d892ff3. Consider uploading reports for the commit d892ff3 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
So. I know the extension specifically uses the call to Hello
to determine if there's a tracing layer present. See https://github.com/DataDog/datadog-agent/blob/11e8ea8b5455530ba8afa8ef1831d179c5523479/pkg/serverless/daemon/routes.go#L29
We do, but the library never calls start-invocation
, so I assume the call to enrichInferredSpan()
never happens or happens but the result is never used. source.
We can see with this build, there are no duplicate spans. And we have made this change in Python already.
We do, but the library never calls
start-invocation
, so I assume the call toenrichInferredSpan()
never happens or happens but the result is never used. source.We can see with this build, there are no duplicate spans. And we have made this change in Python already.
Ah, yes I see now. Thanks for the explanation. We can probably just go ahead and delete that code from the extension then yeah?
What does this PR do?
Checking the file presence is enough, start order is enforced by the lambda runtime.
Motivation
Testing Guidelines
Additional Notes
Types of Changes
Check all that apply