bbf613861f
kubecost/cost-analyzer: - 2.4.0 redpanda/redpanda: - 5.9.4 |
||
---|---|---|
.. | ||
grafana-templates | ||
README.md | ||
attached-disks.json | ||
cluster-metrics.json | ||
cluster-utilization.json | ||
deployment-utilization.json | ||
kubernetes-resource-efficiency.json | ||
label-cost-utilization.json | ||
namespace-utilization.json | ||
network-cloud-services.json | ||
networkCosts-metrics.json | ||
node-utilization.json | ||
pod-utilization-multi-cluster.json | ||
pod-utilization.json | ||
prom-benchmark.json | ||
workload-metrics-aggregator.json | ||
workload-metrics.json |
README.md
Kubecost Grafana Dashboards
Overview
Kubecost, by default, is bundled with a Grafana instance that already contains the dashboards in this folder.
The dashboards in this repo are imported into Kubecost, unless disabled with
The same dashboards have template versions in grafana-templates/ for those wanting to load the dashboards into an existing Grafana instance.
Caveats
The primary purpose of the dashboards provided is to allow visibility into the metrics used by Kubecost to create the cost-model.
The networkCosts-metrics dashboard requires the optional networkCosts daemonset to be enabled.
Metrics Required
kubecost-container-stats
metrics:
container_cpu_usage_seconds_total
kube_pod_container_resource_requests
container_memory_working_set_bytes
container_cpu_cfs_throttled_periods_total
container_cpu_cfs_periods_total
network-transfer-data
metrics:
kubecost_pod_network_ingress_bytes_total
kubecost_pod_network_egress_bytes_total
disk-usage
metrics:
container_fs_limit_bytes
container_fs_usage_bytes
Additional Information
Kubecost Grafana Configuration Guide