You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monitoring-satellite/manifests/crds/prometheusOperator-0prometheusCustomResourceDefinition.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5711,6 +5711,10 @@ spec:
5711
5711
message:
5712
5712
description: Human-readable message indicating details for the condition's last transition.
5713
5713
type: string
5714
+
observedGeneration:
5715
+
description: ObservedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
5716
+
format: int64
5717
+
type: integer
5714
5718
reason:
5715
5719
description: Reason for the condition's last transition.
"expr": "histogram_quantile(0.5, sum(rate(gitpod_usage_reconcile_completed_duration_seconds_bucket{cluster=~\"$cluster\"}[$__rate_interval])) by (le))",
71580
+
"expr": "histogram_quantile(0.5, sum(rate(gitpod_usage_scheduler_job_completed_seconds_bucket{cluster=~\"$cluster\"}[$__rate_interval])) by (le))",
71572
71581
"legendFormat": "50th percentile",
71573
71582
"range": true,
71574
71583
"refId": "A"
@@ -71579,18 +71588,18 @@ items:
71579
71588
"uid": "P4169E866C3094E38"
71580
71589
},
71581
71590
"editorMode": "code",
71582
-
"expr": "histogram_quantile(0.9, sum(rate(gitpod_usage_reconcile_completed_duration_seconds_bucket{cluster=~\"$cluster\"}[$__rate_interval])) by (le))",
71591
+
"expr": "histogram_quantile(0.9, sum(rate(gitpod_usage_scheduler_job_completed_seconds_bucket{cluster=~\"$cluster\"}[$__rate_interval])) by (le))",
Copy file name to clipboardExpand all lines: vendor/github.com/gitpod-io/gitpod/operations/observability/mixins/cross-teams/dashboards/gitpod-grpc-server.json
0 commit comments