File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
solutions/observability/get-started/opentelemetry/quickstart/self-managed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ docker compose up -d
9797To collect telemetry from applications and use the EDOT Collector as a gateway,
9898instrument 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
108108Configure your SDKs to send the data to the local EDOT Collector using OTLP/gRPC (` http://localhost:4317 ` ) or OTLP/HTTP (` http://localhost:4318 ` ).
109109::::
You can’t perform that action at this time.
0 commit comments