Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guide/apm-data-model.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include::../context.asciidoc[]
Agents decide whether to sample transactions or not,
and provide settings to control sampling behavior.
If sampled,
the {apm-server-ref}/transaction-spans.html[spans] of a transaction are sent and stored as separate documents. Within one transaction there can be several, or no spans captured.
the <<transaction-spans,spans>> of a transaction are sent and stored as separate documents. Within one transaction there can be several, or no spans captured.

Transactions are stored in {apm-server-ref}/transaction-indices.html[transaction indices].

Expand Down Expand Up @@ -72,7 +72,7 @@ Settings affecting dropped spans, and more details on why they might occur,
are available in the relevant agent documentation:

* {apm-node-ref}/agent-api.html#transaction-max-spans[Node.js Agent max spans]
* {apm-agents-ref}/configuration.html#config-transaction-max-spans[Python Agent max spans]
* {apm-py-ref}/configuration.html[Python Agent max spans]

[float]
[[missing-spans]]
Expand Down Expand Up @@ -104,4 +104,4 @@ Errors also have some contextual data.

include::../context.asciidoc[]

Errors are stored in {apm-server-ref}/error-indices.html[error indices].
Errors are stored in {apm-server-ref}/error-indices.html[error indices].
2 changes: 1 addition & 1 deletion docs/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This page has moved. Please see {apm-get-started-ref}/transactions.html[Transact
[role="exclude",id="transactions-spans"]
=== Spans

This page has moved. Please see {apm-get-started-ref}/transactions-spans.html[Spans].
This page has moved. Please see {apm-get-started-ref}/transaction-spans.html[Spans].

// Error API

Expand Down