Skip to main content
Version: latest

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

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
}

References