[codex] Add OpenShift native Observe dashboards - #88
Open
jsachs-redislabs wants to merge 5 commits into
Open
Conversation
jsachs-redislabs
marked this pull request as ready for review
April 24, 2026 21:41
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 6be08ee. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Dashboard Scope
Live OpenShift Validation
Tested with the authenticated
occontext against a cluster containing two active-active Redis Enterprise clusters inns-aandns-b.enableUserWorkload: true.ns-aandns-bwithredis.io/observe=metrics.openshift-config-managed.count(redis_server_up{namespace="ns-a"}) == 4count(redis_server_up{namespace="ns-b"}) == 4sum(endpoint_client_connections{namespace="ns-a"}) == 14sum(endpoint_client_connections{namespace="ns-b"}) == 14count(node_metrics_up{namespace="ns-a"}) == 3count(node_metrics_up{namespace="ns-b"}) == 3Static Checks
git diff --cached --checkyqandjqoc kustomize openshift/native-observenpm run docsNotes
promtoolwas not installed locally, so rule validation was covered by OpenShift server-side deployment and Thanos Ruler loading.Note
Medium Risk
Adds OpenShift
ServiceMonitor/PrometheusRuleand legacy dashboardConfigMapmanifests that, if applied, affect cluster monitoring/alerting behavior and scrape configuration. Changes are additive but touch operational observability resources in production clusters.Overview
Adds OpenShift-native observability support for Redis Enterprise via legacy Observe dashboard
ConfigMapmanifests (Basic and Ops dashboard sets) and akustomization.yamlbundle to apply them together.Introduces OpenShift user-workload monitoring integration manifests: a
ServiceMonitorfor scraping Redis Enterprise metrics over HTTPS (/v2,insecureSkipVerify: true) and aPrometheusRuleexposing Redis Enterprise alert rules to OpenShift Observe.Updates documentation to include an OpenShift Native Observe Dashboards install guide plus an OpenShift
native-observeREADME and an active-active runbook, and links the new platform/guide from the top-levelREADME.mdand Antora nav.Reviewed by Cursor Bugbot for commit 7242457. Bugbot is set up for automated code reviews on this repo. Configure here.