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 @@ -110,13 +110,13 @@ sudo ./otelcol --config otel.yml
110110To collect telemetry from applications and use the EDOT Collector as a gateway,
111111instrument your target applications following the setup instructions:
112112
113- - [ Android] apm-agent-android://reference/index.md)
114- - [ .NET] elastic-otel-dotnet://reference/setup/index.md)
115- - [ iOS] apm-agent-ios://reference/index.md)
116- - [ Java] elastic-otel-java://reference/setup/index.md)
117- - [ Node.js] elastic-otel-node://reference/setup/index.md)
118- - [ PHP] elastic-otel-php://reference/setup/index.md)
119- - [ Python] elastic-otel-python://reference/setup/index.md)
113+ - [ Android] ( apm-agent-android://reference/index.md )
114+ - [ .NET] ( elastic-otel-dotnet://reference/setup/index.md )
115+ - [ iOS] ( apm-agent-ios://reference/index.md )
116+ - [ Java] ( elastic-otel-java://reference/setup/index.md )
117+ - [ Node.js] ( elastic-otel-node://reference/setup/index.md )
118+ - [ PHP] ( elastic-otel-php://reference/setup/index.md )
119+ - [ Python] ( elastic-otel-python://reference/setup/index.md )
120120
121121Configure your SDKs to send the data to the local EDOT Collector using OTLP/gRPC (` http://localhost:4317 ` ) or OTLP/HTTP (` http://localhost:4318 ` ).
122122
You can’t perform that action at this time.
0 commit comments