Skip to content

Commit

Permalink
chore: rename apm-mutating-webhook to apm-k8s-attacher (#3463)
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 5f09a90 commit 473ae16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/scripts/opentelemetry-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ BENCHMARKS_JAR_FILE="$(pwd)/$BENCHMARKS_JAR"
echo "$BENCHMARKS_JAR_FILE has been downloaded."

echo "--- Start APM Server mock"
git clone https://github.com/elastic/apm-mutating-webhook.git
pushd apm-mutating-webhook/test/mock
git clone https://github.com/elastic/apm-k8s-attacher.git
pushd apm-k8s-attacher/test/mock
docker build -t $CONTAINER_NAME .
docker run -dp 127.0.0.1:8027:8027 $CONTAINER_NAME
popd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public enum ActivationMethod {
// Set explicitly by the process starting the agent
K8S_ATTACH, // https://github.com/elastic/apm-mutating-webhook
K8S_ATTACH, // https://github.com/elastic/apm-k8s-attacher
AWS_LAMBDA_LAYER, // Only if installed by using layers (as other metadata already identifies lambda)
FLEET, // Fleet using 'java -jar apm-agent-attach-cli.jar ...' to attach (directly or through webhook)
APM_AGENT_ATTACH_CLI, // 'java -jar apm-agent-attach-cli.jar ...' used
Expand Down

0 comments on commit 473ae16

Please sign in to comment.