rancher-partner-charts/charts/kubecost/cost-analyzer/2.4.0/grafana-dashboards
github-actions[bot] bbf613861f Added chart versions:
kubecost/cost-analyzer:
    - 2.4.0
  redpanda/redpanda:
    - 5.9.4
2024-09-18 00:53:36 +00:00
..
grafana-templates Added chart versions: 2024-09-18 00:53:36 +00:00
README.md Added chart versions: 2024-09-18 00:53:36 +00:00
attached-disks.json Added chart versions: 2024-09-18 00:53:36 +00:00
cluster-metrics.json Added chart versions: 2024-09-18 00:53:36 +00:00
cluster-utilization.json Added chart versions: 2024-09-18 00:53:36 +00:00
deployment-utilization.json Added chart versions: 2024-09-18 00:53:36 +00:00
kubernetes-resource-efficiency.json Added chart versions: 2024-09-18 00:53:36 +00:00
label-cost-utilization.json Added chart versions: 2024-09-18 00:53:36 +00:00
namespace-utilization.json Added chart versions: 2024-09-18 00:53:36 +00:00
network-cloud-services.json Added chart versions: 2024-09-18 00:53:36 +00:00
networkCosts-metrics.json Added chart versions: 2024-09-18 00:53:36 +00:00
node-utilization.json Added chart versions: 2024-09-18 00:53:36 +00:00
pod-utilization-multi-cluster.json Added chart versions: 2024-09-18 00:53:36 +00:00
pod-utilization.json Added chart versions: 2024-09-18 00:53:36 +00:00
prom-benchmark.json Added chart versions: 2024-09-18 00:53:36 +00:00
workload-metrics-aggregator.json Added chart versions: 2024-09-18 00:53:36 +00:00
workload-metrics.json Added chart versions: 2024-09-18 00:53:36 +00:00

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