semantic-conventions/model/aws/lambda-spans.yaml

19 lines
605 B
YAML

groups:
- id: span.aws.lambda.server
type: span
span_kind: server
stability: development
brief: >
This span represents AWS Lambda invocation.
note: |
Consider setting other attributes of the [`faas` resource][faasres] and [trace][faas] conventions
and the [cloud resource conventions][cloud].
**Span name** MUST be set to the function name from the Lambda `Context`
unless stated otherwise.
**Span kind** MUST be set to `SERVER` unless stated otherwise.
attributes:
- ref: aws.lambda.invoked_arn
requirement_level: recommended