Skip to content
Snippets Groups Projects
tahoe-lafs.json 49.2 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
      "annotations": {
        "list": [
          {
            "builtIn": 1,
    
            "datasource": {
              "type": "datasource",
              "uid": "grafana"
            },
    
            "enable": true,
            "hide": true,
            "iconColor": "rgba(0, 211, 255, 1)",
            "name": "Annotations & Alerts",
    
            "target": {
              "limit": 100,
              "matchAny": false,
              "tags": [],
              "type": "dashboard"
            },
    
            "type": "dashboard"
          }
        ]
      },
      "description": "",
      "editable": true,
    
      "graphTooltip": 0,
      "links": [],
    
      "panels": [
        {
          "collapsed": false,
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
          },
    
          "gridPos": {
            "h": 1,
            "w": 24,
            "x": 0,
            "y": 0
          },
          "id": 38,
          "panels": [],
    
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
              "refId": "A"
            }
          ],
    
          "title": "Inbound operations",
          "type": "row"
        },
        {
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
          },
    
          "description": "These stats keep track of local disk latencies for storage-server operations. All values are in seconds. These are recorded by the storage server, starting from the time the request arrives (post-deserialization) and ending when the response begins serialization. As such, they are mostly useful for measuring disk speeds.",
          "fieldConfig": {
            "defaults": {
    
              "color": {
                "mode": "palette-classic"
              },
              "custom": {
                "axisBorderShow": false,
                "axisCenteredZero": false,
                "axisColorMode": "text",
                "axisLabel": "",
                "axisPlacement": "auto",
                "barAlignment": 0,
                "drawStyle": "line",
                "fillOpacity": 10,
                "gradientMode": "none",
                "hideFrom": {
                  "legend": false,
                  "tooltip": false,
                  "viz": false
                },
                "insertNulls": false,
                "lineInterpolation": "linear",
                "lineWidth": 1,
                "pointSize": 5,
                "scaleDistribution": {
                  "type": "linear"
                },
                "showPoints": "never",
                "spanNulls": false,
                "stacking": {
                  "group": "A",
                  "mode": "none"
                },
                "thresholdsStyle": {
                  "mode": "off"
                }
              },
              "mappings": [],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
    
              "unit": "s"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 8,
            "w": 8,
            "x": 0,
            "y": 1
          },
          "id": 13,
          "options": {
    
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": false
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.4.6",
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_latencies_allocate_mean{instance=\"$node\"}",
              "interval": "",
              "legendFormat": "allocate",
              "refId": "allocate_mean"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_latencies_close_mean{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "close",
              "refId": "close_mean"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_latencies_get_mean{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "get",
              "refId": "get_mean"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_latencies_read_mean{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "read",
              "refId": "read_mean"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_latencies_readv_mean{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "readv",
              "refId": "readv_mean"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_latencies_write_mean{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "write",
              "refId": "write_mean"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_latencies_writev_mean{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "writev",
              "refId": "writev_mean"
            }
          ],
          "title": "Latency means",
    
          "type": "timeseries"
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
          },
    
          "description": "This counts inbound storage-server operations.",
    
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "palette-classic"
              },
              "custom": {
                "axisBorderShow": false,
                "axisCenteredZero": false,
                "axisColorMode": "text",
                "axisLabel": "",
                "axisPlacement": "auto",
                "barAlignment": 0,
                "drawStyle": "line",
                "fillOpacity": 10,
                "gradientMode": "none",
                "hideFrom": {
                  "legend": false,
                  "tooltip": false,
                  "viz": false
                },
                "insertNulls": false,
                "lineInterpolation": "linear",
                "lineWidth": 1,
                "pointSize": 5,
                "scaleDistribution": {
                  "type": "linear"
                },
                "showPoints": "never",
                "spanNulls": false,
                "stacking": {
                  "group": "A",
                  "mode": "none"
                },
                "thresholdsStyle": {
                  "mode": "off"
                }
              },
              "mappings": [],
              "min": 0,
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "short"
            },
            "overrides": []
          },
    
          "gridPos": {
            "h": 8,
            "w": 8,
            "x": 8,
            "y": 1
          },
          "id": 34,
          "options": {
    
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": false
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.4.6",
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_allocate{instance=\"$node\"}[5m])",
              "interval": "",
              "legendFormat": "allocate",
              "refId": "allocate"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_write{instance=\"$node\"}[5m])",
              "hide": false,
              "interval": "",
              "legendFormat": "write",
              "refId": "write"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_close{instance=\"$node\"}[5m])",
              "hide": false,
              "interval": "",
              "legendFormat": "close",
              "refId": "close"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_get{instance=\"$node\"}[5m])",
              "hide": false,
              "interval": "",
              "legendFormat": "get",
              "refId": "get"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_read{instance=\"$node\"}[5m])",
              "hide": false,
              "interval": "",
              "legendFormat": "read",
              "refId": "read"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_add-lease{instance=\"$node\"}[5m])",
              "hide": true,
              "interval": "",
              "legendFormat": "add-lease",
              "refId": "add-lease"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_renew{instance=\"$node\"}[5m])",
              "hide": false,
              "interval": "",
              "legendFormat": "renew",
              "refId": "renew"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_cancel{instance=\"$node\"}[5m])",
              "hide": false,
              "interval": "",
              "legendFormat": "cancel",
              "refId": "cancel"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_readv{instance=\"$node\"}[5m])",
              "hide": false,
              "interval": "",
              "legendFormat": "readv",
              "refId": "readv"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_writev{instance=\"$node\"}[5m])",
              "hide": false,
              "interval": "",
              "legendFormat": "writev",
              "refId": "writev"
            }
          ],
          "title": "Counts/s",
    
          "type": "timeseries"
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
    
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "palette-classic"
              },
              "custom": {
                "axisBorderShow": false,
                "axisCenteredZero": false,
                "axisColorMode": "text",
                "axisLabel": "",
                "axisPlacement": "auto",
                "barAlignment": 0,
                "drawStyle": "line",
                "fillOpacity": 10,
                "gradientMode": "none",
                "hideFrom": {
                  "legend": false,
                  "tooltip": false,
                  "viz": false
                },
                "insertNulls": false,
                "lineInterpolation": "linear",
                "lineWidth": 1,
                "pointSize": 5,
                "scaleDistribution": {
                  "type": "linear"
                },
                "showPoints": "never",
                "spanNulls": false,
                "stacking": {
                  "group": "A",
                  "mode": "none"
                },
                "thresholdsStyle": {
                  "mode": "off"
                }
              },
              "mappings": [],
              "min": 0,
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "bytes"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 8,
            "w": 8,
            "x": 16,
            "y": 1
          },
          "id": 36,
          "options": {
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": false
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.4.6",
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_bytes_added{instance=\"$node\"}[5m])",
              "interval": "",
              "legendFormat": "Added",
              "refId": "A"
            },
            {
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
              "exemplar": true,
              "expr": "rate(tahoe_counters_storage_server_bytes_freed{instance=\"$node\"}[5m])",
              "hide": false,
              "interval": "",
              "legendFormat": "Freed",
              "refId": "B"
            }
          ],
          "title": "Bytes/s",
          "type": "timeseries"
    
        },
        {
          "collapsed": false,
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
          },
    
          "gridPos": {
            "h": 1,
            "w": 24,
            "x": 0,
            "y": 9
          },
          "id": 19,
          "panels": [],
    
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
              "refId": "A"
            }
          ],
    
          "title": "Latency Histograms",
          "type": "row"
        },
        {
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
          },
    
          "description": "These stats keep track of local disk latencies for storage-server operations. All values are in seconds. These are recorded by the storage server, starting from the time the request arrives (post-deserialization) and ending when the response begins serialization. As such, they are mostly useful for measuring disk speeds.",
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "thresholds"
              },
              "mappings": [],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "s"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 8,
            "w": 8,
            "x": 0,
            "y": 10
          },
          "id": 11,
          "options": {
            "displayMode": "gradient",
    
            "maxVizHeight": 300,
            "minVizHeight": 16,
            "minVizWidth": 8,
            "namePlacement": "auto",
    
            "orientation": "auto",
            "reduceOptions": {
              "calcs": [
                "lastNotNull"
              ],
              "fields": "",
              "values": false
            },
            "showUnfilled": true,
    
            "sizing": "auto",
            "text": {},
            "valueMode": "color"
    
          "pluginVersion": "10.4.6",
    
          "repeat": "storageserverop",
          "repeatDirection": "h",
          "targets": [
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_latencies_$storageserverop{instance=\"$node\"}",
              "interval": "",
              "legendFormat": "{{quantile}}",
              "refId": "A"
            }
          ],
          "title": "$storageserverop",
          "type": "bargauge"
        },
        {
          "collapsed": false,
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
          },
    
          "gridPos": {
            "h": 1,
            "w": 24,
            "x": 0,
            "y": 18
          },
          "id": 30,
          "panels": [],
    
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
              "refId": "A"
            }
          ],
    
          "title": "Storage overview",
          "type": "row"
        },
        {
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
          },
    
          "description": "These all reflect disk-space usage policies and status.",
    
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "palette-classic"
              },
              "custom": {
                "axisBorderShow": false,
                "axisCenteredZero": false,
                "axisColorMode": "text",
                "axisLabel": "",
                "axisPlacement": "auto",
                "barAlignment": 0,
                "drawStyle": "line",
                "fillOpacity": 10,
                "gradientMode": "none",
                "hideFrom": {
                  "legend": false,
                  "tooltip": false,
                  "viz": false
                },
                "insertNulls": false,
                "lineInterpolation": "linear",
                "lineWidth": 1,
                "pointSize": 5,
                "scaleDistribution": {
                  "type": "linear"
                },
                "showPoints": "never",
                "spanNulls": false,
                "stacking": {
                  "group": "A",
                  "mode": "none"
                },
                "thresholdsStyle": {
                  "mode": "off"
                }
              },
              "mappings": [],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "bytes"
            },
            "overrides": []
          },
    
          "gridPos": {
            "h": 8,
            "w": 8,
            "x": 0,
            "y": 19
          },
          "id": 22,
          "options": {
    
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.4.6",
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_disk_avail{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "disk_avail",
              "refId": "disk_avail"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_disk_free_for_nonroot{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "free_for_nonroot",
              "refId": "disk_free_for_nonroot"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_disk_free_for_root{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "free_for_root",
              "refId": "disk_free_for_root"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "",
              "hide": true,
              "interval": "",
              "legendFormat": "disk_total",
              "refId": "disk_total"
            }
          ],
          "title": "Bytes free",
    
          "type": "timeseries"
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
          },
    
          "description": "These all reflect disk-space usage policies and status.",
    
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "palette-classic"
              },
              "custom": {
                "axisBorderShow": false,
                "axisCenteredZero": false,
                "axisColorMode": "text",
                "axisLabel": "",
                "axisPlacement": "auto",
                "barAlignment": 0,
                "drawStyle": "line",
                "fillOpacity": 10,
                "gradientMode": "none",
                "hideFrom": {
                  "legend": false,
                  "tooltip": false,
                  "viz": false
                },
                "insertNulls": false,
                "lineInterpolation": "linear",
                "lineWidth": 1,
                "pointSize": 5,
                "scaleDistribution": {
                  "type": "linear"
                },
                "showPoints": "never",
                "spanNulls": false,
                "stacking": {
                  "group": "A",
                  "mode": "none"
                },
                "thresholdsStyle": {
                  "mode": "off"
                }
              },
              "mappings": [],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "bytes"
            },
            "overrides": []
          },
    
          "gridPos": {
            "h": 8,
            "w": 8,
            "x": 8,
            "y": 19
          },
          "id": 7,
          "options": {
    
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.4.6",
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_allocated{instance=\"$node\"}",
              "interval": "",
              "legendFormat": "allocated",
              "refId": "allocated"
            },
            {
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_disk_used{instance=\"$node\"}",
              "hide": false,
              "interval": "",
              "legendFormat": "disk_used",
              "refId": "disk_used"
            }
          ],
          "title": "Bytes used",
    
          "type": "timeseries"
    
          "datasource": {
            "type": "prometheus",
            "uid": "LocalPrometheus"
          },
    
          "description": "This counts the number of ‘buckets’ (i.e. unique storage-index values) currently managed by the storage server. It indicates roughly how many files are managed by the server.",
    
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "palette-classic"
              },
              "custom": {
                "axisBorderShow": false,
                "axisCenteredZero": false,
                "axisColorMode": "text",
                "axisLabel": "",
                "axisPlacement": "auto",
                "barAlignment": 0,
                "drawStyle": "line",
                "fillOpacity": 10,
                "gradientMode": "none",
                "hideFrom": {
                  "legend": false,
                  "tooltip": false,
                  "viz": false
                },
                "insertNulls": false,
                "lineInterpolation": "linear",
                "lineWidth": 1,
                "pointSize": 5,
                "scaleDistribution": {
                  "type": "linear"
                },
                "showPoints": "never",
                "spanNulls": false,
                "stacking": {
                  "group": "A",
                  "mode": "none"
                },
                "thresholdsStyle": {
                  "mode": "off"
                }
              },
              "mappings": [],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "short"
            },
            "overrides": []
          },
    
          "gridPos": {
            "h": 8,
            "w": 8,
            "x": 16,
            "y": 19
          },
          "id": 9,
          "options": {
    
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": false
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.4.6",
    
              "datasource": {
                "type": "prometheus",
                "uid": "LocalPrometheus"
              },
    
              "exemplar": true,
              "expr": "tahoe_stats_storage_server_total_bucket_count{instance=\"$node\"}",
              "interval": "",
              "legendFormat": "total_bucket_count",