Skip to content

Commit b83f5d3

Browse files
Update solutions/observability/get-started/opentelemetry/quickstart/self-managed/docker.md
Co-authored-by: Colleen McGinnis <[email protected]>
1 parent b226c46 commit b83f5d3

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

solutions/observability/get-started/opentelemetry/quickstart/self-managed/docker.md

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

100-
- [Android]apm-agent-android://reference/index.md)
101-
- [.NET]elastic-otel-dotnet://reference/setup/index.md)
102-
- [iOS]apm-agent-ios://reference/index.md)
103-
- [Java]elastic-otel-java://reference/setup/index.md)
104-
- [Node.js]elastic-otel-node://reference/setup/index.md)
105-
- [PHP]elastic-otel-php://reference/setup/index.md)
106-
- [Python]elastic-otel-python://reference/setup/index.md)
100+
- [Android](apm-agent-android://reference/index.md)
101+
- [.NET](elastic-otel-dotnet://reference/setup/index.md)
102+
- [iOS](apm-agent-ios://reference/index.md)
103+
- [Java](elastic-otel-java://reference/setup/index.md)
104+
- [Node.js](elastic-otel-node://reference/setup/index.md)
105+
- [PHP](elastic-otel-php://reference/setup/index.md)
106+
- [Python](elastic-otel-python://reference/setup/index.md)
107107

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

0 commit comments

Comments
 (0)