Skip to content

Releases: dotdc/grafana-dashboards-kubernetes

v2.1.1

29 Apr 11:31
13bb54f
Compare
Choose a tag to compare

2.1.1 (2024-04-29)

Bug Fixes

v2.1.0

26 Apr 06:34
03281bf
Compare
Choose a tag to compare

2.1.0 (2024-04-26)

Features

  • added multi pod select in k8s-views-pods.json (03281bf)

v2.0.0

25 Apr 21:34
75dd5a1
Compare
Choose a tag to compare

v2.0.0 (2024-04-25)

NOTES

Just forcing a v2.0.0 release on HEAD to "fix" the major version of the project (see 5993a6a)
Going forward, every dashboard(s) change will be released using semantic versioning.

v1.1.0

25 Apr 21:07
75dd5a1
Compare
Choose a tag to compare

1.1.0 (2024-04-25)

Bug Fixes

  • apiserver-duration: compute average of duration (6949d30)
  • bumped k8s-views-nodes's version (f1cd63c)
  • change job value from core-dns to $job variable. (#89) (7904361)
  • count nodes by kube_node_info, instead of node-exporter jobs (#47) (363eb9e)
  • dashboard showing metrics from nodes outside of kubernetes cluster (#36) (95e014e)
  • datasource bug introduced in #78 and #82 (#84) (7061618)
  • filter resources by cluster label (#87) (47bbfc5)
  • inodes calculation in k8s-views-namespaces.json (6814383)
  • instance variable in k8s-views-nodes.json (#39) (50a04c6), closes #37
  • instant for k8s-views-pods.json headers (c1a4483)
  • k8s-addons-trivy-operator.json: data source vars (74e89c7)
  • k8s-system-coredns.json: ability to filter on job (#77) (3816243)
  • k8s-system-coredns: add datasource for the job variable (#105) (9a6b1c9)
  • k8s-views-global.json: some display errors on Grafana 8 (fecccb1)
  • k8s-views-global: correctly escape quote (#52) (58e70a0)
  • k8s-views-namespaces.json: refresh created_by on timerange change (6f983bd)
  • k8s-views-namespaces.json: some display errors on Grafana 8 (09a11ac)
  • k8s-views-namespaces: filter metrics to prevent reporting double cpu/memory (d95e46b), closes #60
  • k8s-views-nodes.json: missing instance label (4fe38f2)
  • k8s-views-nodes.json: removed unused job var (2c987f5)
  • k8s-views-nodes.json: some display errors on Grafana 8 (c41724b)
  • k8s-views-pods.json: ability to filter by job (#76) (b25aca7)
  • labels for feature requests (b5c01bd)
  • lcd/gauge calculations on global,ns,nodes (203220e)
  • match all non-idle cpu modes when calculating total cpu usage (5ff5277), closes #80 #86
  • memory display bug in k8s-views-pods.json (#58) (92021d7)
  • missing comma in k8s-views-namespaces.json (604720b)
  • network metrics on k8s-views-global.json (6e3a73f)
  • node memory panel query in k8s-views-global.json (#20) (1b870c4)
  • pod count in k8s-views-global.json (b9cf7fb)
  • pod count in k8s-views-namespaces.json (#85) (98c9e76)
  • pods: #29 promql query error on bandwidth panel (#30) (4035b90)
  • PromQL epxression for coredns average packet size (#43) (b796909)
  • promql typo in trivy dashboard (dca7e9e)
  • remove all node-exporter job label filters (#49) (7934fef)
  • removed deprecated coredns panel (23e46ed)
  • resources queries that can break on ns (dc8c2f8)
  • revert #39 until we find a solution for #41 (eafe7dc)
  • Running Pod Count based on phase (#10) (e484ba1)
  • trailing-whitespace in issue templates (ca4cb4c)
  • typo on k8s-system-api-server.json (3a16ba3)
  • typos and minor documentation changes (f428814)
  • unreadable panels with light background (#28) (d4a4384), closes #27
  • use resource label instead of unit (#55) (7184104)

Features

  • add heatmaps for CoreDNS histogram metrics (#34) (da7440e)
  • add link from node to pods (#26) (50d1aa6)
  • added +commonAnnotat...
Read more