{
  "configurations": [
    {
      "declarative_name": "java.aws_lambda.flush_timeout",
      "default": 10000,
      "description": "Flush timeout in milliseconds.",
      "name": "otel.instrumentation.aws-lambda.flush-timeout",
      "type": "int"
    }
  ],
  "description": "This library instrumentation provides FaaS spans and messaging spans for AWS Lambda functions handling event types.",
  "display_name": "AWS Lambda Events",
  "has_standalone_library": true,
  "library_link": "https://docs.aws.amazon.com/lambda/latest/dg/java-handler.html",
  "markdown_hash": "6d2c8fd10301",
  "name": "aws-lambda-events-3.11",
  "scope": {
    "name": "io.opentelemetry.aws-lambda-events-3.11"
  },
  "semantic_conventions": [
    "FAAS_SERVER_SPANS",
    "MESSAGING_SPANS"
  ],
  "source_path": "instrumentation/aws-lambda/aws-lambda-events-3.11",
  "telemetry": [
    {
      "spans": [
        {
          "attributes": [
            {
              "name": "messaging.destination.name",
              "type": "STRING"
            },
            {
              "name": "messaging.message.id",
              "type": "STRING"
            },
            {
              "name": "messaging.operation",
              "type": "STRING"
            },
            {
              "name": "messaging.system",
              "type": "STRING"
            }
          ],
          "span_kind": "CONSUMER"
        },
        {
          "attributes": [
            {
              "name": "cloud.account.id",
              "type": "STRING"
            },
            {
              "name": "cloud.resource_id",
              "type": "STRING"
            },
            {
              "name": "faas.invocation_id",
              "type": "STRING"
            },
            {
              "name": "faas.trigger",
              "type": "STRING"
            },
            {
              "name": "http.request.method",
              "type": "STRING"
            },
            {
              "name": "http.response.status_code",
              "type": "LONG"
            },
            {
              "name": "url.full",
              "type": "STRING"
            },
            {
              "name": "user_agent.original",
              "type": "STRING"
            }
          ],
          "span_kind": "SERVER"
        }
      ],
      "when": "default"
    }
  ]
}