Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rules:
- pods
verbs:
- list
- get
- apiGroups:
- ""
resources:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/prometheus-metrics-test
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ PORT_FORWARD_PID=$!
trap 'kill ${PORT_FORWARD_PID}' EXIT SIGINT SIGTERM ERR
echo "✅ Port-forwarded pod $POD_NAME"

sleep 1
sleep 30

METRICS_RESPONSE=$(curl -L localhost:7000/metrics)
echo "✅ Fetched /metrics."
Expand Down