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

Update apm-mutating-webhook.asciidoc #85

Merged
merged 5 commits into from
Jan 9, 2024
Merged
Changes from all commits
Commits
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
8 changes: 3 additions & 5 deletions docs/apm-mutating-webhook.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
[[apm-attacher]]
== APM Attacher

preview::[]

The APM attacher for Kubernetes simplifies the instrumentation and configuration of your application pods.

The attacher includes a <<apm-webhook,webhook receiver>> that modifies pods so they are automatically
Expand All @@ -25,9 +23,9 @@ The webhook receiver modifies pods so they are automatically instrumented by an
Supported agents include:

// links will be added later
* Java agent
* Node.js agent
* .NET agent
* {apm-java-ref-v}/intro.html[Java agent]
* {apm-node-ref-v}/intro.html[Node.js agent]
* preview:[] {apm-dotnet-ref-v}/intro.html[.NET agent]

The webhook receiver is invoked on pod creation. After receiving the object definition from the Kubernetes
API server, it looks through the pod spec for a specific, user-supplied annotation. If found, the pod spec
Expand Down