From 540cc09da2a07955027bd224e0fde2197529bffc Mon Sep 17 00:00:00 2001 From: "(Eliseo) Nathaniel Ruiz Nowell" Date: Tue, 9 Nov 2021 06:31:10 -0800 Subject: [PATCH] Add entry for OTel Python AWS Lambda Instrumentation (#889) --- .../registry/instrumentation-python-aws-lambda.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/en/registry/instrumentation-python-aws-lambda.md diff --git a/content/en/registry/instrumentation-python-aws-lambda.md b/content/en/registry/instrumentation-python-aws-lambda.md new file mode 100644 index 000000000000..e97e6e5a2586 --- /dev/null +++ b/content/en/registry/instrumentation-python-aws-lambda.md @@ -0,0 +1,14 @@ +--- +title: AWS Lambda Instrumentation +registryType: instrumentation +isThirdParty: true +language: python +tags: + - python + - instrumentation +repo: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aws-lambda +license: Apache 2.0 +description: This library allows tracing invocations of functions on AWS Lambda. +authors: OpenTelemetry Authors +otVersion: latest +---