File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ // Pulls the APM mutating webhook docs from here:
2
+ // https://github.com/elastic/apm-mutating-webhook/blob/main/docs/apm-mutating-webhook.asciidoc
3
+
4
+ include::{apm-webhook-repo-dir}/apm-mutating-webhook.asciidoc[]
Original file line number Diff line number Diff line change 14
14
* <<cross-cluster-search>>
15
15
* <<span-compression>>
16
16
* <<monitoring-aws-lambda>>
17
+ * <<apm-mutating-admission-webhook>>
17
18
18
19
include::./apm-data-security.asciidoc[]
19
20
@@ -32,3 +33,5 @@ include::./cross-cluster-search.asciidoc[]
32
33
include::./span-compression.asciidoc[]
33
34
34
35
include::./aws-lambda-extension.asciidoc[leveloffset=+2]
36
+
37
+ include::./apm-mutating-webhook.asciidoc[leveloffset=+2]
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
3
3
include::./notices.asciidoc[]
4
4
5
5
:apm-integration-docs:
6
- :apm-package-dir: {docdir}/apm-package
7
- :obs-repo-dir: {observability-docs-root}/docs/en
6
+ :apm-package-dir: {docdir}/apm-package
7
+ :obs-repo-dir: {observability-docs-root}/docs/en
8
8
:apm-aws-repo-dir: {apm-aws-lambda-root}/docs
9
+ :apm-webhook-repo-dir: {apm-mutating-webhook-root}/docs
9
10
10
11
:github_repo_link: https://github.com/elastic/apm-server/blob/v{version}
11
12
ifeval::["{version} " == "8.0.0"]
You can’t perform that action at this time.
0 commit comments