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

chore: rename apm-mutating-webhook to apm-k8s-attacher #3463

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
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
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
Loading