Consul on Kubernetes control plane monitoring dashboard
This page provides reference information about the Grafana dashboard configuration included in the hashicorp/consul
GitHub repository.
Grafana queries overview
This dashboard provides the following information about service mesh operations.
Number of Consul servers
Description: Displays the number of Consul servers currently active. This metric provides insight into the cluster's health and the number of Consul nodes running in the environment.
Number of connected Consul dataplanes
Description: Tracks the number of connected Consul dataplanes. This metric helps operators understand how many Envoy sidecars are actively connected to the mesh.
CPU usage in seconds (Consul servers)
Description: This metric shows the CPU usage of the Consul servers over time, helping operators monitor resource consumption.
Memory usage (Consul servers)
Description: Displays the memory usage of the Consul servers. This metric helps ensure that the servers have sufficient memory resources for proper operation.
Disk read/write total per 5 minutes (Consul servers)
Description: Tracks the total network bytes received by Consul servers within a 5 minute window. This metric helps assess the network load on Consul nodes.
Received bytes total per 5 minutes (Consul servers)
Description: Tracks the total network bytes received by Consul servers within a 5 minute window. This metric helps assess the network load on Consul nodes.
Memory limit (Consul servers)
Description: Displays the memory limit for Consul servers. This metric ensures that memory usage stays within the defined limits for each Consul server.
CPU limit in seconds (Consul servers)
Description: Displays the CPU limit for Consul servers. Monitoring CPU limits helps operators ensure that the services are not constrained by resource limitations.
Disk usage (Consul servers)
Description: Shows the amount of filesystem storage used by Consul servers. This metric helps operators track disk usage and plan for capacity.
CPU usage in seconds (Connect injector)
Description: Tracks the CPU usage of the Connect injector, which is responsible for injecting Envoy sidecars and other operations within the mesh. Monitoring this helps ensure that Connect injector has adequate CPU resources.
CPU limit in seconds (Connect injector)
Description: Displays the CPU limit for the Connect injector. Monitoring the CPU limits ensures that Connect injector is not constrained by resource limitations.
Memory usage (Connect injector)
Description: Tracks the memory usage of the Connect injector. Monitoring this helps ensure the Connect injector has sufficient memory resources.
Memory limit (Connect injector)
Description: Displays the memory limit for the Connect injector, helping to monitor if the service is nearing its resource limits.