Skip to content

Commit d4b429a

Browse files
committed
add traces
1 parent f6a5438 commit d4b429a

File tree

4 files changed

+31
-71
lines changed

4 files changed

+31
-71
lines changed

raw-migrated-files/docs-content/serverless/observability-apm-traces.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

raw-migrated-files/observability-docs/observability/apm-traces.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

raw-migrated-files/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ toc:
217217
- file: docs-content/serverless/observability-apm-act-on-data.md
218218
- file: docs-content/serverless/observability-apm-agents-elastic-apm-agents.md
219219
- file: docs-content/serverless/observability-apm-get-started.md
220-
- file: docs-content/serverless/observability-apm-traces.md
221220
- file: docs-content/serverless/observability-ecs-application-logs.md
222221
- file: docs-content/serverless/observability-plaintext-application-logs.md
223222
- file: docs-content/serverless/observability-stream-log-files.md
@@ -445,7 +444,6 @@ toc:
445444
- file: observability-docs/observability/apm-act-on-data.md
446445
- file: observability-docs/observability/apm-agents.md
447446
- file: observability-docs/observability/apm-getting-started-apm-server.md
448-
- file: observability-docs/observability/apm-traces.md
449447
- file: observability-docs/observability/index.md
450448
- file: observability-docs/observability/obs-ai-assistant.md
451449
- file: security-docs/security/index.md

solutions/observability/apps/traces-2.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,37 @@ mapped_urls:
44
- https://www.elastic.co/guide/en/serverless/current/observability-apm-traces.html
55
---
66

7-
# Traces
7+
# Traces [apm-traces]
88

9-
% What needs to be done: Align serverless/stateful
9+
::::{tip}
10+
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/apps/trace-sample-timeline.md).
11+
::::
1012

11-
% Use migrated content from existing pages that map to this page:
1213

13-
% - [ ] ./raw-migrated-files/observability-docs/observability/apm-traces.md
14-
% - [ ] ./raw-migrated-files/docs-content/serverless/observability-apm-traces.md
14+
**Traces** displays your application’s entry (root) transactions. Transactions with the same name are grouped together and only shown once in this table. If you’re using [distributed tracing](../../../solutions/observability/apps/trace-sample-timeline.md#distributed-tracing), this view is key to finding the critical paths within your application.
15+
16+
By default, transactions are sorted by *Impact*. Impact helps show the most used and slowest endpoints in your service — in other words, it’s the collective amount of pain a specific endpoint is causing your users. If there’s a particular endpoint you’re worried about, select it to view its [transaction details](../../../solutions/observability/apps/transactions-2.md#transaction-details).
17+
18+
You can also use queries to filter and search the transactions shown on this page. Note that only properties available on root transactions are searchable. For example, you can’t search for `label.tier: 'high'`, as that field is only available on non-root transactions.
19+
20+
:::{image} ../../../images/observability-apm-traces.png
21+
:alt: Example view of the Traces overview in Applications UI in Kibana
22+
:class: screenshot
23+
:::
24+
25+
26+
## Trace explorer [trace-explorer]
27+
28+
::::{warning}
29+
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
30+
::::
31+
32+
33+
**Trace explorer** is an experimental top-level search tool that allows you to query your traces using [{{kib}} Query Language (KQL)](../../../explore-analyze/query-filter/languages/kql.md) or [Event Query Language (EQL)](../../../explore-analyze/query-filter/languages/eql.md).
34+
35+
Curate your own custom queries, or use the [**Service Map**](../../../solutions/observability/apps/service-map.md) to find and select edges to automatically generate queries based on your selection:
36+
37+
:::{image} ../../../images/observability-trace-explorer.png
38+
:alt: Trace explorer
39+
:class: screenshot
40+
:::

0 commit comments

Comments
 (0)