Skip to content

Commit dc95b5c

Browse files
docs: add content to APM User guide (#6378) (#6476)
(cherry picked from commit d9a7812) Co-authored-by: Brandon Morelli <[email protected]>
1 parent 19c3f48 commit dc95b5c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1290
-369
lines changed

docs/apm-breaking.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
// (which might mean removing this entirely, or more likely, adding this content to headings in those notes)
99
// fix all broken links once a new attribute is added
1010

11+
// These tagged regions are required for the stack-docs repo includes
12+
// tag::notable-v8-breaking-changes[]
13+
// end::notable-v8-breaking-changes[]
14+
// tag::716-bc[]
15+
// end::716-bc[]
16+
1117
[float]
1218
[[breaking-changes-7.15]]
1319
=== 7.15

docs/apm-distributed-tracing.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ with each agent's API.
103103
Sending services must add the `traceparent` header to outgoing requests.
104104

105105
--
106-
include::./tab-widgets/distributed-trace-send-widget.asciidoc[]
106+
include::./shared/distributed-trace-send/distributed-trace-send-widget.asciidoc[]
107107
--
108108

109109
[float]
@@ -114,7 +114,7 @@ Receiving services must parse the incoming `traceparent` header,
114114
and start a new transaction or span as a child of the received context.
115115

116116
--
117-
include::./tab-widgets/distributed-trace-receive-widget.asciidoc[]
117+
include::./shared/distributed-trace-receive/distributed-trace-receive-widget.asciidoc[]
118118
--
119119

120120
[float]

0 commit comments

Comments
 (0)