Skip to content

Commit 6224cef

Browse files
authored
Fixed list formatting (elastic#86984)
1 parent 8b519ae commit 6224cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/apm/getting-started.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ They measure from the start to end of an activity,
1313
and they can have a parent/child relationship with other spans.
1414
* *Transactions* are a special kind of span;
1515
they are the first span for a particular service and have extra metadata associated with them.
16-
As an example, a transaction could be a request to your server, a batch job, or a custom transaction type.
17-
*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.
16+
As an example, a transaction could be a request to your server, a batch job, or a custom transaction type.
17+
* *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.
1818
* *Errors* contain information about the original exception that occurred or about a log created when the exception occurred.
1919

2020
Curated charts and tables display the different types of APM data, which allows you to compare and debug your applications easily.

0 commit comments

Comments
 (0)