Prometheus Cluster Metrics
The Prometheus Cluster Metrics pack exposes Palette-specific host cluster metrics to Prometheus. You can use this data to learn about the state of your clusters, resource utilization, and more. Use the Spectro Cloud Grafana Dashboards pack to access the metric data through Grafana dashboards.
Versions Supported
3.4.X
Prerequisites
-
A host cluster that has the Prometheus Operator pack
v45.4.X
or greater installed. Check out the Deploy Monitoring Stack for instructions on how to deploy a monitoring stack. -
A cluster profile with the Prometheus Agent pack
v19.0.X
or greater installed.
Usage
The Prometheus Cluster Metrics requires no additional configuration and is designed to work out-of-the-box.
You can learn how to add the Prometheus Cluster Metrics to your cluster by following the steps outlined in the Enable Monitoring on Host Cluster.
Use the Spectro Cloud Grafana Dashboards pack to access the metric data through Grafana dashboards.
Terraform
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
data "spectrocloud_pack_simple" "cluster-metrics" {
name = "spectro-cluster-metrics"
version = "3.3.0"
type = "helm"
registry_uid = data.spectrocloud_registry.public_registry.id
}