Skip to main content
Version: latest

Spectro Cloud Grafana Dashboards

The Spectro Cloud Grafana Dashboards is an addon pack that exposes internal cluster resource metrics. You can access the information exposed by the pack in Grafana by visiting the Spectro Cloud / Spectro Clusters dashboard. The following information is exposed by the Spectro Cloud Grafana Dashboards.

  • Status of all cluster profile layers.

  • CPU and Memory usage of the cluster and all the pods in the cluster.

  • Cluster health status.

  • The cluster's node health status and uptime.


A grafana dashboard view of the cluster metric displaying pack status

Versions Supported

1.0.X

Prerequisites

Usage

The Spectro Cloud Grafana Dashboards require no additional configuration and the pack is designed to work out-of-the-box.

You can learn how to add the Spectro Cloud Grafana Dashboards 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

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

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

References