Skip to main content
Version: latest

Spectro Cluster Metrics

Versions Supported

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

You can reference the Spectro Cluster Metrics pack in Terraform with the following data resource.

data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}

data "spectrocloud_pack" "cluster-metrics" {
name = "spectro-cluster-metrics"
version = "3.4.1"
type = "helm"
registry_uid = data.spectrocloud_registry.public_registry.id
}