11 lines
513 B
YAML
11 lines
513 B
YAML
description: >
|
|
Provides lightweight instrumentation of the Lambda core library, supporting all versions. Use this
|
|
package if you only use `RequestStreamHandler` or know you don't use any event classes from
|
|
`aws-lambda-java-events`. This also includes when you are using `aws-serverless-java-container` to
|
|
run e.g., a Spring Boot application on Lambda.
|
|
configurations:
|
|
- name: otel.instrumentation.aws-lambda.flush-timeout
|
|
type: int
|
|
default: 10000
|
|
description: Flush timeout in milliseconds.
|