© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This repository provides the necessary files to set up monitoring for InterSystems IRIS in Kubernetes using Prometheus and Grafana. It includes a custom CSP page for exposing additional IRIS metrics, a Grafana dashboard, and a Prometheus configuration.

dashboard.json – Pre-configured Grafana dashboard for IRIS metrics.custom-metrics.xml – CSP-based custom metrics endpoint for additional insights.values.yaml – Prometheus configuration for scraping IRIS metrics.Deploy Prometheus & Grafana
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm install monitoring prometheus-community/kube-prometheus-stack -n monitoring --create-namespace -f values.yaml
Import Custom Metrics into IRIS
custom-metrics.xml via the InterSystems Management Portal./metrics as the CSP page.Update Prometheus Targets (in values.yaml)
Import the Grafana Dashboard
dashboard.json via Dashboards > Import.