Skip to content

Commit d6b50eb

Browse files
authored
Edit Android and iOS links, redirects (#1455)
Contributes to elastic/opentelemetry#228 DO NOT MERGE -- content must go live first.
1 parent a1d6244 commit d6b50eb

File tree

10 files changed

+28
-17
lines changed

10 files changed

+28
-17
lines changed

deploy-manage/deploy/elastic-cloud/differences-from-other-elasticsearch-offerings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This table compares Observability capabilities between {{ech}} deployments and S
109109
| **APM integration** ||| Use **Managed Intake Service** (supports Elastic APM and OTLP protocols) |
110110
| [**APM Agent Central Configuration**](/solutions/observability/apm/apm-agent-central-configuration.md) ||| Not available in Serverless |
111111
| [**APM Tail-based sampling**](/solutions/observability/apm/transaction-sampling.md#apm-tail-based-sampling) ||| - Not available in Serverless <br>- Consider **OpenTelemetry** tail sampling processor as an alternative |
112-
| [**Android agent/SDK instrumentation**](apm-agent-android://reference/index.md) ||| Not available in Serverless |
112+
| [**Android agent/SDK instrumentation**](opentelemetry://reference/edot-sdks/android/index.md) ||| Not available in Serverless |
113113
| [**AWS Firehose integration**](/solutions/observability/cloud/monitor-amazon-web-services-aws-with-amazon-data-firehose.md) ||| |
114114
| **Custom roles for Kibana Spaces** || **Planned** | Anticipated in a future release |
115115
| [**Data stream lifecycle**](/manage-data/lifecycle/data-stream.md) ||| Primary lifecycle management method in Serverless |
@@ -118,7 +118,7 @@ This table compares Observability capabilities between {{ech}} deployments and S
118118
| **[Fleet Agent policies](/reference/fleet/agent-policy.md)** ||| |
119119
| **[Fleet server](/reference/fleet/fleet-server.md)** | - Self-hosted <br>- Hosted || Fully managed by Elastic |
120120
| [**Index lifecycle management**](/manage-data/lifecycle/index-lifecycle-management.md) ||| Use [**Data stream lifecycle**](/manage-data/lifecycle/data-stream.md) instead |
121-
| **[iOS agent/SDK instrumentation](apm-agent-ios://reference/index.md)** ||| Not available in Serverless |
121+
| **[iOS agent/SDK instrumentation](opentelemetry://reference/edot-sdks/ios/index.md)** ||| Not available in Serverless |
122122
| **[Kibana Alerts](/deploy-manage/monitor/monitoring-data/configure-stack-monitoring-alerts.md)** ||| |
123123
| **[LogsDB index mode](/manage-data/data-store/data-streams/logs-data-stream.md)** ||| - Reduces storage footprint <br> - Enabled by default <br>- Cannot be disabled |
124124
| **[Logs management](/solutions/observability/logs.md)** ||| |

docset.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ exclude:
99
- 'raw-migrated-files/**'
1010

1111
cross_links:
12-
- apm-agent-android
1312
- apm-agent-dotnet
1413
- apm-agent-go
15-
- apm-agent-ios
1614
- apm-agent-java
1715
- apm-agent-nodejs
1816
- apm-agent-php

redirects.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,18 @@ redirects:
212212
'solutions/observability/get-started/get-started-with-dashboards.md': 'solutions/observability/get-started.md'
213213
# Related to https://github.com/elastic/docs-content/pull/1329
214214
'manage-data/ingest/transform-enrich/ingest-pipelines-serverless.md': 'manage-data/ingest/transform-enrich/ingest-pipelines.md'
215+
216+
# Related to https://github.com/elastic/opentelemetry/issues/228
217+
'apm-agent-android://reference/apm/agents/android/index.md': 'opentelemetry://reference/opentelemetry/edot-sdks/android/index.md'
218+
'apm-agent-android://reference/apm/agents/android/getting-started.md': 'opentelemetry://reference/opentelemetry/edot-sdks/android/getting-started.md'
219+
'apm-agent-android://reference/apm/agents/android/configuration.md': 'opentelemetry://reference/opentelemetry/edot-sdks/android/configuration.md'
220+
'apm-agent-android://reference/apm/agents/android/manual-instrumentation.md': 'opentelemetry://reference/opentelemetry/edot-sdks/android/manual-instrumentation.md'
221+
'apm-agent-android://reference/apm/agents/android/automatic-instrumentation.md': 'opentelemetry://reference/opentelemetry/edot-sdks/android/automatic-instrumentation.md'
222+
'apm-agent-android://reference/apm/agents/android/faq.md': 'opentelemetry://reference/opentelemetry/edot-sdks/android'
223+
'apm-agent-android://reference/apm/agents/android/how-tos.md': 'opentelemetry://reference/opentelemetry/edot-sdks/android/getting-started'
224+
'apm-agent-android://reference/apm/agents/android/troubleshooting': 'opentelemetry://reference/opentelemetry/edot-sdks/android/troubleshooting'
225+
'apm-agent-ios://reference/apm/agents/ios/index.md': 'opentelemetry://reference/opentelemetry/edot-sdks/ios/index.md'
226+
'apm-agent-ios://reference/apm/agents/ios/supported-technologies.md': 'opentelemetry://reference/opentelemetry/edot-sdks/ios/supported-technologies.md'
227+
'apm-agent-ios://reference/apm/agents/ios/set-up-apm-ios-agent.md': 'opentelemetry://reference/opentelemetry/edot-sdks/ios/set-up-apm-ios-agent.md'
228+
'apm-agent-ios://reference/apm/agents/ios/configuration.md': 'opentelemetry://reference/opentelemetry/edot-sdks/ios/configuration.md'
229+
'apm-agent-ios://reference/apm/agents/ios/instrumentation.md': 'opentelemetry://reference/opentelemetry/edot-sdks/ios/instrumentation.md'

solutions/observability/apm/api-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ To view all API keys for your project:
151151

152152
You can now apply your newly created API keys in the configuration of each of your APM agents. See the relevant agent documentation for additional information:
153153

154-
* **Android**: [`apiKey`](apm-agent-android://reference/configuration.md)
154+
* **Android**: [`apiKey`](opentelemetry://reference/edot-sdks/android/configuration.md)
155155
* **Go agent**: [`ELASTIC_APM_API_KEY`](apm-agent-go://reference/configuration.md#config-api-key)
156156
* **.NET agent**: [`ApiKey`](apm-agent-dotnet://reference/config-reporter.md#config-api-key)
157-
* **iOS**: [`withApiKey`](apm-agent-ios://reference/configuration.md#withapikey)
157+
* **iOS**: [`withApiKey`](opentelemetry://reference/edot-sdks/ios/configuration.md#withapikey)
158158
* **Java agent**: [`api_key`](apm-agent-java://reference/config-reporter.md#config-api-key)
159159
* **Node.js agent**: [`apiKey`](apm-agent-nodejs://reference/configuration.md#api-key)
160160
* **PHP agent**: [`api_key`](apm-agent-php://reference/configuration-reference.md#config-api-key)

solutions/observability/apm/apm-agent-central-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Each APM agent has a list of supported configurations. After selecting a Service
3131
Supported configurations are also tagged with the ![dynamic config](/solutions/images/observability-dynamic-config.svg "") badge in each APM agent’s configuration reference:
3232

3333
Android agent
34-
: [Configuration reference](apm-agent-android://reference/configuration.md)
34+
: [Configuration reference](opentelemetry://reference/edot-sdks/android/configuration.md)
3535

3636
Go agent
3737
: [Configuration reference](apm-agent-go://reference/configuration.md)
3838

3939
iOS agent
40-
: [Configuration reference](apm-agent-ios://reference/configuration.md)
40+
: [Configuration reference](opentelemetry://reference/edot-sdks/ios/configuration.md)
4141

4242
Java agent
4343
: [Configuration reference](apm-agent-java://reference/configuration.md)

solutions/observability/apm/get-started-apm-server-binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ All that’s left is to compile and run your application. That’s it!
214214

215215
**Learn more in the agent reference**
216216

217-
Read more in the [APM Android Agent Reference](apm-agent-android://reference/index.md).
217+
Read more in the [APM Android Agent Reference](opentelemetry://reference/edot-sdks/android/index.md).
218218
::::::
219219

220220
::::::{tab-item} Go
@@ -340,7 +340,7 @@ var config = AgentConfigBuilder()
340340

341341
**Learn more in the agent reference**
342342

343-
Read more in the [APM iOS Agent Reference](apm-agent-ios://reference/index.md).
343+
Read more in the [APM iOS Agent Reference](opentelemetry://reference/edot-sdks/ios/index.md).
344344
::::::
345345

346346
::::::{tab-item} Java

solutions/observability/apm/get-started-fleet-managed-apm-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ All that’s left is to compile and run your application. That’s it!
255255

256256
**Learn more in the agent reference**
257257

258-
Read more in the [APM Android Agent Reference](apm-agent-android://reference/index.md).
258+
Read more in the [APM Android Agent Reference](opentelemetry://reference/edot-sdks/android/index.md).
259259
::::::
260260

261261
::::::{tab-item} Go
@@ -381,7 +381,7 @@ var config = AgentConfigBuilder()
381381

382382
**Learn more in the agent reference**
383383

384-
Read more in the [APM iOS Agent Reference](apm-agent-ios://reference/index.md).
384+
Read more in the [APM iOS Agent Reference](opentelemetry://reference/edot-sdks/ios/index.md).
385385
::::::
386386

387387
::::::{tab-item} Java

solutions/observability/apm/secret-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ apm-server.auth.secret_token: <secret-token>
6262
6363
Each Elastic {{apm-agent}} has a configuration option to set the value of the secret token:
6464
65-
* **Android agent**: [`secretToken`](apm-agent-android://reference/configuration.md)
65+
* **Android agent**: [`secretToken`](opentelemetry://reference/edot-sdks/android/configuration.md)
6666
* **Go agent**: [`ELASTIC_APM_SECRET_TOKEN`](apm-agent-go://reference/configuration.md#config-secret-token)
67-
* **iOS agent**: [`secretToken`](apm-agent-ios://reference/configuration.md#secrettoken)
67+
* **iOS agent**: [`secretToken`](opentelemetry://reference/edot-sdks/ios/configuration.md#secrettoken)
6868
* **Java agent**: [`secret_token`](apm-agent-java://reference/config-reporter.md#config-secret-token)
6969
* **.NET agent**: [`ELASTIC_APM_SECRET_TOKEN`](apm-agent-dotnet://reference/config-reporter.md#config-secret-token)
7070
* **Node.js agent**: [`Secret Token`](apm-agent-nodejs://reference/configuration.md#secret-token)

troubleshoot/observability/apm-agent-swift/apm-ios-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ products:
1010

1111
# Troubleshoot APM iOS Agent [troubleshooting]
1212

13-
Is something not working as expected? Don’t worry if you can’t figure out what the problem is; we’re here to help! As a first step, ensure your app is compatible with the agent’s [supported technologies](apm-agent-ios://reference/supported-technologies.md).
13+
Is something not working as expected? Don’t worry if you can’t figure out what the problem is; we’re here to help! As a first step, ensure your app is compatible with the agent’s [supported technologies](opentelemetry://reference/edot-sdks/ios/supported-technologies.md).
1414

1515
If you’re an existing Elastic customer with a support contract, create a ticket in the [Elastic Support portal](https://support.elastic.co/customers/s/login/). Other users can post in the [APM discuss forum](https://discuss.elastic.co/c/apm).
1616

troubleshoot/observability/apm.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ For additional help with other APM components, see the links below.
3232
{{agent}}, the Applications UI, and each {{apm-agent}} has its own troubleshooting guide:
3333

3434
* [**{{fleet}} and {{agent}}** troubleshooting](../ingest/fleet/fleet-elastic-agent.md)
35-
* [**Android agent** FAQ](apm-agent-android://reference/faq.md)
3635
* [**.NET agent** troubleshooting](/troubleshoot/observability/apm-agent-dotnet/apm-net-agent.md)
3736
* [**Go agent** troubleshooting](/troubleshoot/observability/apm-agent-go/apm-go-agent.md)
38-
* [**iOS agent** troubleshooting](/troubleshoot/observability/apm-agent-swift/apm-ios-agent.md)
3937
* [**Java agent** troubleshooting](/troubleshoot/observability/apm-agent-java/apm-java-agent.md)
4038
* [**Node.js agent** troubleshooting](/troubleshoot/observability/apm-agent-nodejs/apm-nodejs-agent.md)
4139
* [**PHP agent** troubleshooting](/troubleshoot/observability/apm-agent-php/apm-php-agent.md)

0 commit comments

Comments
 (0)