Skip to content

Commit

Permalink
e2e test prometheus operator scrape config and probes
Browse files Browse the repository at this point in the history
Signed-off-by: qiyang <[email protected]>
  • Loading branch information
dominicqi committed Nov 22, 2024
1 parent ba014bc commit bcf25f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ apiVersion: batch/v1
kind: Job
metadata:
name: check-ta-scrape-config-v1beta1
labels:
checker: true
spec:
template:
spec:
Expand All @@ -97,6 +99,8 @@ apiVersion: batch/v1
kind: Job
metadata:
name: check-ta-jobs-scrape-configs-v1beta1
labels:
checker: true
spec:
template:
spec:
Expand All @@ -113,6 +117,8 @@ apiVersion: batch/v1
kind: Job
metadata:
name: check-ta-probe-config-v1beta1
labels:
checker: true
spec:
template:
spec:
Expand All @@ -129,6 +135,8 @@ apiVersion: batch/v1
kind: Job
metadata:
name: check-ta-jobs-probes-v1beta1
labels:
checker: true
spec:
template:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ spec:
file: 02-assert.yaml
catch:
- podLogs:
selector: app.kubernetes.io/managed-by=opentelemetry-operator
selector: checker=true

0 comments on commit bcf25f0

Please sign in to comment.