File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
solutions/observability/get-started/opentelemetry/quickstart/serverless Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ The Collector opens ports `4317` and `4318` to receive application data from loc
113113To collect telemetry from applications and use the EDOT Collector as a gateway,
114114instrument 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
124124Configure your SDKs to send the data to the local EDOT Collector using OTLP/gRPC (` http://localhost:4317 ` ) or OTLP/HTTP (` http://localhost:4318 ` ).
125125:::::
You can’t perform that action at this time.
0 commit comments