Skip to content

Commit 47ecf11

Browse files
committed
Fix links in .NET agent manual distributed tracing doc
1 parent e997431 commit 47ecf11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/apm/agents/net-agent/configuration/distributed-tracing-net-agent.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ If your services communicate using an IPC mechanism that the agent doesn't autom
213213
>
214214
To instrument the calling service:
215215

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)).
218218
</Collapser>
219219

220220
<Collapser
@@ -223,7 +223,7 @@ If your services communicate using an IPC mechanism that the agent doesn't autom
223223
>
224224
To instrument the called service:
225225

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)).
228228
</Collapser>
229229
</CollapserGroup>

0 commit comments

Comments
 (0)