Define measurement units in Grafana

Since Round Robin Database (RRD) files are nothing more than so-called time series databases, the graphing system is the duty to interpret the values correctly and, if needed, has to recalculate them.


Table of Contents


In Checkmk, this is done fully automatically, and you see “human-readable values”.

For Grafana, this has to be set in your Dashboard. In this example, we'll look at the settings for the network interfaces.


Getting Started

Background information regarding this subject is available in our Official documentation

Step-by-step guide

  1. Open Grafana, create a dashboard, and add your elements, in this case, it is “Interface 2” of the monitored host “mysite01”

    Screenshot of general settings within Grafana
    .
  2. On the right side, you have “Standard Options”. Open it and click in the empty field just under “Unit”

    Sceenshot of unit section of Grafana config
    .
  3. Bandwidth might not appear in this dialogue, so type in bits. Grafana will autocomplete, and you can choose your measurement unit:

    Screenshot of different data rates available
    .
  4. For Interface Banthwith, you might take “bits/sec(SI) so the graph looks good:

    Screenshot of selected data rate bits per second
    Screenshot of visual graph
    .
    .
    For comparison, the same metrics in Checkmk

Screenshot of same visual data within Checkmk