Skip to content

Commit 2b8b95b

Browse files
committed
Resolve references
1 parent 535dc96 commit 2b8b95b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/docs/getting-started/lambda/lambda-dotnet.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path: '/docs/getting-started/lambda/lambda-dotnet'
1212
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
1313
import img16 from "assets/img/docs/img16.png"
1414

15-
The [AWS Distro for OpenTelemetry Lambda (ADOT Lambda) SDK for .NET](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Contrib.Instrumentation.AWSLambda) provides extension and tracing APIs you can use to instrument your Lambda function. The ADOT Lambda layer provides a reduced version of the [AWS Distro for OpenTelemetry Collector](https://github.com/aws-observability/aws-otel-collector), which can further export OpenTelemetry spans to back-end servers.
15+
The [OpenTelemetry Lambda instrumentation for .NET](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Contrib.Instrumentation.AWSLambda) provides extension and tracing APIs you can use to instrument your Lambda function. The ADOT Lambda layer provides a reduced version of the [AWS Distro for OpenTelemetry Collector](https://github.com/aws-observability/aws-otel-collector), which can further export OpenTelemetry spans to back-end servers.
1616

1717
This chapter will walk you through the steps to manually instrument your Lambda function using the ADOT Lambda .NET SDK, and apply ADOT Lambda layer to enable end-to-end tracing.
1818

@@ -21,7 +21,7 @@ This chapter will walk you through the steps to manually instrument your Lambda
2121

2222
## Requirements
2323

24-
The ADOT Lambda Layer for .Net supports both `dotnetcore3.1` and `dotnet6` Lambda runtimes.
24+
The OpenTelemetry Lambda SDK for .NET supports both `dotnetcore3.1` and `dotnet6` Lambda runtimes.
2525

2626
## Instrumentation
2727

@@ -91,9 +91,7 @@ Tips:
9191

9292
## Configuration
9393

94-
The ADOT layer contains the ADOT Collector. The configuration of the ADOT Collector follows the OpenTelemetry standard.
95-
96-
By default, the ADOT Lambda layer uses the [config.yaml](https://github.com/aws-observability/aws-otel-lambda/blob/main/adot/collector/config.yaml),
94+
The ADOT Lambda layer contains the ADOT Collector. The configuration of the ADOT Collector follows the OpenTelemetry standard and uses the [config.yaml](https://github.com/aws-observability/aws-otel-lambda/blob/main/adot/collector/config.yaml) by default,
9795
which exports telemetry data to AWS X-Ray. To customize the Collector config,
9896
see the [main Lambda section for custom configuration instructions](/docs/getting-started/lambda#custom-configuration-for-the-adot-collector-on-lambda)
9997

0 commit comments

Comments
 (0)