Skip to content

Commit ac0eda9

Browse files
feat(apm): poc
1 parent deb98cf commit ac0eda9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/k8s-e2e/apm/e2e-apm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ scenarios:
3232
- kubectl create -f ./rubyapp.yaml --dry-run=client -o yaml | sed s/placeholder/${SCENARIO_TAG}-ruby/ | kubectl create -f -
3333
# the dotnet container for linux/arm64 is broken, it doesn't have the binary. Do not expect this to work in Mac MX minikube.
3434
- kubectl create -f ./dotnetapp.yaml --dry-run=client -o yaml | sed s/placeholder/${SCENARIO_TAG}-dotnet/ | kubectl create -f -
35+
- kubectl get pods --all-namespaces -o yaml
3536
after:
3637
- kubectl logs --tail=-1 -l app.kubernetes.io/name=agent-control --all-containers --prefix=true
3738
- kubectl logs --tail=-1 -l app.kubernetes.io/instance=operator --all-containers --prefix=true -n newrelic-agents

0 commit comments

Comments
 (0)