Skip to content

Commit 5ec3a20

Browse files
Update solutions/observability/get-started/opentelemetry/quickstart/serverless/docker.md
Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 34baf57 commit 5ec3a20

File tree

1 file changed

+7
-7
lines changed
  • solutions/observability/get-started/opentelemetry/quickstart/serverless

1 file changed

+7
-7
lines changed

solutions/observability/get-started/opentelemetry/quickstart/serverless/docker.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ docker compose up -d
103103
To collect telemetry from applications and use the EDOT Collector as a gateway,
104104
instrument your target applications following the setup instructions:
105105

106-
- [Android]apm-agent-android://reference/index.md)
107-
- [.NET]elastic-otel-dotnet://reference/setup/index.md)
108-
- [iOS]apm-agent-ios://reference/index.md)
109-
- [Java]elastic-otel-java://reference/setup/index.md)
110-
- [Node.js]elastic-otel-node://reference/setup/index.md)
111-
- [PHP]elastic-otel-php://reference/setup/index.md)
112-
- [Python]elastic-otel-python://reference/setup/index.md)
106+
- [Android](apm-agent-android://reference/index.md)
107+
- [.NET](elastic-otel-dotnet://reference/setup/index.md)
108+
- [iOS](apm-agent-ios://reference/index.md)
109+
- [Java](elastic-otel-java://reference/setup/index.md)
110+
- [Node.js](elastic-otel-node://reference/setup/index.md)
111+
- [PHP](elastic-otel-php://reference/setup/index.md)
112+
- [Python](elastic-otel-python://reference/setup/index.md)
113113

114114
Configure your SDKs to send the data to the local EDOT Collector using OTLP/gRPC (`http://localhost:4317`) or OTLP/HTTP (`http://localhost:4318`).
115115

0 commit comments

Comments
 (0)