Skip to content

Commit c6001b1

Browse files
Retitle pages for SEO (Solutions) (#3044)
This PR retitle pages for clarity and uniqueness: - align with SEO guidelines and product naming - add concise nav labels where needed
1 parent 1f18a45 commit c6001b1

File tree

17 files changed

+33
-17
lines changed

17 files changed

+33
-17
lines changed

solutions/observability.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Observability
23
mapped_pages:
34
- https://www.elastic.co/guide/en/serverless/current/what-is-observability-serverless.html
45
- https://www.elastic.co/guide/en/observability/current/index.html
@@ -13,7 +14,7 @@ products:
1314
- id: edot-collector
1415
---
1516

16-
# Observability
17+
# Elastic Observability overview
1718

1819
Elastic {{observability}} accelerates problem resolution with open, flexible, and unified observability powered by advanced machine learning and analytics. Elastic ingests all operational and business telemetry and correlates for faster root cause detection.
1920

solutions/observability/apm/installation-layout.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Installation layout
23
mapped_pages:
34
- https://www.elastic.co/guide/en/observability/current/apm-directory-layout.html
45
applies_to:
@@ -8,7 +9,7 @@ products:
89
- id: apm
910
---
1011

11-
# Installation layout [apm-directory-layout]
12+
# Installation layout for Elastic APM Server [apm-directory-layout]
1213

1314
View the installation layout and default paths for both Fleet-managed APM Server and the APM Server binary.
1415

solutions/observability/apm/limitations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Limitations
23
mapped_pages:
34
- https://www.elastic.co/guide/en/observability/current/apm-open-telemetry-known-limitations.html
45
- https://www.elastic.co/guide/en/serverless/current/observability-apm-agents-opentelemetry-limitations.html
@@ -11,7 +12,7 @@ products:
1112
- id: cloud-serverless
1213
---
1314

14-
# Limitations [apm-open-telemetry-known-limitations]
15+
# OpenTelemetry limitations in Elastic APM [apm-open-telemetry-known-limitations]
1516

1617
## OpenTelemetry traces [apm-open-telemetry-traces-limitations]
1718

solutions/observability/apm/metrics-ui.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Metrics UI
23
mapped_pages:
34
- https://www.elastic.co/guide/en/observability/current/apm-metrics.html
45
- https://www.elastic.co/guide/en/serverless/current/observability-apm-metrics.html
@@ -11,7 +12,7 @@ products:
1112
- id: cloud-serverless
1213
---
1314

14-
# Metrics [apm-metrics]
15+
# Metrics UI in Elastic APM [apm-metrics]
1516

1617
The **Metrics** overview provides APM agent-specific metrics, which lets you perform more in-depth root cause analysis investigations within the Applications UI.
1718

solutions/observability/apm/metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Metrics
23
mapped_pages:
34
- https://www.elastic.co/guide/en/observability/current/apm-data-model-metrics.html
45
applies_to:
@@ -9,7 +10,7 @@ products:
910
- id: apm
1011
---
1112

12-
# Metrics [apm-data-model-metrics]
13+
# Metrics in Elastic APM [apm-data-model-metrics]
1314

1415
:::{include} _snippets/apm-server-vs-mis.md
1516
:::

solutions/observability/apm/traces-ui.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Traces UI
23
mapped_pages:
34
- https://www.elastic.co/guide/en/observability/current/apm-traces.html
45
- https://www.elastic.co/guide/en/serverless/current/observability-apm-traces.html
@@ -11,7 +12,7 @@ products:
1112
- id: cloud-serverless
1213
---
1314

14-
# Traces [apm-traces]
15+
# Traces UI in Elastic APM [apm-traces]
1516

1617
::::{tip}
1718
Traces link together related transactions to show an end-to-end performance of how a request was served and which services were part of it. In addition to the Traces overview, you can view your application traces in the [trace sample timeline waterfall](/solutions/observability/apm/trace-sample-timeline.md).

solutions/observability/apm/traces.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Traces
23
mapped_pages:
34
- https://www.elastic.co/guide/en/serverless/current/observability-apm-distributed-tracing.html
45
- https://www.elastic.co/guide/en/observability/current/apm-data-model-traces.html
@@ -10,7 +11,7 @@ products:
1011
- id: observability
1112
---
1213

13-
# Traces [apm-data-model-traces]
14+
# Traces in Elastic APM [apm-data-model-traces]
1415

1516
A trace is a group of [transactions](/solutions/observability/apm/transactions.md) and [spans](/solutions/observability/apm/spans.md) with a common root. Each trace tracks the entirety of a single request. It describes the individual operations and their causality that ensue from a single logical operation.
1617

solutions/observability/apm/transactions-ui.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Transactions UI
23
mapped_pages:
34
- https://www.elastic.co/guide/en/observability/current/apm-transactions.html
45
- https://www.elastic.co/guide/en/serverless/current/observability-apm-transactions.html
@@ -11,7 +12,7 @@ products:
1112
- id: cloud-serverless
1213
---
1314

14-
# Transactions [apm-transactions]
15+
# Transactions UI in Elastic APM [apm-transactions]
1516

1617
A *transaction* describes an event captured by an Elastic APM agent instrumenting a service. APM agents automatically collect performance metrics on HTTP requests, database queries, and much more.
1718

solutions/observability/apm/transactions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Transactions
23
mapped_pages:
34
- https://www.elastic.co/guide/en/observability/current/apm-data-model-transactions.html
45
applies_to:
@@ -9,7 +10,7 @@ products:
910
- id: apm
1011
---
1112

12-
# Transactions [apm-data-model-transactions]
13+
# Transactions in Elastic APM [apm-data-model-transactions]
1314

1415
**Transactions** are a special kind of [span](/solutions/observability/apm/spans.md) that have additional attributes associated with them. They describe an event captured by an Elastic {{apm-agent}} instrumenting a service. You can think of transactions as the highest level of work you’re measuring within a service. As an example, a transaction might be a:
1516

solutions/observability/apm/upgrade.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Upgrade
23
mapped_pages:
34
- https://www.elastic.co/guide/en/observability/current/apm-upgrade.html
45
applies_to:
@@ -8,7 +9,7 @@ products:
89
- id: apm
910
---
1011

11-
# Upgrade [apm-upgrade]
12+
# Upgrade Elastic APM [apm-upgrade]
1213

1314
This guide gives general recommendations for upgrading Elastic APM.
1415

0 commit comments

Comments
 (0)