Admin UI logs
- Open Deployments.
- Open the target deployment.
- Go to Logs.
- Select a pod.
- Use Reconnect to restart the stream or Export to download the captured output as
<pod-name>-logs.txt.
Admin UI metrics
- Open the target deployment.
- Go to Metrics.
- Select a non-Sentinel pod.
- Use Reconnect to restart the live metrics stream.
Grafana link in the UI
The Open in Grafana button appears only whensettings.ui.grafana_url is configured.
- Open System Settings.
- Open the UI/settings section.
- Set the Grafana URL.
- Save settings.
- Return to deployment Metrics and select Open in Grafana.
var-namespace=<namespace>var-pod=<selected-pod>var-pod_scope=<selected-pod>
Helm observability resources
The chart has these optional observability toggles:
When
podMonitor.enabled=true, the chart creates:
- An Admin Server PodMonitor that scrapes
/metricson thehttpport. - A FalkorDB PodMonitor when the FalkorDB addon is enabled. It selects KubeBlocks-managed non-Sentinel pods and scrapes
/metricsonhttp-metricsandgraph-metrics.
PodMonitor and PrometheusRule require Prometheus Operator CRDs. GrafanaDashboard requires the Grafana Operator CRD.
Example values
name and json.