Skip to content

Instantly share code, notes, and snippets.

@torkelo
Created October 8, 2021 11:20
Show Gist options
  • Save torkelo/137b39ad35ab1fe9b6773ecd70212315 to your computer and use it in GitHub Desktop.
Save torkelo/137b39ad35ab1fe9b6773ecd70212315 to your computer and use it in GitHub Desktop.
horizontal repeat same row issue
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"target": {
"limit": 100,
"matchAny": false,
"tags": [],
"type": "dashboard"
},
"type": "dashboard"
}
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"gnetId": null,
"graphTooltip": 0,
"id": 12,
"iteration": 1633691924111,
"links": [],
"liveNow": false,
"panels": [
{
"cacheTimeout": null,
"datasource": "gdev-testdata",
"fieldConfig": {
"defaults": {
"color": {
"fixedColor": "rgb(31, 120, 193)",
"mode": "fixed"
},
"mappings": [
{
"options": {
"match": "null",
"result": {
"text": "N/A"
}
},
"type": "special"
}
],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "#299c46",
"value": null
},
{
"color": "rgba(237, 129, 40, 0.89)",
"value": 50
},
{
"color": "#d44a3a",
"value": 90
}
]
},
"unit": "none"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 11,
"x": 0,
"y": 0
},
"id": 7,
"interval": null,
"links": [],
"maxDataPoints": 100,
"options": {
"colorMode": "none",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "horizontal",
"reduceOptions": {
"calcs": [
"mean"
],
"fields": "",
"values": false
},
"text": {},
"textMode": "auto"
},
"pluginVersion": "8.3.0-pre",
"repeat": "Servers",
"repeatDirection": "h",
"targets": [
{
"refId": "A",
"scenarioId": "random_walk",
"stringInput": ""
}
],
"timeFrom": null,
"timeShift": null,
"title": "$Servers",
"type": "stat"
},
{
"datasource": null,
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"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": 7,
"w": 13,
"x": 11,
"y": 0
},
"id": 9,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom"
},
"tooltip": {
"mode": "single"
}
},
"title": "Panel Title",
"type": "timeseries"
}
],
"refresh": false,
"schemaVersion": 31,
"style": "dark",
"tags": [
"gdev",
"templating"
],
"templating": {
"list": [
{
"allValue": null,
"current": {
"selected": true,
"text": [
"server1"
],
"value": [
"server1"
]
},
"description": null,
"error": null,
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "Servers",
"options": [
{
"selected": false,
"text": "All",
"value": "$__all"
},
{
"selected": true,
"text": "server1",
"value": "server1"
},
{
"selected": false,
"text": "server2",
"value": "server2"
},
{
"selected": false,
"text": "server3",
"value": "server3"
},
{
"selected": false,
"text": "server4",
"value": "server4"
},
{
"selected": false,
"text": "server5",
"value": "server5"
},
{
"selected": false,
"text": "server6",
"value": "server6"
},
{
"selected": false,
"text": "server7",
"value": "server7"
},
{
"selected": false,
"text": "server8",
"value": "server8"
}
],
"query": "server1,server2,server3,server4,server5,server6,server7,server8",
"queryValue": "",
"skipUrlSync": false,
"type": "custom"
}
]
},
"time": {
"from": "now-1h",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
},
"timezone": "",
"title": "TestData Repeating Panels",
"uid": "Ei74RD9mz",
"version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment