Skip to content

Commit

Permalink
chore: rename apm-mutating-webhook to apm-k8s-attacher (#843)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Mannocci <[email protected]>
  • Loading branch information
amannocci authored Dec 14, 2023
1 parent e1564e3 commit 51fcf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/agents/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ If the agent is unable to infer the activation method, it SHOULD send `unknown`.
There are some well-known activation methods which can be used by multiple agents. In those cases, agents SHOULD send the following values in `service.agent.activation_method`:

- `aws-lambda-layer`: when the agent was installed as a Lambda layer.
- `k8s-attach`: when the agent is attached via [the K8s webhook](https://github.com/elastic/apm-mutating-webhook).
- `k8s-attach`: when the agent is attached via [the K8s webhook](https://github.com/elastic/apm-k8s-attacher).
- `env-attach`: when the agent is activated by setting some environment variables. Only use this if there is a single way to activate the agent via an environment variable. If the given runtime offers multiple environment variables to activate the agent, use more specific values to avoid ambiguity.
- `fleet`: when the agent is activated via fleet.

Expand Down

0 comments on commit 51fcf5f

Please sign in to comment.