Skip to content

Commit

Permalink
check instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 committed Jan 16, 2025
1 parent 6330e31 commit f63380b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/functional_test_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1035,3 +1035,7 @@ jobs:
- name: check crds are still installed
run: |
kubectl get crds -Lapp.kubernetes.io/managed-by | grep 'opentelemetry.io'
- name: check instrumentations still installed
run: |
kubectl get instrumentations.opentelemetry.io -A
kubectl get instrumentations.opentelemetry.io -o=json | jq -r '.items[] | .metadata.name, .metadata.annotations'

0 comments on commit f63380b

Please sign in to comment.