Skip to content

Commit

Permalink
Update APM links (#156460)
Browse files Browse the repository at this point in the history
This PR updates three APM links. For the failing links in
elastic/apm-server#10560.
  • Loading branch information
bmorelli25 committed May 3, 2023
1 parent 12277ac commit 72c5d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/apm/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ Instead, we should strip away the unique information and group our transactions
In this case, that means naming all blog transactions, `/blog`, and all documentation transactions, `/guide`.

If you feel like you'd be losing valuable information by following this naming convention, don't fret!
You can always add additional metadata to your transactions using {apm-guide-ref}/metadata.html#labels-fields[labels] (indexed) or
{apm-guide-ref}/metadata.html#custom-fields[custom context] (non-indexed).
You can always add additional metadata to your transactions using {apm-guide-ref}/data-model-metadata.html#data-model-labels[labels] (indexed) or
{apm-guide-ref}/data-model-metadata.html#data-model-custom[custom context] (non-indexed).

After ensuring you've correctly named your transactions,
you might still see errors in the APM app related to transaction group limit reached:
Expand Down Expand Up @@ -167,7 +167,7 @@ see <<no-apm-data-found>> for further troubleshooting.
*Ensure a field is searchable*
There are two things you can do to if you'd like to ensure a field is searchable:

1. Index your additional data as {apm-guide-ref}/metadata.html[labels] instead.
1. Index your additional data as {apm-guide-ref}/data-model-metadata.html[labels] instead.
These are dynamic by default, which means they will be indexed and become searchable and aggregatable.

2. Create a custom mapping for the field.
Expand Down

0 comments on commit 72c5d52

Please sign in to comment.