Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Operations Central Management
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
Operations Central Management
Commits
aa2b8428
Commit
aa2b8428
authored
Jun 17, 2022
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Improved display of power-consumption statistics
parent
b4e422cb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
grafana-central/dashboards/Station/powerconsumption.json
+543
-561
543 additions, 561 deletions
grafana-central/dashboards/Station/powerconsumption.json
with
543 additions
and
561 deletions
grafana-central/dashboards/Station/powerconsumption.json
+
543
−
561
View file @
aa2b8428
...
...
@@ -25,7 +25,7 @@
"fiscalYearStartMonth"
:
0
,
"graphTooltip"
:
0
,
"id"
:
20
,
"iteration"
:
1655
377230789
,
"iteration"
:
1655
461637744
,
"links"
:
[
{
"asDropdown"
:
true
,
...
...
@@ -130,14 +130,18 @@
{
"id"
:
"custom.lineWidth"
,
"value"
:
0
},
{
"id"
:
"custom.showPoints"
,
"value"
:
"never"
}
]
}
]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"h"
:
8
,
"w"
:
7
,
"x"
:
0
,
"y"
:
1
},
...
...
@@ -163,7 +167,7 @@
"exemplar"
:
true
,
"expr"
:
"device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 > 0"
,
"interval"
:
""
,
"legendFormat"
:
"{{
y
}} / {{
x
}}"
,
"legendFormat"
:
"{{
name}}: {{x
}} / {{
y
}}"
,
"range"
:
true
,
"refId"
:
"A"
},
...
...
@@ -192,11 +196,39 @@
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
"mode"
:
"palette-classic"
},
"custom"
:
{
"axisLabel"
:
"Average"
,
"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"
:
"
absolut
e"
,
"mode"
:
"
percentag
e"
,
"steps"
:
[
{
"color"
:
"green"
,
...
...
@@ -206,28 +238,42 @@
},
"unit"
:
"mamp"
},
"overrides"
:
[]
"overrides"
:
[
{
"matcher"
:
{
"id"
:
"byFrameRefID"
,
"options"
:
"A"
},
"properties"
:
[
{
"id"
:
"custom.axisPlacement"
,
"value"
:
"right"
},
{
"id"
:
"custom.axisLabel"
,
"value"
:
"Standard Deviation"
}
]
}
]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
8
,
"h"
:
8
,
"w"
:
6
,
"x"
:
7
,
"y"
:
1
},
"id"
:
3
5
,
"id"
:
5
5
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"none"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"mean"
],
"fields"
:
""
,
"values"
:
false
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"hidden"
,
"placement"
:
"bottom"
},
"textMode"
:
"value"
"tooltip"
:
{
"mode"
:
"multi"
,
"sort"
:
"desc"
}
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
...
...
@@ -238,66 +284,14 @@
},
"editorMode"
:
"code"
,
"exemplar"
:
false
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} > $threshold_amp) * 1000"
,
"expr"
:
"stddev(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} > 0 > $threshold_amp) * 1000"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"
{{y}} / {{x}}
"
,
"legendFormat"
:
"
standard deviation
"
,
"range"
:
true
,
"refId"
:
"A"
}
],
"title"
:
"Average > $threshold_amp A"
,
"transformations"
:
[],
"type"
:
"stat"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"description"
:
""
,
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"green"
,
"value"
:
null
}
]
},
"unit"
:
"mamp"
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
12
,
"y"
:
1
},
"id"
:
33
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"area"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"lastNotNull"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"value"
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
...
...
@@ -305,16 +299,18 @@
},
"editorMode"
:
"code"
,
"exemplar"
:
false
,
"expr"
:
"stddev(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} < $threshold_amp > 0) * 1000"
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} > 0 > $threshold_amp) * 1000"
,
"format"
:
"time_series"
,
"hide"
:
false
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"
{{y}} / {{x}}
"
,
"legendFormat"
:
"
average
"
,
"range"
:
true
,
"refId"
:
"
A
"
"refId"
:
"
B
"
}
],
"title"
:
"St
dDev
> $threshold_amp A"
,
"type"
:
"
stat
"
"title"
:
"St
atistics between inputs
> $threshold_amp A"
,
"type"
:
"
timeseries
"
},
{
"datasource"
:
{
...
...
@@ -325,22 +321,39 @@
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"fixedColor"
:
"purple"
,
"mode"
:
"fixed"
"mode"
:
"palette-classic"
},
"custom"
:
{
"fillOpacity"
:
80
,
"axisLabel"
:
"Average"
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"drawStyle"
:
"line"
,
"fillOpacity"
:
0
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineWidth"
:
1
"lineInterpolation"
:
"linear"
,
"lineWidth"
:
1
,
"pointSize"
:
5
,
"scaleDistribution"
:
{
"type"
:
"linear"
},
"showPoints"
:
"auto"
,
"spanNulls"
:
false
,
"stacking"
:
{
"group"
:
"A"
,
"mode"
:
"none"
},
"thresholdsStyle"
:
{
"mode"
:
"off"
}
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"
absolut
e"
,
"mode"
:
"
percentag
e"
,
"steps"
:
[
{
"color"
:
"green"
,
...
...
@@ -350,88 +363,60 @@
},
"unit"
:
"mamp"
},
"overrides"
:
[]
"overrides"
:
[
{
"matcher"
:
{
"id"
:
"byFrameRefID"
,
"options"
:
"A"
},
"properties"
:
[
{
"id"
:
"custom.axisPlacement"
,
"value"
:
"right"
},
{
"id"
:
"custom.axisLabel"
,
"value"
:
"Standard Deviation"
}
]
}
]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"x"
:
1
6
,
"h"
:
8
,
"w"
:
6
,
"x"
:
1
3
,
"y"
:
1
},
"id"
:
34
,
"id"
:
56
,
"options"
:
{
"bucketOffset"
:
0
,
"combine"
:
true
,
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"hidden"
,
"placement"
:
"bottom"
},
"tooltip"
:
{
"mode"
:
"multi"
,
"sort"
:
"desc"
}
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"exemplar"
:
true
,
"expr"
:
"device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 > 0"
,
"editorMode"
:
"code"
,
"exemplar"
:
false
,
"expr"
:
"stddev(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} > 0 < $threshold_amp) * 1000"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"{{y}} / {{x}}"
,
"legendFormat"
:
"standard deviation"
,
"range"
:
true
,
"refId"
:
"A"
}
],
"title"
:
"$measurement Current Histogram"
,
"type"
:
"histogram"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"description"
:
""
,
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"blue"
,
"value"
:
null
}
]
},
"unit"
:
"mamp"
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
8
,
"y"
:
4
},
"id"
:
40
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"none"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"mean"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"value"
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
...
...
@@ -439,16 +424,18 @@
},
"editorMode"
:
"code"
,
"exemplar"
:
false
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 < ($threshold_amp * 1000) > 0)"
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} > 0 < $threshold_amp) * 1000"
,
"format"
:
"time_series"
,
"hide"
:
false
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"
{{y}} / {{x}}
"
,
"legendFormat"
:
"
average
"
,
"range"
:
true
,
"refId"
:
"
A
"
"refId"
:
"
B
"
}
],
"title"
:
"
Average
< $threshold_amp A"
,
"type"
:
"
stat
"
"title"
:
"
Statistics between inputs
< $threshold_amp A"
,
"type"
:
"
timeseries
"
},
{
"datasource"
:
{
...
...
@@ -459,14 +446,25 @@
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
"fixedColor"
:
"purple"
,
"mode"
:
"fixed"
},
"custom"
:
{
"fillOpacity"
:
80
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineWidth"
:
1
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"
blue
"
,
"color"
:
"
green
"
,
"value"
:
null
}
]
...
...
@@ -476,44 +474,36 @@
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
1
2
,
"y"
:
4
"h"
:
8
,
"w"
:
5
,
"x"
:
1
9
,
"y"
:
1
},
"id"
:
3
9
,
"id"
:
3
4
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"area"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"lastNotNull"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"value"
"bucketOffset"
:
0
,
"combine"
:
true
,
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"hidden"
,
"placement"
:
"bottom"
}
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"expr"
:
"
stddev(
device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000
< ($threshold_amp * 1000)
> 0
)
"
,
"expr"
:
"device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 > 0"
,
"interval"
:
""
,
"legendFormat"
:
"{{y}} / {{x}}"
,
"range"
:
true
,
"legendFormat"
:
"RCU {{y}} - antenna {{x}}"
,
"refId"
:
"A"
}
],
"title"
:
"
StdDev < $threshold_amp A
"
,
"type"
:
"
stat
"
"title"
:
"
$measurement Current Histogram
"
,
"type"
:
"
histogram
"
},
{
"datasource"
:
{
...
...
@@ -587,16 +577,20 @@
{
"id"
:
"custom.lineWidth"
,
"value"
:
0
},
{
"id"
:
"custom.showPoints"
,
"value"
:
"never"
}
]
}
]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"h"
:
8
,
"w"
:
7
,
"x"
:
0
,
"y"
:
7
"y"
:
9
},
"id"
:
41
,
"options"
:
{
...
...
@@ -620,7 +614,7 @@
"exemplar"
:
true
,
"expr"
:
"device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * 1000 > 0"
,
"interval"
:
""
,
"legendFormat"
:
"{{
y
}} / {{
x
}}"
,
"legendFormat"
:
"{{
name}}: {{x
}} / {{
y
}}"
,
"range"
:
true
,
"refId"
:
"A"
},
...
...
@@ -649,11 +643,39 @@
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
"mode"
:
"palette-classic"
},
"custom"
:
{
"axisLabel"
:
"Average"
,
"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"
:
"
absolut
e"
,
"mode"
:
"
percentag
e"
,
"steps"
:
[
{
"color"
:
"green"
,
...
...
@@ -663,28 +685,42 @@
},
"unit"
:
"mvolt"
},
"overrides"
:
[]
"overrides"
:
[
{
"matcher"
:
{
"id"
:
"byFrameRefID"
,
"options"
:
"A"
},
"properties"
:
[
{
"id"
:
"custom.axisPlacement"
,
"value"
:
"right"
},
{
"id"
:
"custom.axisLabel"
,
"value"
:
"Standard Deviation"
}
]
}
]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
8
,
"y"
:
7
"h"
:
8
,
"w"
:
6
,
"x"
:
7
,
"y"
:
9
},
"id"
:
42
,
"id"
:
57
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"none"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"mean"
],
"fields"
:
""
,
"values"
:
false
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"hidden"
,
"placement"
:
"bottom"
},
"textMode"
:
"value"
"tooltip"
:
{
"mode"
:
"multi"
,
"sort"
:
"desc"
}
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
...
...
@@ -694,81 +730,34 @@
"uid"
:
"prometheus"
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * 1000 > ($threshold_volt * 1000))"
,
"exemplar"
:
false
,
"expr"
:
"stddev(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} > 0 > $threshold_volt) * 1000"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"
{{y}} / {{x}}
"
,
"legendFormat"
:
"
standard deviation
"
,
"range"
:
true
,
"refId"
:
"A"
}
],
"title"
:
"Average > $threshold_volt V"
,
"type"
:
"stat"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"description"
:
""
,
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"green"
,
"value"
:
null
}
]
},
"unit"
:
"mvolt"
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
12
,
"y"
:
7
},
"id"
:
44
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"area"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"lastNotNull"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"value"
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"expr"
:
"stddev(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * 1000 > ($threshold_volt * 1000))"
,
"exemplar"
:
false
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} > 0 > $threshold_volt) * 1000"
,
"format"
:
"time_series"
,
"hide"
:
false
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"
{{y}} / {{x}}
"
,
"legendFormat"
:
"
average
"
,
"range"
:
true
,
"refId"
:
"
A
"
"refId"
:
"
B
"
}
],
"title"
:
"St
dDev
> $threshold_volt V"
,
"type"
:
"
stat
"
"title"
:
"St
atistics between inputs
> $threshold_volt V"
,
"type"
:
"
timeseries
"
},
{
"datasource"
:
{
...
...
@@ -779,22 +768,39 @@
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"fixedColor"
:
"purple"
,
"mode"
:
"fixed"
"mode"
:
"palette-classic"
},
"custom"
:
{
"fillOpacity"
:
80
,
"axisLabel"
:
"Average"
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"drawStyle"
:
"line"
,
"fillOpacity"
:
0
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineWidth"
:
1
"lineInterpolation"
:
"linear"
,
"lineWidth"
:
1
,
"pointSize"
:
5
,
"scaleDistribution"
:
{
"type"
:
"linear"
},
"showPoints"
:
"auto"
,
"spanNulls"
:
false
,
"stacking"
:
{
"group"
:
"A"
,
"mode"
:
"none"
},
"thresholdsStyle"
:
{
"mode"
:
"off"
}
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"
absolut
e"
,
"mode"
:
"
percentag
e"
,
"steps"
:
[
{
"color"
:
"green"
,
...
...
@@ -804,104 +810,79 @@
},
"unit"
:
"mvolt"
},
"overrides"
:
[]
"overrides"
:
[
{
"matcher"
:
{
"id"
:
"byFrameRefID"
,
"options"
:
"A"
},
"properties"
:
[
{
"id"
:
"custom.axisPlacement"
,
"value"
:
"right"
},
{
"id"
:
"custom.axisLabel"
,
"value"
:
"Standard Deviation"
}
]
}
]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"x"
:
1
6
,
"y"
:
7
"h"
:
8
,
"w"
:
6
,
"x"
:
1
3
,
"y"
:
9
},
"id"
:
46
,
"id"
:
58
,
"options"
:
{
"bucketOffset"
:
0
,
"combine"
:
true
,
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"hidden"
,
"placement"
:
"bottom"
},
"tooltip"
:
{
"mode"
:
"multi"
,
"sort"
:
"desc"
}
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"exemplar"
:
true
,
"expr"
:
"device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * 1000 > 0"
,
"editorMode"
:
"code"
,
"exemplar"
:
false
,
"expr"
:
"stddev(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} > 0 < $threshold_volt) * 1000"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"{{y}} / {{x}}"
,
"legendFormat"
:
"standard deviation"
,
"range"
:
true
,
"refId"
:
"A"
}
],
"title"
:
"$measurement Voltage Histogram"
,
"type"
:
"histogram"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"description"
:
""
,
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"blue"
,
"value"
:
null
}
]
},
"unit"
:
"mvolt"
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
8
,
"y"
:
10
},
"id"
:
43
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"none"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"mean"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"value"
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * 1000 < ($threshold_volt * 1000) > 0)"
,
"exemplar"
:
false
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} > 0 < $threshold_volt) * 1000"
,
"format"
:
"time_series"
,
"hide"
:
false
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"
{{y}} / {{x}}
"
,
"legendFormat"
:
"
average
"
,
"range"
:
true
,
"refId"
:
"
A
"
"refId"
:
"
B
"
}
],
"title"
:
"
Average
< $threshold_volt V"
,
"type"
:
"
stat
"
"title"
:
"
Statistics between inputs
< $threshold_volt V"
,
"type"
:
"
timeseries
"
},
{
"datasource"
:
{
...
...
@@ -912,14 +893,25 @@
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
"fixedColor"
:
"purple"
,
"mode"
:
"fixed"
},
"custom"
:
{
"fillOpacity"
:
80
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineWidth"
:
1
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"
blue
"
,
"color"
:
"
green
"
,
"value"
:
null
}
]
...
...
@@ -929,44 +921,36 @@
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
1
2
,
"y"
:
10
"h"
:
8
,
"w"
:
5
,
"x"
:
1
9
,
"y"
:
9
},
"id"
:
4
5
,
"id"
:
4
6
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"area"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"lastNotNull"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"value"
"bucketOffset"
:
0
,
"combine"
:
true
,
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"hidden"
,
"placement"
:
"bottom"
}
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"expr"
:
"
stddev(
device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * 1000
< ($threshold_volt * 1000)
> 0
)
"
,
"expr"
:
"device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * 1000 > 0"
,
"interval"
:
""
,
"legendFormat"
:
"{{y}} / {{x}}"
,
"range"
:
true
,
"legendFormat"
:
"RCU {{y}} - antenna {{x}}"
,
"refId"
:
"A"
}
],
"title"
:
"
StdDev < $threshold_volt V
"
,
"type"
:
"
stat
"
"title"
:
"
$measurement Voltage Histogram
"
,
"type"
:
"
histogram
"
},
{
"datasource"
:
{
...
...
@@ -1040,16 +1024,20 @@
{
"id"
:
"custom.lineWidth"
,
"value"
:
0
},
{
"id"
:
"custom.showPoints"
,
"value"
:
"never"
}
]
}
]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"h"
:
8
,
"w"
:
7
,
"x"
:
0
,
"y"
:
1
3
"y"
:
1
7
},
"id"
:
47
,
"options"
:
{
...
...
@@ -1073,7 +1061,7 @@
"exemplar"
:
true
,
"expr"
:
"device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 > 0"
,
"interval"
:
""
,
"legendFormat"
:
"{{
y
}} / {{
x
}}"
,
"legendFormat"
:
"{{
name}}: {{x
}} / {{
y
}}"
,
"range"
:
true
,
"refId"
:
"A"
},
...
...
@@ -1102,11 +1090,39 @@
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
"mode"
:
"palette-classic"
},
"custom"
:
{
"axisLabel"
:
"Average"
,
"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"
:
"
absolut
e"
,
"mode"
:
"
percentag
e"
,
"steps"
:
[
{
"color"
:
"green"
,
...
...
@@ -1116,28 +1132,42 @@
},
"unit"
:
"mwatt"
},
"overrides"
:
[]
"overrides"
:
[
{
"matcher"
:
{
"id"
:
"byFrameRefID"
,
"options"
:
"A"
},
"properties"
:
[
{
"id"
:
"custom.axisPlacement"
,
"value"
:
"right"
},
{
"id"
:
"custom.axisLabel"
,
"value"
:
"Standard Deviation"
}
]
}
]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
8
,
"y"
:
1
3
"h"
:
8
,
"w"
:
6
,
"x"
:
7
,
"y"
:
1
7
},
"id"
:
4
9
,
"id"
:
5
9
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"none"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"mean"
],
"fields"
:
""
,
"values"
:
false
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"hidden"
,
"placement"
:
"bottom"
},
"textMode"
:
"value"
"tooltip"
:
{
"mode"
:
"multi"
,
"sort"
:
"desc"
}
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
...
...
@@ -1147,81 +1177,34 @@
"uid"
:
"prometheus"
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 > ($threshold_watt * 1000))"
,
"exemplar"
:
false
,
"expr"
:
"stddev(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} > 0 > $threshold_watt) * 1000"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"
{{y}} / {{x}}
"
,
"legendFormat"
:
"
standard deviation
"
,
"range"
:
true
,
"refId"
:
"A"
}
],
"title"
:
"Average > $threshold_watt W"
,
"type"
:
"stat"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"description"
:
""
,
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"green"
,
"value"
:
null
}
]
},
"unit"
:
"mwatt"
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
12
,
"y"
:
13
},
"id"
:
51
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"area"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"lastNotNull"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"value"
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"expr"
:
"stddev(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 > ($threshold_watt * 1000))"
,
"exemplar"
:
false
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} > 0 > $threshold_watt) * 1000"
,
"format"
:
"time_series"
,
"hide"
:
false
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"
{{y}} / {{x}}
"
,
"legendFormat"
:
"
average
"
,
"range"
:
true
,
"refId"
:
"
A
"
"refId"
:
"
B
"
}
],
"title"
:
"St
dDev
> $threshold_watt W"
,
"type"
:
"
stat
"
"title"
:
"St
atistics between inputs
> $threshold_watt W"
,
"type"
:
"
timeseries
"
},
{
"datasource"
:
{
...
...
@@ -1232,22 +1215,39 @@
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"fixedColor"
:
"purple"
,
"mode"
:
"fixed"
"mode"
:
"palette-classic"
},
"custom"
:
{
"fillOpacity"
:
80
,
"axisLabel"
:
"Average"
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"drawStyle"
:
"line"
,
"fillOpacity"
:
0
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineWidth"
:
1
"lineInterpolation"
:
"linear"
,
"lineWidth"
:
1
,
"pointSize"
:
5
,
"scaleDistribution"
:
{
"type"
:
"linear"
},
"showPoints"
:
"auto"
,
"spanNulls"
:
false
,
"stacking"
:
{
"group"
:
"A"
,
"mode"
:
"none"
},
"thresholdsStyle"
:
{
"mode"
:
"off"
}
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"
absolut
e"
,
"mode"
:
"
percentag
e"
,
"steps"
:
[
{
"color"
:
"green"
,
...
...
@@ -1257,104 +1257,79 @@
},
"unit"
:
"mwatt"
},
"overrides"
:
[]
"overrides"
:
[
{
"matcher"
:
{
"id"
:
"byFrameRefID"
,
"options"
:
"A"
},
"properties"
:
[
{
"id"
:
"custom.axisPlacement"
,
"value"
:
"right"
},
{
"id"
:
"custom.axisLabel"
,
"value"
:
"Standard Deviation"
}
]
}
]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"x"
:
1
6
,
"y"
:
1
3
"h"
:
8
,
"w"
:
6
,
"x"
:
1
3
,
"y"
:
1
7
},
"id"
:
48
,
"id"
:
60
,
"options"
:
{
"bucketOffset"
:
0
,
"combine"
:
true
,
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"hidden"
,
"placement"
:
"bottom"
},
"tooltip"
:
{
"mode"
:
"multi"
,
"sort"
:
"desc"
}
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"exemplar"
:
true
,
"expr"
:
"device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 > 0"
,
"editorMode"
:
"code"
,
"exemplar"
:
false
,
"expr"
:
"stddev(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} > 0 < $threshold_watt) * 1000"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"{{y}} / {{x}}"
,
"legendFormat"
:
"standard deviation"
,
"range"
:
true
,
"refId"
:
"A"
}
],
"title"
:
"$measurement Power Histogram"
,
"type"
:
"histogram"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"description"
:
""
,
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"blue"
,
"value"
:
null
}
]
},
"unit"
:
"mwatt"
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
8
,
"y"
:
16
},
"id"
:
50
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"none"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"mean"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"value"
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 < ($threshold_watt * 1000) > 0)"
,
"exemplar"
:
false
,
"expr"
:
"avg(device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} > 0 < $threshold_watt) * 1000"
,
"format"
:
"time_series"
,
"hide"
:
false
,
"instant"
:
false
,
"interval"
:
""
,
"legendFormat"
:
"
{{y}} / {{x}}
"
,
"legendFormat"
:
"
average
"
,
"range"
:
true
,
"refId"
:
"
A
"
"refId"
:
"
B
"
}
],
"title"
:
"
Average
< $threshold_watt W"
,
"type"
:
"
stat
"
"title"
:
"
Statistics between inputs
< $threshold_watt W"
,
"type"
:
"
timeseries
"
},
{
"datasource"
:
{
...
...
@@ -1365,14 +1340,25 @@
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"thresholds"
"fixedColor"
:
"purple"
,
"mode"
:
"fixed"
},
"custom"
:
{
"fillOpacity"
:
80
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineWidth"
:
1
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"
blue
"
,
"color"
:
"
green
"
,
"value"
:
null
}
]
...
...
@@ -1382,44 +1368,36 @@
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
3
,
"w"
:
4
,
"x"
:
1
2
,
"y"
:
1
6
"h"
:
8
,
"w"
:
5
,
"x"
:
1
9
,
"y"
:
1
7
},
"id"
:
52
,
"id"
:
48
,
"options"
:
{
"colorMode"
:
"value"
,
"graphMode"
:
"area"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"lastNotNull"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"value"
"bucketOffset"
:
0
,
"combine"
:
true
,
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"hidden"
,
"placement"
:
"bottom"
}
},
"pluginVersion"
:
"8.5.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"expr"
:
"
stddev(
device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000
< ($threshold_watt * 1000)
> 0
)
"
,
"expr"
:
"device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_VOUT_R
\"
} * on(x,y) device_attribute{host=
\"
$station
\"
,name=
\"
${measurement}_IOUT_R
\"
} * 1000 > 0"
,
"interval"
:
""
,
"legendFormat"
:
"{{y}} / {{x}}"
,
"range"
:
true
,
"legendFormat"
:
"RCU {{y}} - antenna {{x}}"
,
"refId"
:
"A"
}
],
"title"
:
"
StdDev < $threshold_watt W
"
,
"type"
:
"
stat
"
"title"
:
"
$measurement Power Histogram
"
,
"type"
:
"
histogram
"
}
],
"refresh"
:
false
,
...
...
@@ -1468,6 +1446,10 @@
"RCU_PWR_ANT"
]
},
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"prometheus"
},
"definition"
:
"device_attribute{name=~
\"
.*_IOUT_R
\"
}"
,
"hide"
:
0
,
"includeAll"
:
true
,
...
...
@@ -1488,8 +1470,8 @@
{
"current"
:
{
"selected"
:
false
,
"text"
:
"0.
04
"
,
"value"
:
"0.
04
"
"text"
:
"0.
5
"
,
"value"
:
"0.
5
"
},
"hide"
:
0
,
"label"
:
"Threshold (A)"
,
...
...
@@ -1497,37 +1479,37 @@
"options"
:
[
{
"selected"
:
true
,
"text"
:
"0.
04
"
,
"value"
:
"0.
04
"
"text"
:
"0.
5
"
,
"value"
:
"0.
5
"
}
],
"query"
:
"0.
04
"
,
"query"
:
"0.
5
"
,
"skipUrlSync"
:
false
,
"type"
:
"textbox"
},
{
"current"
:
{
"selected"
:
false
,
"text"
:
"1
0
"
,
"value"
:
"1
0
"
"text"
:
"1
2
"
,
"value"
:
"1
2
"
},
"hide"
:
0
,
"label"
:
"Threshold (V)"
,
"name"
:
"threshold_volt"
,
"options"
:
[
{
"selected"
:
tru
e
,
"text"
:
"1
0
"
,
"value"
:
"1
0
"
"selected"
:
fals
e
,
"text"
:
"1"
,
"value"
:
"1"
}
],
"query"
:
"1
0
"
,
"query"
:
"1
2
"
,
"skipUrlSync"
:
false
,
"type"
:
"textbox"
},
{
"current"
:
{
"selected"
:
fals
e
,
"selected"
:
tru
e
,
"text"
:
"1"
,
"value"
:
"1"
},
...
...
@@ -1555,6 +1537,6 @@
"timezone"
:
""
,
"title"
:
"Power Consumption"
,
"uid"
:
"powerconsumption"
,
"version"
:
1
0
,
"version"
:
1
4
,
"weekStart"
:
""
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment