Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
float
Commits
0df545db
Commit
0df545db
authored
Jun 11, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes to the network Grafana dashboard
parent
ae50318d
Pipeline
#3375
passed with stage
in 6 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
403 additions
and
23 deletions
+403
-23
roles/prometheus/files/grafana/dashboards/network.json
roles/prometheus/files/grafana/dashboards/network.json
+403
-23
No files found.
roles/prometheus/files/grafana/dashboards/network.json
View file @
0df545db
{
"__inputs"
:
[
{
"name"
:
"DS_LOCALHOST"
,
"label"
:
"localhost"
,
"description"
:
""
,
"type"
:
"datasource"
,
"pluginId"
:
"prometheus"
,
"pluginName"
:
"Prometheus"
}
],
"__requires"
:
[
{
"type"
:
"grafana"
,
"id"
:
"grafana"
,
"name"
:
"Grafana"
,
"version"
:
"6.1.6"
},
{
"type"
:
"panel"
,
"id"
:
"graph"
,
"name"
:
"Graph"
,
"version"
:
""
},
{
"type"
:
"datasource"
,
"id"
:
"prometheus"
,
"name"
:
"Prometheus"
,
"version"
:
"1.0.0"
}
],
"annotations"
:
{
"list"
:
[
{
"$$hashKey"
:
"object:788"
,
"builtIn"
:
1
,
"datasource"
:
"-- Grafana --"
,
"enable"
:
true
,
...
...
@@ -19,7 +48,6 @@
"id"
:
null
,
"links"
:
[
{
"$$hashKey"
:
"object:781"
,
"icon"
:
"external link"
,
"tags"
:
[],
"type"
:
"dashboards"
...
...
@@ -31,7 +59,7 @@
"bars"
:
false
,
"dashLength"
:
10
,
"dashes"
:
false
,
"datasource"
:
"
localhost
"
,
"datasource"
:
"
${DS_LOCALHOST}
"
,
"fill"
:
0
,
"gridPos"
:
{
"h"
:
6
,
...
...
@@ -63,24 +91,200 @@
"steppedLine"
:
false
,
"targets"
:
[
{
"expr"
:
"instance:network_transmit_bytes:rate5m"
,
"expr"
:
"instance:network_receive_bytes:rate5m * 8"
,
"format"
:
"time_series"
,
"intervalFactor"
:
1
,
"legendFormat"
:
"{{host}}"
,
"refId"
:
"B"
}
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeRegions"
:
[],
"timeShift"
:
null
,
"title"
:
"Network traffic by host (IN)"
,
"tooltip"
:
{
"shared"
:
true
,
"sort"
:
0
,
"value_type"
:
"individual"
},
"type"
:
"graph"
,
"xaxis"
:
{
"buckets"
:
null
,
"mode"
:
"time"
,
"name"
:
null
,
"show"
:
true
,
"values"
:
[]
},
"yaxes"
:
[
{
"format"
:
"bps"
,
"label"
:
null
,
"logBase"
:
1
,
"max"
:
null
,
"min"
:
null
,
"show"
:
true
},
{
"format"
:
"short"
,
"label"
:
null
,
"logBase"
:
1
,
"max"
:
null
,
"min"
:
null
,
"show"
:
true
}
],
"yaxis"
:
{
"align"
:
false
,
"alignLevel"
:
null
}
},
{
"aliasColors"
:
{},
"bars"
:
false
,
"dashLength"
:
10
,
"dashes"
:
false
,
"datasource"
:
"${DS_LOCALHOST}"
,
"fill"
:
0
,
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"x"
:
8
,
"y"
:
0
},
"id"
:
6
,
"legend"
:
{
"avg"
:
false
,
"current"
:
false
,
"max"
:
false
,
"min"
:
false
,
"show"
:
true
,
"total"
:
false
,
"values"
:
false
},
"lines"
:
true
,
"linewidth"
:
1
,
"links"
:
[],
"nullPointMode"
:
"null"
,
"percentage"
:
false
,
"pointradius"
:
5
,
"points"
:
false
,
"renderer"
:
"flot"
,
"seriesOverrides"
:
[],
"spaceLength"
:
10
,
"stack"
:
false
,
"steppedLine"
:
false
,
"targets"
:
[
{
"expr"
:
"instance:public_network_receive_bytes:rate5m * 8"
,
"format"
:
"time_series"
,
"interval"
:
""
,
"intervalFactor"
:
1
,
"legendFormat"
:
"{{host}}"
,
"refId"
:
"B"
}
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeRegions"
:
[],
"timeShift"
:
null
,
"title"
:
"Public traffic by host (IN)"
,
"tooltip"
:
{
"shared"
:
true
,
"sort"
:
0
,
"value_type"
:
"individual"
},
"type"
:
"graph"
,
"xaxis"
:
{
"buckets"
:
null
,
"mode"
:
"time"
,
"name"
:
null
,
"show"
:
true
,
"values"
:
[]
},
"yaxes"
:
[
{
"format"
:
"bps"
,
"label"
:
null
,
"logBase"
:
1
,
"max"
:
null
,
"min"
:
null
,
"show"
:
true
},
{
"format"
:
"short"
,
"label"
:
null
,
"logBase"
:
1
,
"max"
:
null
,
"min"
:
null
,
"show"
:
true
}
],
"yaxis"
:
{
"align"
:
false
,
"alignLevel"
:
null
}
},
{
"aliasColors"
:
{},
"bars"
:
false
,
"dashLength"
:
10
,
"dashes"
:
false
,
"datasource"
:
"${DS_LOCALHOST}"
,
"fill"
:
0
,
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"x"
:
16
,
"y"
:
0
},
"id"
:
9
,
"legend"
:
{
"avg"
:
false
,
"current"
:
false
,
"max"
:
false
,
"min"
:
false
,
"show"
:
true
,
"total"
:
false
,
"values"
:
false
},
"lines"
:
true
,
"linewidth"
:
1
,
"links"
:
[],
"nullPointMode"
:
"null"
,
"percentage"
:
false
,
"pointradius"
:
5
,
"points"
:
false
,
"renderer"
:
"flot"
,
"seriesOverrides"
:
[],
"spaceLength"
:
10
,
"stack"
:
false
,
"steppedLine"
:
false
,
"targets"
:
[
{
"expr"
:
"sum(instance:public_network_receive_bytes:rate5m) * 8"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"intervalFactor"
:
1
,
"legendFormat"
:
"
{{host}}/in
"
,
"legendFormat"
:
"
public
"
,
"refId"
:
"A"
},
{
"expr"
:
"instance:network_receive_bytes:rate5m"
,
"expr"
:
"
sum(
instance:network_receive_bytes:rate5m
) * 8
"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"intervalFactor"
:
1
,
"legendFormat"
:
"
{{host}}/out
"
,
"legendFormat"
:
"
global
"
,
"refId"
:
"B"
}
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeRegions"
:
[],
"timeShift"
:
null
,
"title"
:
"
Network
traffic (
general
)"
,
"title"
:
"
Aggregate
traffic (
IN
)"
,
"tooltip"
:
{
"shared"
:
true
,
"sort"
:
0
,
...
...
@@ -95,6 +299,14 @@
"values"
:
[]
},
"yaxes"
:
[
{
"format"
:
"bps"
,
"label"
:
null
,
"logBase"
:
1
,
"max"
:
null
,
"min"
:
null
,
"show"
:
true
},
{
"format"
:
"short"
,
"label"
:
null
,
...
...
@@ -102,6 +314,83 @@
"max"
:
null
,
"min"
:
null
,
"show"
:
true
}
],
"yaxis"
:
{
"align"
:
false
,
"alignLevel"
:
null
}
},
{
"aliasColors"
:
{},
"bars"
:
false
,
"dashLength"
:
10
,
"dashes"
:
false
,
"datasource"
:
"${DS_LOCALHOST}"
,
"fill"
:
0
,
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"x"
:
0
,
"y"
:
6
},
"id"
:
7
,
"legend"
:
{
"avg"
:
false
,
"current"
:
false
,
"max"
:
false
,
"min"
:
false
,
"show"
:
true
,
"total"
:
false
,
"values"
:
false
},
"lines"
:
true
,
"linewidth"
:
1
,
"links"
:
[],
"nullPointMode"
:
"null"
,
"percentage"
:
false
,
"pointradius"
:
5
,
"points"
:
false
,
"renderer"
:
"flot"
,
"seriesOverrides"
:
[],
"spaceLength"
:
10
,
"stack"
:
false
,
"steppedLine"
:
false
,
"targets"
:
[
{
"expr"
:
"instance:network_transmit_bytes:rate5m * 8"
,
"format"
:
"time_series"
,
"intervalFactor"
:
1
,
"legendFormat"
:
"{{host}}"
,
"refId"
:
"A"
}
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeRegions"
:
[],
"timeShift"
:
null
,
"title"
:
"Network traffic by host (OUT)"
,
"tooltip"
:
{
"shared"
:
true
,
"sort"
:
0
,
"value_type"
:
"individual"
},
"type"
:
"graph"
,
"xaxis"
:
{
"buckets"
:
null
,
"mode"
:
"time"
,
"name"
:
null
,
"show"
:
true
,
"values"
:
[]
},
"yaxes"
:
[
{
"format"
:
"bps"
,
"label"
:
null
,
"logBase"
:
1
,
"max"
:
null
,
"min"
:
null
,
"show"
:
true
},
{
"format"
:
"short"
,
...
...
@@ -122,15 +411,15 @@
"bars"
:
false
,
"dashLength"
:
10
,
"dashes"
:
false
,
"datasource"
:
"
localhost
"
,
"datasource"
:
"
${DS_LOCALHOST}
"
,
"fill"
:
0
,
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"x"
:
8
,
"y"
:
0
"y"
:
6
},
"id"
:
6
,
"id"
:
8
,
"legend"
:
{
"avg"
:
false
,
"current"
:
false
,
...
...
@@ -154,24 +443,114 @@
"steppedLine"
:
false
,
"targets"
:
[
{
"expr"
:
"instance:public_network_transmit_bytes:rate5m"
,
"expr"
:
"instance:public_network_transmit_bytes:rate5m
* 8
"
,
"format"
:
"time_series"
,
"intervalFactor"
:
1
,
"legendFormat"
:
"{{host}}/out"
,
"legendFormat"
:
"{{host}}"
,
"refId"
:
"A"
}
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeRegions"
:
[],
"timeShift"
:
null
,
"title"
:
"Public traffic by host (OUT)"
,
"tooltip"
:
{
"shared"
:
true
,
"sort"
:
0
,
"value_type"
:
"individual"
},
"type"
:
"graph"
,
"xaxis"
:
{
"buckets"
:
null
,
"mode"
:
"time"
,
"name"
:
null
,
"show"
:
true
,
"values"
:
[]
},
"yaxes"
:
[
{
"format"
:
"bps"
,
"label"
:
null
,
"logBase"
:
1
,
"max"
:
null
,
"min"
:
null
,
"show"
:
true
},
{
"format"
:
"short"
,
"label"
:
null
,
"logBase"
:
1
,
"max"
:
null
,
"min"
:
null
,
"show"
:
true
}
],
"yaxis"
:
{
"align"
:
false
,
"alignLevel"
:
null
}
},
{
"aliasColors"
:
{},
"bars"
:
false
,
"dashLength"
:
10
,
"dashes"
:
false
,
"datasource"
:
"${DS_LOCALHOST}"
,
"fill"
:
0
,
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"x"
:
16
,
"y"
:
6
},
"id"
:
10
,
"legend"
:
{
"avg"
:
false
,
"current"
:
false
,
"max"
:
false
,
"min"
:
false
,
"show"
:
true
,
"total"
:
false
,
"values"
:
false
},
"lines"
:
true
,
"linewidth"
:
1
,
"links"
:
[],
"nullPointMode"
:
"null"
,
"percentage"
:
false
,
"pointradius"
:
5
,
"points"
:
false
,
"renderer"
:
"flot"
,
"seriesOverrides"
:
[],
"spaceLength"
:
10
,
"stack"
:
false
,
"steppedLine"
:
false
,
"targets"
:
[
{
"expr"
:
"sum(instance:public_network_transmit_bytes:rate5m) * 8"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"intervalFactor"
:
1
,
"legendFormat"
:
"public"
,
"refId"
:
"A"
},
{
"expr"
:
"instance:
public_
network_
receive
_bytes:rate5m"
,
"expr"
:
"
sum(
instance:network_
transmit
_bytes:rate5m
) * 8
"
,
"format"
:
"time_series"
,
"instant"
:
false
,
"interval"
:
""
,
"intervalFactor"
:
1
,
"legendFormat"
:
"
{{host}}/in
"
,
"legendFormat"
:
"
global
"
,
"refId"
:
"B"
}
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeRegions"
:
[],
"timeShift"
:
null
,
"title"
:
"
Network
traffic (
public
)"
,
"title"
:
"
Aggregate
traffic (
OUT
)"
,
"tooltip"
:
{
"shared"
:
true
,
"sort"
:
0
,
...
...
@@ -187,7 +566,7 @@
},
"yaxes"
:
[
{
"format"
:
"
short
"
,
"format"
:
"
bps
"
,
"label"
:
null
,
"logBase"
:
1
,
"max"
:
null
,
...
...
@@ -213,13 +592,13 @@
"bars"
:
false
,
"dashLength"
:
10
,
"dashes"
:
false
,
"datasource"
:
"
localhost
"
,
"datasource"
:
"
${DS_LOCALHOST}
"
,
"fill"
:
1
,
"gridPos"
:
{
"h"
:
6
,
"w"
:
8
,
"x"
:
16
,
"y"
:
0
"x"
:
0
,
"y"
:
12
},
"id"
:
2
,
"legend"
:
{
...
...
@@ -254,6 +633,7 @@
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeRegions"
:
[],
"timeShift"
:
null
,
"title"
:
"CPU usage, per host"
,
"tooltip"
:
{
...
...
@@ -294,14 +674,14 @@
}
],
"refresh"
:
false
,
"schemaVersion"
:
1
6
,
"schemaVersion"
:
1
8
,
"style"
:
"dark"
,
"tags"
:
[],
"templating"
:
{
"list"
:
[]
},
"time"
:
{
"from"
:
"now-
1
h"
,
"from"
:
"now-
3
h"
,
"to"
:
"now"
},
"timepicker"
:
{
...
...
@@ -332,5 +712,5 @@
"timezone"
:
""
,
"title"
:
"Network"
,
"uid"
:
"V4amkp7ik"
,
"version"
:
2
"version"
:
1
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment