Skip to content

Commit 485ab84

Browse files
committed
Apply suggestions from code review
# Conflicts: # docs/troubleshooting.asciidoc
1 parent ee7ff28 commit 485ab84

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/agent-api.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ containing the data about to be sent to the APM Server.
104104

105105
The format of the payload depends on the event type being sent.
106106
For details about the different formats,
107-
see the {apm-guide-ref-v}/intake-api.html[APM Server intake API documentation].
107+
see the {apm-guide-ref}/intake-api.html[APM Server intake API documentation].
108108

109109
The filter function is synchronous and should return the manipulated payload object.
110110
If a filter function doesn't return any value or returns a falsy value,
@@ -164,7 +164,7 @@ but the `fn` will only be called with span payloads.
164164
[small]#Added in: v3.14.0#
165165

166166
Use `addMetadataFilter(fn)` to supply a filter function for the
167-
{apm-guide-ref-v}/metadata-api.html[metadata object]
167+
{apm-guide-ref}/metadata-api.html[metadata object]
168168
sent to the APM Server. This will allow you to manipulate the data being
169169
sent, for instance to remove possibly sensitive information.
170170

@@ -184,7 +184,7 @@ apm.addMetadataFilter(function dropArgv(metadata) {
184184

185185
Warning: It is the responsibility of the author to ensure the returned object
186186
conforms to the
187-
{apm-guide-ref-v}/metadata-api.html#metadata-schema[metadata schema]
187+
{apm-guide-ref}/metadata-api.html#metadata-schema[metadata schema]
188188
otherwise all APM data injest will fail. A metadata filter that breaks the
189189
metadata will result in error logging from the agent, something like:
190190

@@ -403,7 +403,7 @@ To ease debugging it's possible to send some extra data with each error you send
403403
The APM Server intake API supports a lot of different metadata fields,
404404
most of which are automatically managed by the Elastic APM Node.js Agent.
405405
But if you wish you can supply some extra details using `user` or `custom`.
406-
For more details on the properties accepted by the events intake API see the {apm-guide-ref-v}/events-api.html[events intake API docs].
406+
For more details on the properties accepted by the events intake API see the {apm-guide-ref}/events-api.html[events intake API docs].
407407

408408
To supply any of these extra fields,
409409
use the optional options argument when calling `apm.captureError()`.

docs/intro.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ You can then use the APM app in Kibana to gain insight into latency issues and e
3030
[[additional-components]]
3131
=== Additional Components
3232

33-
APM Agents work in conjunction with the {apm-guide-ref-v}/index.html[APM Server], {ref}/index.html[Elasticsearch], and {kibana-ref}/index.html[Kibana].
34-
The {apm-guide-ref}/index.html[APM Overview] provides details on how these components work together,
33+
APM Agents work in conjunction with the {apm-guide-ref}/index.html[APM Server], {ref}/index.html[Elasticsearch], and {kibana-ref}/index.html[Kibana].
34+
The {apm-guide-ref}/index.html[APM Guide] provides details on how these components work together,
3535
and provides a matrix outlining {apm-guide-ref}/agent-server-compatibility.html[Agent and Server compatibility].

docs/supported-technologies.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ that not all core Node.js API's can be instrumented without the use of Async Hoo
2222
[[elastic-stack-compatibility]]
2323
=== Elastic Stack Compatibility
2424

25-
This agent is compatible with {apm-guide-ref-v}[APM Server] v6.5 and above.
25+
This agent is compatible with {apm-guide-ref}[APM Server] v6.5 and above.
2626
For support for previous releases of the APM Server,
2727
use version {apm-node-ref-1x}[1.x] of the agent.
2828

0 commit comments

Comments
 (0)