2022-01-11 10:47:30 -06:00
{
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
2022-05-26 19:00:44 -05:00
"datasource" : {
2023-09-11 05:02:04 -05:00
"type" : "grafana" ,
"uid" : "-- Grafana --"
2022-05-26 19:00:44 -05:00
} ,
2022-01-11 10:47:30 -06:00
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"type" : "dashboard"
}
]
} ,
"editable" : true ,
"fiscalYearStartMonth" : 0 ,
"graphTooltip" : 0 ,
"links" : [ ] ,
"liveNow" : false ,
"panels" : [
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
2023-09-11 05:02:04 -05:00
"id" : 20 ,
2022-01-11 10:47:30 -06:00
"panels" : [ ] ,
2023-09-11 05:02:04 -05:00
"title" : "Row at the top - not repeated - saved expanded" ,
2022-01-11 10:47:30 -06:00
"type" : "row"
} ,
{
"gridPos" : {
2023-09-11 05:02:04 -05:00
"h" : 2 ,
"w" : 24 ,
2022-01-11 10:47:30 -06:00
"x" : 0 ,
"y" : 1
} ,
2023-09-11 05:02:04 -05:00
"id" : 15 ,
2022-01-11 10:47:30 -06:00
"options" : {
2023-09-11 05:02:04 -05:00
"code" : {
"language" : "plaintext" ,
"showLineNumbers" : false ,
"showMiniMap" : false
2022-01-11 10:47:30 -06:00
} ,
2023-09-11 05:02:04 -05:00
"content" : "<div class=\"center-vh\">\n Repeated row below. The row has \n a panel that is also repeated horizontally based\n on values in the $pod variable. \n</div>" ,
"mode" : "markdown"
2022-01-11 10:47:30 -06:00
} ,
2023-09-11 05:02:04 -05:00
"pluginVersion" : "10.2.0-pre" ,
"type" : "text"
} ,
{
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 3
} ,
"id" : 16 ,
"panels" : [ ] ,
"repeat" : "server" ,
"repeatDirection" : "h" ,
"title" : "Row for server $server" ,
"type" : "row"
2022-01-11 10:47:30 -06:00
} ,
{
"datasource" : {
2023-09-11 05:02:04 -05:00
"type" : "testdata" ,
"uid" : "PD8C576611E62080A"
2022-01-11 10:47:30 -06:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2023-09-11 05:02:04 -05:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-01-11 10:47:30 -06:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
2023-09-19 15:43:15 -05:00
"axisBorderShow" : false ,
2022-01-11 10:47:30 -06:00
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2023-09-11 05:02:04 -05:00
"insertNulls" : false ,
2022-01-11 10:47:30 -06:00
"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" : [
{
2023-09-11 05:02:04 -05:00
"color" : "green" ,
"value" : null
2022-01-11 10:47:30 -06:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2023-09-11 05:02:04 -05:00
"h" : 6 ,
"w" : 12 ,
2022-01-11 10:47:30 -06:00
"x" : 0 ,
2023-09-11 05:02:04 -05:00
"y" : 4
2022-01-11 10:47:30 -06:00
} ,
2023-09-11 05:02:04 -05:00
"id" : 2 ,
"maxPerRow" : 3 ,
2022-01-11 10:47:30 -06:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2023-09-11 05:02:04 -05:00
"placement" : "bottom" ,
"showLegend" : true
2022-01-11 10:47:30 -06:00
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2023-09-11 05:02:04 -05:00
"repeat" : "pod" ,
2022-01-11 10:47:30 -06:00
"repeatDirection" : "h" ,
2023-09-11 05:02:04 -05:00
"targets" : [
{
"alias" : "server = $server, pod id = $pod " ,
"datasource" : {
"type" : "testdata" ,
"uid" : "PD8C576611E62080A"
} ,
"refId" : "A" ,
"scenarioId" : "random_walk" ,
"seriesCount" : 1
}
] ,
"title" : "server = $server, pod = $pod" ,
2022-01-11 10:47:30 -06:00
"type" : "timeseries"
2023-09-11 05:02:04 -05:00
} ,
{
"collapsed" : true ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 21
} ,
"id" : 25 ,
"panels" : [
{
"gridPos" : {
"h" : 2 ,
"w" : 24 ,
"x" : 0 ,
"y" : 22
} ,
"id" : 30 ,
"options" : {
"code" : {
"language" : "plaintext" ,
"showLineNumbers" : false ,
"showMiniMap" : false
} ,
"content" : "<div class=\"center-vh\">\n Just a panel\n</div>" ,
"mode" : "markdown"
} ,
"pluginVersion" : "10.2.0-pre" ,
"type" : "text"
}
] ,
"title" : "Row at the bottom - not repeated - saved collapsed " ,
"type" : "row"
2022-01-11 10:47:30 -06:00
}
] ,
2023-09-11 05:02:04 -05:00
"refresh" : "" ,
"schemaVersion" : 38 ,
"tags" : [
"templating" ,
"gdev"
] ,
2022-01-11 10:47:30 -06:00
"templating" : {
"list" : [
{
"current" : {
"selected" : true ,
"text" : [
2023-09-11 05:02:04 -05:00
"A" ,
"B"
2022-01-11 10:47:30 -06:00
] ,
"value" : [
2023-09-11 05:02:04 -05:00
"A" ,
"B"
2022-01-11 10:47:30 -06:00
]
} ,
"hide" : 0 ,
"includeAll" : true ,
"multi" : true ,
2023-09-11 05:02:04 -05:00
"name" : "server" ,
2022-01-11 10:47:30 -06:00
"options" : [
{
2023-09-11 05:02:04 -05:00
"selected" : false ,
2022-01-11 10:47:30 -06:00
"text" : "All" ,
"value" : "$__all"
} ,
2023-09-11 05:02:04 -05:00
{
"selected" : true ,
"text" : "A" ,
"value" : "A"
} ,
{
"selected" : true ,
"text" : "B" ,
"value" : "B"
} ,
2022-01-11 10:47:30 -06:00
{
"selected" : false ,
2023-09-11 05:02:04 -05:00
"text" : "C" ,
"value" : "C"
2022-01-11 10:47:30 -06:00
} ,
{
"selected" : false ,
2023-09-11 05:02:04 -05:00
"text" : "D" ,
"value" : "D"
2022-01-11 10:47:30 -06:00
} ,
{
"selected" : false ,
2023-09-11 05:02:04 -05:00
"text" : "E" ,
"value" : "E"
} ,
2022-01-11 10:47:30 -06:00
{
2023-09-11 05:02:04 -05:00
"selected" : false ,
"text" : "F" ,
"value" : "F"
2022-01-11 10:47:30 -06:00
} ,
{
"selected" : false ,
2023-09-11 05:02:04 -05:00
"text" : "E" ,
"value" : "E"
2022-01-11 10:47:30 -06:00
} ,
{
"selected" : false ,
2023-09-11 05:02:04 -05:00
"text" : "G" ,
"value" : "G"
2022-01-11 10:47:30 -06:00
} ,
{
"selected" : false ,
2023-09-11 05:02:04 -05:00
"text" : "H" ,
"value" : "H"
} ,
{
"selected" : false ,
"text" : "I" ,
"value" : "I"
} ,
{
"selected" : false ,
"text" : "J" ,
"value" : "J"
} ,
{
"selected" : false ,
"text" : "K" ,
"value" : "K"
} ,
{
"selected" : false ,
"text" : "L" ,
"value" : "L"
2022-01-11 10:47:30 -06:00
}
] ,
2023-09-11 05:02:04 -05:00
"query" : "A,B,C,D,E,F,E,G,H,I,J,K,L" ,
2022-01-11 10:47:30 -06:00
"queryValue" : "" ,
"skipUrlSync" : false ,
"type" : "custom"
} ,
{
"current" : {
"selected" : true ,
"text" : [
2023-09-11 05:02:04 -05:00
"Bob" ,
"Rob"
2022-01-11 10:47:30 -06:00
] ,
"value" : [
2023-09-11 05:02:04 -05:00
"1" ,
"2"
2022-01-11 10:47:30 -06:00
]
} ,
"hide" : 0 ,
"includeAll" : true ,
"multi" : true ,
2023-09-11 05:02:04 -05:00
"name" : "pod" ,
2022-01-11 10:47:30 -06:00
"options" : [
{
2023-09-11 05:02:04 -05:00
"selected" : false ,
2022-01-11 10:47:30 -06:00
"text" : "All" ,
"value" : "$__all"
} ,
{
2023-09-11 05:02:04 -05:00
"selected" : true ,
"text" : "Bob" ,
2022-01-11 10:47:30 -06:00
"value" : "1"
} ,
{
2023-09-11 05:02:04 -05:00
"selected" : true ,
"text" : "Rob" ,
2022-01-11 10:47:30 -06:00
"value" : "2"
} ,
{
"selected" : false ,
2023-09-11 05:02:04 -05:00
"text" : "Sod" ,
2022-01-11 10:47:30 -06:00
"value" : "3"
2023-09-11 05:02:04 -05:00
} ,
{
"selected" : false ,
"text" : "Hod" ,
"value" : "4"
} ,
{
"selected" : false ,
"text" : "Cod" ,
"value" : "5"
2022-01-11 10:47:30 -06:00
}
] ,
2023-09-11 05:02:04 -05:00
"query" : "Bob : 1, Rob : 2,Sod : 3, Hod : 4, Cod : 5" ,
2022-01-11 10:47:30 -06:00
"queryValue" : "" ,
"skipUrlSync" : false ,
"type" : "custom"
}
]
} ,
"time" : {
"from" : "now-6h" ,
"to" : "now"
} ,
"timepicker" : { } ,
2023-09-11 05:02:04 -05:00
"timezone" : "" ,
"title" : "Repeating rows" ,
"uid" : "Repeating-rows-uid" ,
2022-05-26 19:00:44 -05:00
"version" : 1 ,
2022-01-11 10:47:30 -06:00
"weekStart" : ""
2023-09-11 05:02:04 -05:00
}