Skip to content

Commit

Permalink
docs: add content to APM User guide (#6378) (#6476)
Browse files Browse the repository at this point in the history
(cherry picked from commit d9a7812)

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
  • Loading branch information
mergify[bot] and bmorelli25 authored Oct 29, 2021
1 parent 19c3f48 commit dc95b5c
Show file tree
Hide file tree
Showing 44 changed files with 1,290 additions and 369 deletions.
6 changes: 6 additions & 0 deletions docs/apm-breaking.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
// (which might mean removing this entirely, or more likely, adding this content to headings in those notes)
// fix all broken links once a new attribute is added

// These tagged regions are required for the stack-docs repo includes
// tag::notable-v8-breaking-changes[]
// end::notable-v8-breaking-changes[]
// tag::716-bc[]
// end::716-bc[]

[float]
[[breaking-changes-7.15]]
=== 7.15
Expand Down
4 changes: 2 additions & 2 deletions docs/apm-distributed-tracing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ with each agent's API.
Sending services must add the `traceparent` header to outgoing requests.

--
include::./tab-widgets/distributed-trace-send-widget.asciidoc[]
include::./shared/distributed-trace-send/distributed-trace-send-widget.asciidoc[]
--

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

--
include::./tab-widgets/distributed-trace-receive-widget.asciidoc[]
include::./shared/distributed-trace-receive/distributed-trace-receive-widget.asciidoc[]
--

[float]
Expand Down
Loading

0 comments on commit dc95b5c

Please sign in to comment.