Closed trentm closed 2 years ago
the below badges are clickable and redirect to their specific view in the CI or DOCS
#### Build stats * Start Time: 2022-03-04T00:58:23.109+0000 * Duration: 9 min 55 sec #### Test stats :test_tube: | Test | Results | | ------------ | :-----------------------------: | | Failed | 0 | | Passed | 287 | | Skipped | 0 | | Total | 287 |
To re-run your PR in the CI, just comment with:
run
elasticsearch-ci/docs
: Re-trigger the docs validation. (use unformatted text in the comment!)elastic-apm-http-client@11.0.0 is published
This adds 'Client#lambdaStart()' and the 'lambdaEnd: true' option to 'Client#flush([opts,] [cb])' to support for flushing Lambda invocation tracing data and signaling the Elastic Lambda extension per spec. https://github.com/elastic/apm/blob/main/specs/agents/tracing-instrumentation-aws-lambda.md#data-flushing
Refs: https://github.com/elastic/apm-agent-nodejs/issues/2485
Checklist