Skip to content

Commit 8363bb3

Browse files
committed
added new links to README
1 parent dd3b800 commit 8363bb3

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ This category includes examples that demonstrate how to instrument applications
1515
with OpenTelemetry that use combinations of the following languages and target
1616
deployment environments:
1717

18-
| Language / Environment | Java | .NET | Node.js | Python | Go |
19-
|------------------------|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|---------------------------------------------------------|-----------------------------------------------------|
20-
| Linux | [Link](./instrumentation/java/linux) | [Link](./instrumentation/dotnet/linux) | [Link](./instrumentation/nodejs/linux) | [Link](./instrumentation/python/linux) | [Link](./instrumentation/go/linux) |
21-
| Windows | | [Link](./instrumentation/dotnet/windows) | | | |
22-
| Kubernetes | [Link](./instrumentation/java/k8s) | [.NET Core/Linux](./instrumentation/dotnet/k8s) <br> [.NET Framework/Windows](./instrumentation/dotnet/k8s-windows) | [Link](./instrumentation/nodejs/k8s) | [Link](./instrumentation/python/k8s) | [Link](./instrumentation/go/k8s) |
23-
| AWS ECS Fargate | [Link](./instrumentation/java/aws-ecs) | [Link](./instrumentation/dotnet/aws-ecs) | [Link](./instrumentation/nodejs/aws-ecs) | [Link](./instrumentation/python/aws-ecs) | [Link](./instrumentation/go/aws-ecs) |
24-
| AWS EKS Fargate | [Link](./instrumentation/java/aws-eks-fargate) | | | | |
25-
| AWS Lambda Function | [Link](./instrumentation/java/aws-lambda) | [Link](./instrumentation/dotnet/aws-lambda) <br> [Custom Layer](./instrumentation/dotnet/aws-lambda-with-custom-layer) | [Link](./instrumentation/nodejs/aws-lambda) | [Link](./instrumentation/python/aws-lambda) | [Link](./instrumentation/go/aws-lambda) |
26-
| Azure Function | [Link](./instrumentation/java/azure-functions) | [Link](./instrumentation/dotnet/azure-functions) | [Link](./instrumentation/nodejs/azure-functions) | [Link](./instrumentation/python/azure-functions) | [Link](./instrumentation/go/azure-functions) |
27-
| Azure App Service | [Link](./instrumentation/java/azure-app-service) | | | | |
28-
| Azure Container App | | [Link](./instrumentation/dotnet/azure-container-apps) <br> [Without Collector](./instrumentation/dotnet/azure-container-apps-without-collector) | | | |
29-
| Google Cloud Function | [Link](./instrumentation/java/google-cloud-functions) | [Link](./instrumentation/dotnet/google-cloud-functions) | [Link](./instrumentation/nodejs/google-cloud-functions) | [Link](./instrumentation/python/google-cloud-functions) | [Link](./instrumentation/go/google-cloud-functions) |
18+
| Language / Environment | Java | .NET | Node.js | Python | Go |
19+
|------------------------|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|-----------------------------------------------------|
20+
| Linux | [Link](./instrumentation/java/linux) | [Link](./instrumentation/dotnet/linux) | [Link](./instrumentation/nodejs/linux) | [Link](./instrumentation/python/linux) | [Link](./instrumentation/go/linux) |
21+
| Windows | | [Link](./instrumentation/dotnet/windows) | | | |
22+
| Kubernetes | [Link](./instrumentation/java/k8s) | [.NET Core/Linux](./instrumentation/dotnet/k8s) <br> [.NET Framework/Windows](./instrumentation/dotnet/k8s-windows) | [Link](./instrumentation/nodejs/k8s) | [Link](./instrumentation/python/k8s) | [Link](./instrumentation/go/k8s) |
23+
| AWS ECS Fargate | [Link](./instrumentation/java/aws-ecs) | [Link](./instrumentation/dotnet/aws-ecs) | [Link](./instrumentation/nodejs/aws-ecs) | [Link](./instrumentation/python/aws-ecs) | [Link](./instrumentation/go/aws-ecs) |
24+
| AWS EKS Fargate | [Link](./instrumentation/java/aws-eks-fargate) | | | | |
25+
| AWS Lambda Function | [Link](./instrumentation/java/aws-lambda) | [Link](./instrumentation/dotnet/aws-lambda) <br> [Custom Layer](./instrumentation/dotnet/aws-lambda-with-custom-layer) | [Link](./instrumentation/nodejs/aws-lambda) <br> [Container Image](./instrumentation/nodejs/aws-lambda-container-image) | [Link](./instrumentation/python/aws-lambda) | [Link](./instrumentation/go/aws-lambda) |
26+
| Azure Function | [Link](./instrumentation/java/azure-functions) | [Link](./instrumentation/dotnet/azure-functions) | [Link](./instrumentation/nodejs/azure-functions) | [Link](./instrumentation/python/azure-functions) | [Link](./instrumentation/go/azure-functions) |
27+
| Azure App Service | [Link](./instrumentation/java/azure-app-service) | | [Link](./instrumentation/nodejs/azure-app-service) | | |
28+
| Azure Container App | | [Link](./instrumentation/dotnet/azure-container-apps) <br> [Without Collector](./instrumentation/dotnet/azure-container-apps-without-collector) | | | |
29+
| Google Cloud Function | [Link](./instrumentation/java/google-cloud-functions) | [Link](./instrumentation/dotnet/google-cloud-functions) | [Link](./instrumentation/nodejs/google-cloud-functions) | [Link](./instrumentation/python/google-cloud-functions) | [Link](./instrumentation/go/google-cloud-functions) |
3030

3131
Examples for each combination will be added over time.
3232

instrumentation/nodejs/aws-lambda-container-image/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ We'll use Node.js 20 for this example, but the steps for other Node.js versions
1010
are similar. The example also uses the AWS Serverless Application Model (SAM)
1111
CLI to deploy the Lambda function and an associated API Gateway to access it.
1212

13+
The process of adding the Splunk OpenTelemetry Lambda layer to the container image
14+
is based on [Working with Lambda layers and extensions in container images](https://aws.amazon.com/blogs/compute/working-with-lambda-layers-and-extensions-in-container-images/).
15+
1316
## Prerequisites
1417

1518
The following tools are required to deploy Node.js functions into AWS Lambda using SAM:

0 commit comments

Comments
 (0)