Skip to content

Commit

Permalink
doc: added a new known issue from #50 in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <david@0xdc.me>
  • Loading branch information
dotdc committed Jun 1, 2023
1 parent 426c378 commit ddc1f03
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
- [Install as ConfigMaps](#install-as-configmaps)
- [Install as ConfigMaps with Terraform](#install-as-configmaps-with-terraform)
- [Known issue(s)](#known-issues)
- [Broken panels on k8s-views-nodes in some cases](#broken-panels-on-k8s-views-nodes-in-some-cases)
- [Broken panels due to a too high resolution](#broken-panels-due-to-a-too-high-resolution)
- [Broken panels on k8s-views-nodes due to the nodename label](#broken-panels-on-k8s-views-nodes-due-to-the-nodename-label)
- [Contributing](#contributing)

## Description
Expand Down Expand Up @@ -195,7 +196,12 @@ You will also need to enable and configure the Grafana `dashboards sidecar` like

## Known issue(s)

### Broken panels on k8s-views-nodes in some cases
### Broken panels due to a too high resolution

A user reported in [#50](https://github.com/dotdc/grafana-dashboards-kubernetes/issues/50) that some panels where broken because the default value of the `$resolution` variable was to low. The root cause hasn't been identified precisely, but he was using Grafana Agent & Grafana Mimir. Changing the `$resolution` variable to a higher value (a lower resolution) will likely solve the issue.
To make the fix permanent, you can configure the `Scrape interval` in your Grafana Datasource to a working value for your setup.

### Broken panels on k8s-views-nodes due to the nodename label

The `k8s-views-nodes` dashboard will have many broken panels if the `node` label from `kube_node_info` doesn't match the `nodename` label from `node_uname_info`.

Expand Down

0 comments on commit ddc1f03

Please sign in to comment.