Skip to content

Commit b95c560

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

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/hosts_vms.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ The Collector opens ports `4317` and `4318` to receive application data from loc
113113
To collect telemetry from applications and use the EDOT Collector as a gateway,
114114
instrument your target applications following the setup instructions:
115115

116-
- [Android]apm-agent-android://reference/index.md)
117-
- [.NET]elastic-otel-dotnet://reference/setup/index.md)
118-
- [iOS]apm-agent-ios://reference/index.md)
119-
- [Java]elastic-otel-java://reference/setup/index.md)
120-
- [Node.js]elastic-otel-node://reference/setup/index.md)
121-
- [PHP]elastic-otel-php://reference/setup/index.md)
122-
- [Python]elastic-otel-python://reference/setup/index.md)
116+
- [Android](apm-agent-android://reference/index.md)
117+
- [.NET](elastic-otel-dotnet://reference/setup/index.md)
118+
- [iOS](apm-agent-ios://reference/index.md)
119+
- [Java](elastic-otel-java://reference/setup/index.md)
120+
- [Node.js](elastic-otel-node://reference/setup/index.md)
121+
- [PHP](elastic-otel-php://reference/setup/index.md)
122+
- [Python](elastic-otel-python://reference/setup/index.md)
123123

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

0 commit comments

Comments
 (0)