Skip to content

Commit

Permalink
Merge pull request kubernetes#2223 from marseel/update_grafana_dashboard
Browse files Browse the repository at this point in the history
Add borrowing graphs to dashboard
  • Loading branch information
k8s-ci-robot committed Jan 3, 2023
2 parents 0b57bdb + f52e422 commit f1fbbc9
Show file tree
Hide file tree
Showing 9 changed files with 10,155 additions and 1,208 deletions.
277 changes: 249 additions & 28 deletions clusterloader2/pkg/prometheus/manifests/dashboards/dns.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from grafanalib import core as g
import defaults as d

from master_panels import API_CALL_LATENCY_PANELS, QUANTILE_API_CALL_LATENCY_PANELS, PAF_PANELS, HEALTH_PANELS, ETCD_PANELS, APISERVER_PANELS, CONTROLLER_MANAGER_PANELS, VM_PANELS
from master_panels import API_CALL_LATENCY_PANELS, QUANTILE_API_CALL_LATENCY_PANELS, APF_PANELS, HEALTH_PANELS, ETCD_PANELS, APISERVER_PANELS, CONTROLLER_MANAGER_PANELS, VM_PANELS


def extended_copy(panels):
Expand All @@ -46,7 +46,7 @@ def extended_copy(panels):
rows=[
d.Row(title="API call latency", panels=extended_copy(API_CALL_LATENCY_PANELS)),
d.Row(title="API call latency aggregated with quantile", panels=extended_copy(QUANTILE_API_CALL_LATENCY_PANELS), collapse=True),
d.Row(title="P&F metrics", panels=extended_copy(PAF_PANELS), collapse=True),
d.Row(title="P&F metrics", panels=extended_copy(APF_PANELS), collapse=True),
d.Row(title="Overall cluster health", panels=extended_copy(HEALTH_PANELS), collapse=True),
d.Row(title="etcd", panels=extended_copy(ETCD_PANELS), collapse=True),
d.Row(title="kube-apiserver", panels=extended_copy(APISERVER_PANELS), collapse=True),
Expand Down
Loading

0 comments on commit f1fbbc9

Please sign in to comment.