You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/apm/agents/net-agent/configuration/distributed-tracing-net-agent.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -213,8 +213,8 @@ If your services communicate using an IPC mechanism that the agent doesn't autom
213
213
>
214
214
To instrument the calling service:
215
215
216
-
1. Make sure that the outbound message is sent within the context of a Transaction. [Custom instrumentation](https://docs.newrelic.com/docs/apm/agents/net-agent/custom-instrumentation/custom-instrumentation-attributes-net/) may be necessary for this.
217
-
2. Invoke the agent API call for inserting tracing data into the message being sent (see the [.NET agent API](/docs/agents/net-agent/net-agent-api/itransaction#InsertDistributedTraceHeaders)).
216
+
1. Make sure that the outbound message is sent within the context of a Transaction. [Custom instrumentation](docs/apm/agents/net-agent/custom-instrumentation/custom-instrumentation-attributes-net/) may be necessary for this.
217
+
2. Invoke the agent API call for inserting tracing data into the message being sent (see the [InsertDistributedTraceHeaders API](/docs/apm/agents/net-agent/net-agent-api/net-agent-api/#ITransaction)).
218
218
</Collapser>
219
219
220
220
<Collapser
@@ -223,7 +223,7 @@ If your services communicate using an IPC mechanism that the agent doesn't autom
223
223
>
224
224
To instrument the called service:
225
225
226
-
1. Make sure that the incoming message is received within the context of a Transaction. [Custom instrumentation](https://docs.newrelic.com/docs/apm/agents/net-agent/custom-instrumentation/custom-instrumentation-attributes-net/) may be necessary for this.
227
-
2. Invoke the agent API call for accepting tracing data from the incoming message (see the [.NET agent API](/docs/agents/net-agent/net-agent-api/itransaction#AcceptDistributedTraceHeaders)).
226
+
1. Make sure that the incoming message is received within the context of a Transaction. [Custom instrumentation](docs/apm/agents/net-agent/custom-instrumentation/custom-instrumentation-attributes-net/) may be necessary for this.
227
+
2. Invoke the agent API call for accepting tracing data from the incoming message (see the [AcceptDistributedTraceHeaders API](/docs/apm/agents/net-agent/net-agent-api/net-agent-api/#ITransaction)).
0 commit comments