Skip to main content
Version: latest

Spectro Cloud Grafana Dashboards

Versions Supported

You can learn how to add the Spectro Cloud Grafana Dashboards pack to your cluster by following the steps outlined in the Enable Monitoring on Host Cluster.

warning

Pods without the defined attributes request and limit will not display metrics data in the Grafana out-of-the-box Kubernetes Pods dashboard.

Terraform

You can reference the Spectro Cloud Grafana Dashboards pack in Terraform with the following data resource.

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

data "spectrocloud_pack" "spectro-cloud-grafana-dashboards" {
name = "spectrocloud-grafana-dashboards"
version = "1.0.0"
type = "helm"
registry_uid = data.spectrocloud_registry.public_registry.id
}