Skip to content

Commit a09b8d4

Browse files
[docs] Update APM, Synthetics, Uptime links (#2584)
Related to elastic/docs-content#1069 Updates links to APM, Synthetics, and Uptime pages in elastic/docs-content.
1 parent 77d108e commit a09b8d4

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

docs/reference/config-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This allows for the reported hostname to be manually specified. If this is not s
112112

113113
The name of the environment that this service is deployed in, e.g. "production" or "staging".
114114

115-
Environments allow you to easily filter data on a global level in the APM app. It’s important to be consistent when naming environments across agents. See [environment selector](docs-content://solutions/observability/apps/filter-application-data.md#apm-filter-your-data-service-environment-filter) in the Kibana UI for more information.
115+
Environments allow you to easily filter data on a global level in the APM app. It’s important to be consistent when naming environments across agents. See [environment selector](docs-content://solutions/observability/apm/filter-data.md#apm-filter-your-data-service-environment-filter) in the Kibana UI for more information.
116116

117117
::::{note}
118118
This feature is fully supported in the APM app in Kibana versions >= 7.2. You must use the query bar to filter for a specific environment in versions prior to 7.2.
@@ -179,7 +179,7 @@ This setting can be changed after agent starts.
179179

180180
## `CentralConfig` ([1.1]) [config-central-config]
181181

182-
If set to `true`, the agent makes periodic requests to the APM Server to fetch the latest [APM Agent configuration](docs-content://solutions/observability/apps/apm-agent-central-configuration.md).
182+
If set to `true`, the agent makes periodic requests to the APM Server to fetch the latest [APM Agent configuration](docs-content://solutions/observability/apm/apm-agent-central-configuration.md).
183183

184184
| Environment variable name | IConfiguration key |
185185
| --- | --- |

docs/reference/config-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ This option supports the wildcard `*`, which matches zero or more characters. Ex
168168

169169
## `UseElasticTraceparentHeader` ([1.3.0]) [config-use-elastic-apm-traceparent-header]
170170

171-
To enable [distributed tracing](docs-content://solutions/observability/apps/traces.md), the agent adds trace context headers to outgoing HTTP requests made with the `HttpClient` type. These headers (`traceparent` and `tracestate`) are defined in the [W3C Trace Context](https://www.w3.org/TR/trace-context-1/) specification.
171+
To enable [distributed tracing](docs-content://solutions/observability/apm/traces.md), the agent adds trace context headers to outgoing HTTP requests made with the `HttpClient` type. These headers (`traceparent` and `tracestate`) are defined in the [W3C Trace Context](https://www.w3.org/TR/trace-context-1/) specification.
172172

173173
When this setting is `true`, the agent also adds the header `elasticapm-traceparent` for backwards compatibility with older versions of Elastic APM agents. Versions prior to `1.3.0` only read the `elasticapm-traceparent` header.
174174

docs/reference/config-reporter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The `SecretToken` is sent as plain-text in every request to the server, so you s
4646

4747
## `ApiKey` ([1.4]) [config-api-key]
4848

49-
A base64-encoded string used to ensure that only your agents can send data to your APM server. You must have created the API key using the APM server’s [command line tool](docs-content://solutions/observability/apps/api-keys.md).
49+
A base64-encoded string used to ensure that only your agents can send data to your APM server. You must have created the API key using the APM server’s [command line tool](docs-content://solutions/observability/apm/api-keys.md).
5050

5151
::::{note}
5252
This feature is fully supported in the APM Server versions >= 7.6.

docs/reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By default, the agent uses environment variables. Additionally, on ASP.NET Core,
1414

1515
Configuration options that are marked with the ![dynamic config](/reference/images/dynamic-config.svg "") badge can be changed at runtime when set from a supported source.
1616

17-
The .NET Agent supports [Central configuration](docs-content://solutions/observability/apps/apm-agent-central-configuration.md), which allows you to fine-tune certain configurations via the APM app. This feature is enabled in the Agent by default, with [`CentralConfig` ([1.1])](/reference/config-core.md#config-central-config).
17+
The .NET Agent supports [Central configuration](docs-content://solutions/observability/apm/apm-agent-central-configuration.md), which allows you to fine-tune certain configurations via the APM app. This feature is enabled in the Agent by default, with [`CentralConfig` ([1.1])](/reference/config-core.md#config-central-config).
1818

1919

2020

docs/reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The Agent automatically registers callback methods for built-in Diagnostic Sourc
1919

2020
## Additional Components [additional-components]
2121

22-
APM Agents work in conjunction with the [APM Server](docs-content://solutions/observability/apps/application-performance-monitoring-apm.md), [Elasticsearch](docs-content://get-started/index.md), and [Kibana](docs-content://get-started/the-stack.md). The [APM Guide](docs-content://solutions/observability/apps/application-performance-monitoring-apm.md) provides details on how these components work together, and provides a matrix outlining [Agent and Server compatibility](docs-content://solutions/observability/apps/apm-agent-compatibility.md).
22+
APM Agents work in conjunction with the [APM Server](docs-content://solutions/observability/apm/index.md), [Elasticsearch](docs-content://get-started/index.md), and [Kibana](docs-content://get-started/the-stack.md). The [APM Guide](docs-content://solutions/observability/apm/index.md) provides details on how these components work together, and provides a matrix outlining [Agent and Server compatibility](docs-content://solutions/observability/apm/apm-agent-compatibility.md).

docs/reference/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The approximate accumulated collection elapsed time in milliseconds.
161161

162162
## Built-in application metrics [metrics-application]
163163

164-
To power the [Time spent by span type](docs-content://solutions/observability/apps/transactions-2.md) graph, the agent collects summarized metrics about the timings of spans and transactions, broken down by span type.
164+
To power the [Time spent by span type](docs-content://solutions/observability/apm/transactions-ui.md) graph, the agent collects summarized metrics about the timings of spans and transactions, broken down by span type.
165165

166166
**`transaction.duration`**
167167
: type: simple timer

docs/reference/public-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Agent.Tracer.CaptureErrorLog(errorLog);
274274

275275
## Transaction API [api-transaction]
276276

277-
A transaction describes an event captured by an Elastic APM agent monitoring a service. Transactions help combine multiple [Spans](#api-span) into logical groups, and they are the first [Span](#api-span) of a service. More information on Transactions and Spans is available in the [APM data model](docs-content://solutions/observability/apps/learn-about-application-data-types.md) documentation.
277+
A transaction describes an event captured by an Elastic APM agent monitoring a service. Transactions help combine multiple [Spans](#api-span) into logical groups, and they are the first [Span](#api-span) of a service. More information on Transactions and Spans is available in the [APM data model](docs-content://solutions/observability/apm/data-types.md) documentation.
278278

279279
See [`ITransaction CurrentTransaction`](#api-current-transaction) on how to get a reference of the current transaction.
280280

@@ -363,7 +363,7 @@ A flat mapping of user-defined labels with string values.
363363
If the key contains any special characters (`.`,`*`, `"`), they will be replaced with underscores. For example `a.b` will be stored as `a_b`.
364364

365365
::::{tip}
366-
Before using custom labels, ensure you understand the different types of [metadata](docs-content://solutions/observability/apps/metadata.md) that are available.
366+
Before using custom labels, ensure you understand the different types of [metadata](docs-content://solutions/observability/apm/metadata.md) that are available.
367367
::::
368368

369369

@@ -659,7 +659,7 @@ Similar to [`Dictionary<string,string> Labels`](#api-transaction-tags) on the [T
659659
If the key contains any special characters (`.`,`*`, `"`), they will be replaced with underscores. For example `a.b` will be stored as `a_b`.
660660
661661
::::{tip}
662-
Before using custom labels, ensure you understand the different types of [metadata](docs-content://solutions/observability/apps/metadata.md) that are available.
662+
Before using custom labels, ensure you understand the different types of [metadata](docs-content://solutions/observability/apm/metadata.md) that are available.
663663
::::
664664
665665

docs/reference/setup-auto-instrumentation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The general steps in configuring profiler auto instrumentation are as follows; S
8585

8686
1. `<unzipped directory>` is the directory to which the zip file was unzipped in step 2.
8787
2. The URL of the APM server intake to which traces and metrics should be sent.
88-
3. The [secret token](docs-content://solutions/observability/apps/secret-token.md) used by the APM Agent to authenticate with APM server.
88+
3. The [secret token](docs-content://solutions/observability/apm/secret-token.md) used by the APM Agent to authenticate with APM server.
8989

9090

9191
```sh
@@ -100,7 +100,7 @@ The general steps in configuring profiler auto instrumentation are as follows; S
100100

101101
1. `<unzipped directory>` is the directory to which the zip file was unzipped in step 2.
102102
2. The URL of the APM server intake to which traces and metrics should be sent.
103-
3. The [secret token](docs-content://solutions/observability/apps/secret-token.md) used by the APM Agent to authenticate with APM server.
103+
3. The [secret token](docs-content://solutions/observability/apm/secret-token.md) used by the APM Agent to authenticate with APM server.
104104

105105

106106
```sh
@@ -115,7 +115,7 @@ The general steps in configuring profiler auto instrumentation are as follows; S
115115

116116
1. `<unzipped directory>` is the directory to which the zip file was unzipped in step 2.
117117
2. The URL of the APM server intake to which traces and metrics should be sent.
118-
3. The [secret token](docs-content://solutions/observability/apps/secret-token.md) used by the APM Agent to authenticate with APM server.
118+
3. The [secret token](docs-content://solutions/observability/apm/secret-token.md) used by the APM Agent to authenticate with APM server.
119119

120120

121121
Ensure you start your application in a context where the set environment variables are visible.
@@ -207,7 +207,7 @@ Set-ItemProperty HKLM:SYSTEM\CurrentControlSet\Services\<service-name> -Name Env
207207
208208
1. `<unzipped directory>` is the directory to which the zip file was unzipped.
209209
2. The URL of the APM server intake to which traces and metrics should be sent.
210-
3. The [secret token](docs-content://solutions/observability/apps/secret-token.md) used by the APM Agent to authenticate with APM server.
210+
3. The [secret token](docs-content://solutions/observability/apm/secret-token.md) used by the APM Agent to authenticate with APM server.
211211
4. `<service-name>` is the name of the Windows service.
212212
213213
@@ -248,7 +248,7 @@ $environment.Keys | ForEach-Object {
248248
2. `<unzipped directory>` is the full path to the directory in which the zip file was unzipped
249249
3. Forces assemblies **not** to be loaded domain-neutral. There is currently a limitation where Profiler auto-instrumentation cannot instrument assemblies when they are loaded domain-neutral. This limitation is expected to be removed in future, but for now, can be worked around by setting this environment variable. See the [Microsoft documentation for further details](https://docs.microsoft.com/en-us/dotnet/framework/app-domains/application-domains#the-complus_loaderoptimization-environment-variable).
250250
4. The URL of the APM server intake to which traces and metrics should be sent.
251-
5. The [secret token](docs-content://solutions/observability/apps/secret-token.md) used by the APM Agent to authenticate with APM server.
251+
5. The [secret token](docs-content://solutions/observability/apm/secret-token.md) used by the APM Agent to authenticate with APM server.
252252
253253
254254
```powershell
@@ -273,7 +273,7 @@ $environment.Keys | ForEach-Object {
273273
1. `<application-pool>` is the name of the Application Pool your application uses. For example, `IIS APPPOOL\DefaultAppPool`.
274274
2. `<unzipped directory>` is the full path to the directory in which the zip file was unzipped.
275275
3. The URL of the APM server intake to which traces and metrics should be sent.
276-
4. The [secret token](docs-content://solutions/observability/apps/secret-token.md) used by the APM Agent to authenticate with APM server.
276+
4. The [secret token](docs-content://solutions/observability/apm/secret-token.md) used by the APM Agent to authenticate with APM server.
277277
278278
279279
::::{important}
@@ -306,7 +306,7 @@ ELASTIC_APM_SECRET_TOKEN=<secret token> <3>
306306
307307
1. `<unzipped directory>` is the directory to which the zip file was unzipped.
308308
2. The URL of the APM server intake to which traces and metrics should be sent.
309-
3. The [secret token](docs-content://solutions/observability/apps/secret-token.md) used by the APM Agent to authenticate with APM server.
309+
3. The [secret token](docs-content://solutions/observability/apm/secret-token.md) used by the APM Agent to authenticate with APM server.
310310
311311
312312
Then adding an [`EnvironmentFile`](https://www.freedesktop.org/software/systemd/man/systemd.service.html#Command%20lines) entry to the service’s configuration file that references the path to the environment.env file

docs/reference/setup-azure-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The .NET APM Agent can trace HTTP triggered function invocations in an [Azure Fu
1010

1111
## Prerequisites [_prerequisites]
1212

13-
You need an APM Server to send APM data to. Follow the [APM Quick start](docs-content://solutions/observability/apps/get-started-with-apm.md) if you have not set one up yet. You will need your **APM server URL** and an APM server **secret token** (or **API key**) for configuring the APM agent below.
13+
You need an APM Server to send APM data to. Follow the [APM Quick start](docs-content://solutions/observability/apm/get-started.md) if you have not set one up yet. You will need your **APM server URL** and an APM server **secret token** (or **API key**) for configuring the APM agent below.
1414

1515
You will also need an Azure Function app to monitor. If you do not have an existing one, you can follow [this Azure guide](https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-csharp) to create one.
1616

docs/reference/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Upgrades between minor versions of the agent, like from 1.1 to 1.2 are always ba
1010
Before upgrading the agent, be sure to review the:
1111

1212
* [Agent release notes](/release-notes/index.md)
13-
* [Agent and Server compatibility chart](docs-content://solutions/observability/apps/apm-agent-compatibility.md)
13+
* [Agent and Server compatibility chart](docs-content://solutions/observability/apm/apm-agent-compatibility.md)
1414

1515

1616
## End of life dates [end-of-life-dates]

0 commit comments

Comments
 (0)