Observability
This section describes how to configure monitoring and observability for Trilio for Kubernetes (T4K). T4K exposes Prometheus metrics and integrates with Grafana dashboards so you can track backup activity, job status, storage consumption, and system health.
How It Works
The Trilio Metrics Exporter is installed automatically as a component of T4K. It exports performance metrics in Prometheus format using the official Prometheus client library. T4K pre-configures standard Prometheus scrape annotations on the exporter pod — if you already have Prometheus running in the cluster, it will start collecting T4K metrics without any configuration change.
For a full list of exported metrics, see Exported Prometheus Metrics.
On OpenShift, leveraging the built-in Prometheus instance in openshift-monitoring requires extra permissions for the openshift-monitoring:prometheus-k8s service account to pull metrics from the namespace where T4K is deployed.
In This Section
Observability of Trilio with Prometheus and Grafana — Configure Prometheus scraping and import the T4K Grafana dashboards.
Observability of Trilio with OpenShift Monitoring — Set up monitoring using the built-in OpenShift monitoring stack.
Exported Prometheus Metrics — Reference for all Prometheus metrics exported by T4K.
T4K Integration with Observability Stack — Deploy a full observability stack (Prometheus, Grafana, Alertmanager) integrated with T4K.
Last updated
Was this helpful?