Skip to content

Commit

Permalink
fix: some edits to DT wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Sep 14, 2021
1 parent b03ec8b commit 372a6df
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3299,9 +3299,7 @@ The Node.js agent variables that control [cross application tracing](/docs/apm/t
</CollapserGroup>

<Callout variant="important">
Cross Application Tracing (CAT) has been deprecated and will be removed in a future major release.
For cross-service visibility, we recommend using [Distributed Tracing](#distributed-tracing) which is enabled by default
as of v8.3.0 of the agent. Before enabling, read the [transition guide](/docs/transition-guide-distributed-tracing).
Cross application tracing (CAT) has been deprecated and will be removed in a future major release. For cross-service visibility, we recommend using [distributed tracing](#distributed-tracing), which is enabled by default as of agent version 8.3.0. Before enabling, read the [transition guide](/docs/transition-guide-distributed-tracing).
</Callout>

## Error message redaction variables [#err-message-redact]
Expand Down Expand Up @@ -3359,8 +3357,6 @@ The Node.js agent variables that control error message redaction appear in the `

[Distributed tracing](/docs/intro-distributed-tracing) lets you see the path that a request takes as it travels through a distributed system. When configuring via the config file, place the following option in the `distributed_tracing` section.

When distributed tracing is enabled, you can collect [span events](/docs/apm/distributed-tracing/ui-data/span-event).

<CollapserGroup>
<Collapser
id="dt-enabled"
Expand Down Expand Up @@ -3454,7 +3450,7 @@ When distributed tracing is enabled, you can collect [span events](/docs/apm/dis

## Span events

[Span events](/docs/apm/distributed-tracing/ui-data/span-event) are reported for [distributed tracing](#distributed-tracing). Distributed tracing must be enabled to report span events. Span configuration is set in the `span_events` stanza. Options include:
[Span data](/docs/apm/distributed-tracing/ui-data/span-event) is reported for [distributed tracing](#distributed-tracing). Distributed tracing must be enabled to report spans. Span configuration is set in the `span_events` stanza. Options include:

<CollapserGroup>
<Collapser
Expand Down Expand Up @@ -3536,7 +3532,7 @@ When distributed tracing is enabled, you can collect [span events](/docs/apm/dis
</tbody>
</table>

This setting can be used to turn reporting of attributes on or off for span events. If `attributes.enabled` at the root level is `false`, no attributes will be sent to span events regardless on how this is set.
This setting can be used to turn reporting of attributes on or off for spans. If `attributes.enabled` at the root level is `false`, no attributes will be sent with spans regardless on how this is set.
</Collapser>

<Collapser
Expand Down Expand Up @@ -3577,7 +3573,7 @@ When distributed tracing is enabled, you can collect [span events](/docs/apm/dis
</tbody>
</table>

If attributes are enabled for span events, all attribute keys found in this list will be attached to span events. For more information, see the [agent attribute rules](/docs/apm/other-features/attributes/agent-attributes).
If attributes are enabled for spans, all attribute keys found in this list will be attached to spans. For more information, see the [agent attribute rules](/docs/apm/other-features/attributes/agent-attributes).
</Collapser>

<Collapser
Expand Down Expand Up @@ -3618,7 +3614,7 @@ When distributed tracing is enabled, you can collect [span events](/docs/apm/dis
</tbody>
</table>

All attribute keys found in this list will not be sent with span events. For more information, see the [agent attribute rules](/docs/apm/other-features/attributes/agent-attributes).
All attribute keys found in this list will not be sent with spans. For more information, see the [agent attribute rules](/docs/apm/other-features/attributes/agent-attributes).
</Collapser>
</CollapserGroup>

Expand Down Expand Up @@ -3669,7 +3665,7 @@ When distributed tracing is enabled, you can collect [span events](/docs/apm/dis

## Infinite Tracing

To turn on Infinite Tracing, enable distributed tracing (set `distributed_tracing` to `enabled: true`) and add the additional settings below. For an example, see [Language Agents: Configure Distributed Tracing](/docs/understand-dependencies/distributed-tracing/enable-configure/language-agents-enable-distributed-tracing#node-config).
To turn on Infinite Tracing, enable distributed tracing (set `distributed_tracing` to `enabled: true`) and add the additional settings below. For an example, see [Language agents: configure distributed tracing](/docs/understand-dependencies/distributed-tracing/enable-configure/language-agents-enable-distributed-tracing#node-config).

<CollapserGroup>
<Collapser
Expand Down

0 comments on commit 372a6df

Please sign in to comment.