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
920 changes: 725 additions & 195 deletions charts/controlplane/dashboards/union-controlplane-overview.json

Large diffs are not rendered by default.

994 changes: 265 additions & 729 deletions charts/dataplane/dashboards/union-dataplane-overview.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions charts/dataplane/templates/monitoring/prometheusrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:

- record: union:dp:executor:active_actions
expr: |
executor:active_actions_count{namespace="{{ .Release.Namespace }}"}
executor::v2:active_actions_count{namespace="{{ .Release.Namespace }}"}

{{- if .Values.monitoring.alerting.enabled }}
# --- Operational alerts (opt-in) ---
Expand Down Expand Up @@ -143,8 +143,8 @@ spec:
- record: union:dp:slo:executor_success_rate
expr: |
(
sum(rate(executor:actions_terminated{namespace="{{ .Release.Namespace }}", phase="Succeeded"}[5m]))
/ sum(rate(executor:actions_terminated{namespace="{{ .Release.Namespace }}"}[5m]))
sum(rate(executor::v2:actions_terminated{namespace="{{ .Release.Namespace }}", phase="Succeeded"}[5m]))
/ sum(rate(executor::v2:actions_terminated{namespace="{{ .Release.Namespace }}"}[5m]))
) or vector(1)

- record: union:dp:slo:execution_success_rate
Expand Down
Loading
Loading