17 lines
853 B
YAML
17 lines
853 B
YAML
description: >
|
|
This version of the library instrumentation is deprecated, please use the `aws-lambda-events-3.11`
|
|
library instrumentation instead. This instrumentation builds on top of the `aws-lambda-core-1.0`
|
|
instrumentation, expanding support to cover the Lambda library, including standard and custom event types.
|
|
library_link: https://docs.aws.amazon.com/lambda/latest/dg/java-handler.html
|
|
configurations:
|
|
- name: otel.instrumentation.aws-lambda.flush-timeout
|
|
type: int
|
|
default: 10000
|
|
description: Flush timeout in milliseconds.
|
|
- name: otel.instrumentation.http.known-methods
|
|
description: >
|
|
Configures the instrumentation to recognize an alternative set of HTTP request methods. All
|
|
other methods will be treated as `_OTHER`.
|
|
type: list
|
|
default: "CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE"
|