{
  "annotations": {
    "list": [
      {
        "builtIn": 1,
        "datasource": {
          "type": "grafana",
          "uid": "-- Grafana --"
        },
        "enable": true,
        "hide": true,
        "iconColor": "rgba(0, 211, 255, 1)",
        "name": "Annotations & Alerts",
        "type": "dashboard"
      }
    ]
  },
  "editable": true,
  "fiscalYearStartMonth": 0,
  "graphTooltip": 0,
  "id": 22,
  "links": [],
  "liveNow": false,
  "panels": [
    {
      "datasource": {
        "type": "prometheus",
        "uid": "grafanacloud-prom"
      },
      "description": "",
      "gridPos": {
        "h": 5,
        "w": 24,
        "x": 0,
        "y": 0
      },
      "id": 2,
      "options": {
        "code": {
          "language": "plaintext",
          "showLineNumbers": false,
          "showMiniMap": false
        },
        "content": "# Grafana Cloud Graphite Aggregation Examples\n\nThis dashboard contains the graphs shown in the [Graphite aggregation in Grafana Cloud documentation](https://grafana.com/docs/grafana-cloud/data-configuration/metrics/metrics-graphite/aggregation/).\n\nThese examples use the default self-reporting metrics from [carbon-relay-ng](https://github.com/grafana/carbon-relay-ng) to demonstrate the aggregation behaviour for Graphite queries.\n\nExpand the **Prequisites** row below for instructions how to set up the metrics for this dashboard.\n\n",
        "mode": "markdown"
      },
      "pluginVersion": "10.0.0-54841pre",
      "type": "text"
    },
    {
      "collapsed": true,
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 5
      },
      "id": 30,
      "panels": [
        {
          "datasource": {
            "type": "prometheus",
            "uid": "grafanacloud-prom"
          },
          "gridPos": {
            "h": 25,
            "w": 24,
            "x": 0,
            "y": 6
          },
          "id": 32,
          "options": {
            "code": {
              "language": "plaintext",
              "showLineNumbers": false,
              "showMiniMap": false
            },
            "content": "## Set up carbon-relay-ng\nYou can follow the Graphite instructions in the Grafana Cloud Portal to set up carbon-relay-ng and keep it running for a while to generate metrics. Wait at least 15 minutes after starting carbon-relay-ng to review the graphs in this dashboard.\n\nIf you are using carbon-relay-ng to ingest metrics into Grafana Cloud, you should already have these metrics to play with. However, **it's not recommended to use an instance with important data**, as the next prerequisite changes how metrics are aggregating into rollups which could affect other dashboards and alerts.\n\n## Upload schema files\nFor this dashboard to work as expected, you will need to prepend the following rules to your schema files being submitted by carbon-relay-ng:\n\n**storage-schemas.conf**\n```\n[carbon_relay_ng_connected_example]\npattern = carbon-relay-ng.stats.*.stats.graphite.connected.gauge1\nretentions = 10s:10m,1m:1d\n\n[carbon_relay_ng_short_retention_example]\npattern = carbon-relay-ng.stats.*.stats.generate_message.duration.gauge32\nretentions = 10s:10m\n\n[carbon_relay_ng_queue_write_size_example]\npattern = carbon-relay-ng.stats.*.stats.graphite.write_queue.size.gauge32\nretentions = 10s:10m,1m:1d\n```\n\n**storage-aggregation.conf**\n```\n[carbon_relay_ng_connected_example]\npattern = carbon-relay-ng.stats.*.stats.graphite.connected.gauge1\naggregationMethod = sum\n\n[carbon_relay_ng_short_retention_example]\npattern = carbon-relay-ng.stats.*.stats.generate_message.duration.gauge32\naggregationMethod = average\n\n[carbon_relay_ng_queue_write_size_example]\npattern = carbon-relay-ng.stats.*.stats.graphite.write_queue.size.gauge32\naggregationMethod = average\n```\n\nThis will change query behaviour for carbon-relay-ng metrics. If there are other dashboards or alerts that depend on these metrics, they may behave unexpectedly.\n\nIf you have other metrics that you want to be queryable while these example rules are being applied, make sure to prepend the rules to your schema files rather than overwriting the files entirely. Otherwise your other metrics will not be queryable.\n\nAll the carbon-relay-ngs for a specific Grafana Cloud instance should have the same schema files, otherwise the queries will keep switching between the different schemas being uploaded by the carbon-relay-ngs.\n\nPlease keep in mind that these rules are artifically made up to demonstrate aggregation behaviour, and are not recommended to be applied to your actual metrics.",
            "mode": "markdown"
          },
          "pluginVersion": "10.0.0-54392pre",
          "type": "text"
        }
      ],
      "title": "Prerequisites",
      "type": "row"
    },
    {
      "collapsed": false,
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 6
      },
      "id": 16,
      "panels": [],
      "title": "Schema files - intervals aggregated with sum",
      "type": "row"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 0,
        "y": 7
      },
      "id": 17,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "carbon-relay-ng.stats.*.stats.graphite.connected.gauge1",
          "textEditor": true
        }
      ],
      "timeFrom": "15m",
      "title": "carbon-relay-ng.stats.*.stats.graphite.connected.gauge1",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 12,
        "y": 7
      },
      "id": 14,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "carbon-relay-ng.stats.*.stats.graphite.connected.gauge1",
          "textEditor": true
        }
      ],
      "timeFrom": "5m",
      "title": "carbon-relay-ng.stats.*.stats.graphite.connected.gauge1",
      "type": "timeseries"
    },
    {
      "collapsed": false,
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 15
      },
      "id": 34,
      "panels": [],
      "title": "Schema files - intervals aggregated with average",
      "type": "row"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 0,
        "y": 16
      },
      "id": 19,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "carbon-relay-ng.stats.*.stats.graphite.write_queue.size.gauge32",
          "textEditor": true
        }
      ],
      "timeFrom": "5m",
      "title": "carbon-relay-ng.stats.*.stats.graphite.write_queue.size.gauge32",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 12,
        "y": 16
      },
      "id": 20,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "carbon-relay-ng.stats.*.stats.graphite.write_queue.size.gauge32",
          "textEditor": true
        }
      ],
      "timeFrom": "15m",
      "title": "carbon-relay-ng.stats.*.stats.graphite.write_queue.size.gauge32",
      "type": "timeseries"
    },
    {
      "collapsed": false,
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 24
      },
      "id": 36,
      "panels": [],
      "title": "Schema files - short max retention",
      "type": "row"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green"
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 0,
        "y": 25
      },
      "id": 18,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "carbon-relay-ng.stats.*.stats.generate_message.duration.gauge32",
          "textEditor": true
        }
      ],
      "timeFrom": "15m",
      "title": "carbon-relay-ng.stats.*.stats.generate_message.duration.gauge32",
      "type": "timeseries"
    },
    {
      "collapsed": false,
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 33
      },
      "id": 12,
      "panels": [],
      "title": "Functions",
      "type": "row"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green"
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 0,
        "y": 34
      },
      "id": 25,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "carbon-relay-ng.stats.*.memory.bytes.*.gauge64",
          "textEditor": true
        }
      ],
      "timeFrom": "5m",
      "title": "carbon-relay-ng.stats.*.memory.bytes.*.gauge64",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green"
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 12,
        "y": 34
      },
      "id": 10,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "aggregate(carbon-relay-ng.stats.*.memory.bytes.*.gauge64, 'max')",
          "textEditor": true
        }
      ],
      "timeFrom": "5m",
      "title": "aggregate(carbon-relay-ng.stats.*.memory.bytes.*.gauge64, 'max')",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green"
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 0,
        "y": 42
      },
      "id": 28,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "summarize(carbon-relay-ng.stats.*.memory.bytes.*.gauge64, '30s', 'last')",
          "textEditor": true
        }
      ],
      "timeFrom": "5m",
      "title": "summarize(carbon-relay-ng.stats.*.memory.bytes.*.gauge64, '30s', 'last')",
      "type": "timeseries"
    },
    {
      "collapsed": false,
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 50
      },
      "id": 38,
      "panels": [],
      "title": "maxDataPoints",
      "type": "row"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green"
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 0,
        "y": 51
      },
      "id": 6,
      "maxDataPoints": 10,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "carbon-relay-ng.stats.*.stats.graphite.connected.gauge1",
          "textEditor": true
        }
      ],
      "timeFrom": "15m",
      "title": "carbon-relay-ng.stats.*.stats.graphite.connected.gauge1",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "graphite",
        "uid": "grafanacloud-graphite"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "linear",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": false,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green"
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 8,
        "w": 12,
        "x": 12,
        "y": 51
      },
      "id": 26,
      "maxDataPoints": 10,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "datasource": {
            "type": "graphite",
            "uid": "grafanacloud-graphite"
          },
          "refId": "A",
          "target": "consolidateBy(carbon-relay-ng.stats.*.stats.graphite.connected.gauge1, 'sum')",
          "textEditor": true
        }
      ],
      "timeFrom": "15m",
      "title": "consolidateBy(carbon-relay-ng.stats.*.stats.graphite.connected.gauge1, 'sum')",
      "type": "timeseries"
    }
  ],
  "refresh": "",
  "revision": 1,
  "schemaVersion": 38,
  "style": "dark",
  "tags": [],
  "templating": {
    "list": []
  },
  "time": {
    "from": "now-6h",
    "to": "now"
  },
  "timepicker": {},
  "timezone": "",
  "title": "Grafana Cloud Graphite Aggregation Examples",
  "uid": "graphite-aggregation-examples",
  "version": 12,
  "weekStart": ""
}
