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 @@ -103,13 +103,13 @@ docker compose up -d
103103To collect telemetry from applications and use the EDOT Collector as a gateway,
104104instrument 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
114114Configure your SDKs to send the data to the local EDOT Collector using OTLP/gRPC (` http://localhost:4317 ` ) or OTLP/HTTP (` http://localhost:4318 ` ).
115115
You can’t perform that action at this time.
0 commit comments