Skip to content

Commit e6bfa7d

Browse files
authored
Adding iOS and Android sdk references (#359)
1 parent 7332b61 commit e6bfa7d

File tree

6 files changed

+24
-7
lines changed

6 files changed

+24
-7
lines changed

docs/reference/quickstart/ech/docker.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ Start the Collector by running:
102102

103103
::::{step} (Optional) Instrument your applications
104104

105-
To collect telemetry from applications running on the host where you installed the EDOT Collector,
106-
instrument your target applications following the setup instructions for the corresponding language:
105+
To collect telemetry from applications and use the EDOT Collector as a gateway,
106+
instrument your target applications following the setup instructions:
107107

108+
- [Android](/reference/edot-sdks/android/index.md)
108109
- [.NET](/reference/edot-sdks/dotnet/setup/index.md)
110+
- [iOS](/reference/edot-sdks/ios/index.md)
109111
- [Java](/reference/edot-sdks/java/setup/index.md)
110112
- [Node.js](/reference/edot-sdks/nodejs/setup/index.md)
111113
- [PHP](/reference/edot-sdks/php/setup/index.md)

docs/reference/quickstart/ech/hosts_vms.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,12 @@ By default, the Collector opens ports `4317` and `4318` to receive application d
116116

117117
:::::{step} (Optional) Instrument your applications
118118

119-
If you want to collect telemetry from applications running on the host where you installed the EDOT Collector, instrument your target applications.
119+
To collect telemetry from applications and use the EDOT Collector as a gateway,
120+
instrument your target applications following the setup instructions:
120121

122+
- [Android](/reference/edot-sdks/android/index.md)
121123
- [.NET](/reference/edot-sdks/dotnet/setup/index.md)
124+
- [iOS](/reference/edot-sdks/ios/index.md)
122125
- [Java](/reference/edot-sdks/java/setup/index.md)
123126
- [Node.js](/reference/edot-sdks/nodejs/setup/index.md)
124127
- [PHP](/reference/edot-sdks/php/setup/index.md)

docs/reference/quickstart/self-managed/docker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,12 @@ docker compose up -d
101101

102102
::::{step} (Optional) Instrument your applications
103103

104-
If you want to collect telemetry from applications running on the host where you installed the EDOT Collector, instrument your target applications:
104+
To collect telemetry from applications and use the EDOT Collector as a gateway,
105+
instrument your target applications following the setup instructions:
105106

107+
- [Android](/reference/edot-sdks/android/index.md)
106108
- [.NET](/reference/edot-sdks/dotnet/setup/index.md)
109+
- [iOS](/reference/edot-sdks/ios/index.md)
107110
- [Java](/reference/edot-sdks/java/setup/index.md)
108111
- [Node.js](/reference/edot-sdks/nodejs/setup/index.md)
109112
- [PHP](/reference/edot-sdks/php/setup/index.md)

docs/reference/quickstart/self-managed/hosts_vms.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,12 @@ sudo ./otelcol --config otel.yml
113113

114114
:::::{step} (Optional) Instrument your applications
115115

116-
If you want to collect telemetry from applications running on the host where you installed the EDOT Collector, instrument your target applications:
116+
To collect telemetry from applications and use the EDOT Collector as a gateway,
117+
instrument your target applications following the setup instructions:
117118

119+
- [Android](/reference/edot-sdks/android/index.md)
118120
- [.NET](/reference/edot-sdks/dotnet/setup/index.md)
121+
- [iOS](/reference/edot-sdks/ios/index.md)
119122
- [Java](/reference/edot-sdks/java/setup/index.md)
120123
- [Node.js](/reference/edot-sdks/nodejs/setup/index.md)
121124
- [PHP](/reference/edot-sdks/php/setup/index.md)

docs/reference/quickstart/serverless/docker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,12 @@ docker compose up -d
106106

107107
::::{step} (Optional) Instrument your applications
108108

109-
To collect telemetry from applications running on the host where you installed the EDOT Collector, instrument your target applications:
109+
To collect telemetry from applications and use the EDOT Collector as a gateway,
110+
instrument your target applications following the setup instructions:
110111

112+
- [Android](/reference/edot-sdks/android/index.md)
111113
- [.NET](/reference/edot-sdks/dotnet/setup/index.md)
114+
- [iOS](/reference/edot-sdks/ios/index.md)
112115
- [Java](/reference/edot-sdks/java/setup/index.md)
113116
- [Node.js](/reference/edot-sdks/nodejs/setup/index.md)
114117
- [PHP](/reference/edot-sdks/php/setup/index.md)

docs/reference/quickstart/serverless/hosts_vms.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,12 @@ The Collector opens ports `4317` and `4318` to receive application data from loc
116116

117117
:::::{step} (Optional) Instrument your applications
118118

119-
If you want to collect telemetry from applications running on the host where you installed the EDOT Collector, instrument your target applications:
119+
To collect telemetry from applications and use the EDOT Collector as a gateway,
120+
instrument your target applications following the setup instructions:
120121

122+
- [Android](/reference/edot-sdks/android/index.md)
121123
- [.NET](/reference/edot-sdks/dotnet/setup/index.md)
124+
- [iOS](/reference/edot-sdks/ios/index.md)
122125
- [Java](/reference/edot-sdks/java/setup/index.md)
123126
- [Node.js](/reference/edot-sdks/nodejs/setup/index.md)
124127
- [PHP](/reference/edot-sdks/php/setup/index.md)

0 commit comments

Comments
 (0)