Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add content to APM User guide #6378

Merged
merged 25 commits into from
Oct 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
feff77a
docs: add sourcemap upload guide
bmorelli25 Oct 15, 2021
a41b639
docs: add placeholder ILM topic
bmorelli25 Oct 15, 2021
b704a80
docs: add manage storage
bmorelli25 Oct 15, 2021
21e5625
docs: add pipeline and es tuning docs
bmorelli25 Oct 18, 2021
b07054e
docs: add jaeger
bmorelli25 Oct 18, 2021
3b3f229
docs: fixes
bmorelli25 Oct 18, 2021
5517e09
docs: move input settings
bmorelli25 Oct 18, 2021
4bc3c5b
Merge branch 'master' of github.com:elastic/apm-server into add-more-…
bmorelli25 Oct 18, 2021
a1999e3
docs: fix doc build
bmorelli25 Oct 18, 2021
6d74877
docs: add upgrade page for broken links
bmorelli25 Oct 19, 2021
f83246e
docs: clean it up
bmorelli25 Oct 20, 2021
baa7237
Merge branch 'master' of github.com:elastic/apm-server into add-more-…
bmorelli25 Oct 20, 2021
b1d4b78
docs: update more jaeger
bmorelli25 Oct 20, 2021
be00f22
docs: update input settings for 7.16
bmorelli25 Oct 25, 2021
ea0cfe1
docs: update config instructions
bmorelli25 Oct 25, 2021
282c6d8
Merge branch 'master' of github.com:elastic/apm-server into add-more-…
bmorelli25 Oct 25, 2021
6f9b385
Merge branch 'master' into add-more-content
bmorelli25 Oct 26, 2021
6dab17c
Merge branch 'master' of github.com:elastic/apm-server into add-more-…
bmorelli25 Oct 27, 2021
aae58d8
docs: fix merge conflict
bmorelli25 Oct 27, 2021
31b51fc
docs: move legacy tab widgets to legacy folder
bmorelli25 Oct 27, 2021
4283eef
docs: fix cross-doc includes
bmorelli25 Oct 27, 2021
e210291
forgot the 's'
bmorelli25 Oct 27, 2021
e752a59
docs: fix cross-doc includes
bmorelli25 Oct 27, 2021
469f031
Merge branch 'master' of github.com:elastic/apm-server into add-more-…
bmorelli25 Oct 29, 2021
a9f7eb3
docs: feedback
bmorelli25 Oct 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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