mirror of https://git.rancher.io/charts
1841 lines
66 KiB
YAML
1841 lines
66 KiB
YAML
|
{{- /*
|
||
|
Generated from 'cluster-total' from https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/master/manifests/grafana-dashboardDefinitions.yaml
|
||
|
Do not change in-place! In order to change this file first read following link:
|
||
|
https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack/hack
|
||
|
*/ -}}
|
||
|
{{- $kubeTargetVersion := default .Capabilities.KubeVersion.GitVersion .Values.kubeTargetVersionOverride }}
|
||
|
{{- if and (semverCompare ">=1.14.0-0" $kubeTargetVersion) (semverCompare "<9.9.9-9" $kubeTargetVersion) .Values.grafana.enabled .Values.grafana.defaultDashboardsEnabled }}
|
||
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
namespace: {{ .Values.grafana.sidecar.dashboards.searchNamespace }}
|
||
|
name: {{ printf "%s-%s" (include "kube-prometheus-stack.fullname" $) "cluster-total" | trunc 63 | trimSuffix "-" }}
|
||
|
annotations:
|
||
|
{{ toYaml .Values.grafana.sidecar.dashboards.annotations | indent 4 }}
|
||
|
labels:
|
||
|
{{- if $.Values.grafana.sidecar.dashboards.label }}
|
||
|
{{ $.Values.grafana.sidecar.dashboards.label }}: "1"
|
||
|
{{- end }}
|
||
|
app: {{ template "kube-prometheus-stack.name" $ }}-grafana
|
||
|
{{ include "kube-prometheus-stack.labels" $ | indent 4 }}
|
||
|
data:
|
||
|
cluster-total.json: |-
|
||
|
{
|
||
|
"__inputs": [
|
||
|
|
||
|
],
|
||
|
"__requires": [
|
||
|
|
||
|
],
|
||
|
"annotations": {
|
||
|
"list": [
|
||
|
{
|
||
|
"builtIn": 1,
|
||
|
"datasource": "-- Grafana --",
|
||
|
"enable": true,
|
||
|
"hide": true,
|
||
|
"iconColor": "rgba(0, 211, 255, 1)",
|
||
|
"name": "Annotations & Alerts",
|
||
|
"type": "dashboard"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"editable": true,
|
||
|
"gnetId": null,
|
||
|
"graphTooltip": 0,
|
||
|
"hideControls": false,
|
||
|
"id": null,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"panels": [
|
||
|
{
|
||
|
"collapse": false,
|
||
|
"collapsed": false,
|
||
|
"gridPos": {
|
||
|
"h": 1,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 0
|
||
|
},
|
||
|
"id": 2,
|
||
|
"panels": [
|
||
|
|
||
|
],
|
||
|
"repeat": null,
|
||
|
"repeatIteration": null,
|
||
|
"repeatRowId": null,
|
||
|
"showTitle": true,
|
||
|
"title": "Current Bandwidth",
|
||
|
"titleSize": "h6",
|
||
|
"type": "row"
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": true,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 12,
|
||
|
"x": 0,
|
||
|
"y": 1
|
||
|
},
|
||
|
"id": 3,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": false,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": false,
|
||
|
"min": false,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"sort": "current",
|
||
|
"sortDesc": true,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": false,
|
||
|
"linewidth": 1,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "null",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": false,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_receive_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Current Rate of Bytes Received",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "series",
|
||
|
"name": null,
|
||
|
"show": false,
|
||
|
"values": [
|
||
|
"current"
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": true,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 12,
|
||
|
"x": 12,
|
||
|
"y": 1
|
||
|
},
|
||
|
"id": 4,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": false,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": false,
|
||
|
"min": false,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"sort": "current",
|
||
|
"sortDesc": true,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": false,
|
||
|
"linewidth": 1,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "null",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": false,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_transmit_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Current Rate of Bytes Transmitted",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "series",
|
||
|
"name": null,
|
||
|
"show": false,
|
||
|
"values": [
|
||
|
"current"
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"columns": [
|
||
|
{
|
||
|
"text": "Time",
|
||
|
"value": "Time"
|
||
|
},
|
||
|
{
|
||
|
"text": "Value #A",
|
||
|
"value": "Value #A"
|
||
|
},
|
||
|
{
|
||
|
"text": "Value #B",
|
||
|
"value": "Value #B"
|
||
|
},
|
||
|
{
|
||
|
"text": "Value #C",
|
||
|
"value": "Value #C"
|
||
|
},
|
||
|
{
|
||
|
"text": "Value #D",
|
||
|
"value": "Value #D"
|
||
|
},
|
||
|
{
|
||
|
"text": "Value #E",
|
||
|
"value": "Value #E"
|
||
|
},
|
||
|
{
|
||
|
"text": "Value #F",
|
||
|
"value": "Value #F"
|
||
|
},
|
||
|
{
|
||
|
"text": "Value #G",
|
||
|
"value": "Value #G"
|
||
|
},
|
||
|
{
|
||
|
"text": "Value #H",
|
||
|
"value": "Value #H"
|
||
|
},
|
||
|
{
|
||
|
"text": "namespace",
|
||
|
"value": "namespace"
|
||
|
}
|
||
|
],
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 1,
|
||
|
"fontSize": "90%",
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 10
|
||
|
},
|
||
|
"id": 5,
|
||
|
"lines": true,
|
||
|
"linewidth": 1,
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "null as zero",
|
||
|
"renderer": "flot",
|
||
|
"scroll": true,
|
||
|
"showHeader": true,
|
||
|
"sort": {
|
||
|
"col": 0,
|
||
|
"desc": false
|
||
|
},
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"styles": [
|
||
|
{
|
||
|
"alias": "Time",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": false,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "",
|
||
|
"pattern": "Time",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "hidden",
|
||
|
"unit": "short"
|
||
|
},
|
||
|
{
|
||
|
"alias": "Current Bandwidth Received",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": false,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "",
|
||
|
"pattern": "Value #A",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "number",
|
||
|
"unit": "Bps"
|
||
|
},
|
||
|
{
|
||
|
"alias": "Current Bandwidth Transmitted",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": false,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "",
|
||
|
"pattern": "Value #B",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "number",
|
||
|
"unit": "Bps"
|
||
|
},
|
||
|
{
|
||
|
"alias": "Average Bandwidth Received",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": false,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "",
|
||
|
"pattern": "Value #C",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "number",
|
||
|
"unit": "Bps"
|
||
|
},
|
||
|
{
|
||
|
"alias": "Average Bandwidth Transmitted",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": false,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "",
|
||
|
"pattern": "Value #D",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "number",
|
||
|
"unit": "Bps"
|
||
|
},
|
||
|
{
|
||
|
"alias": "Rate of Received Packets",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": false,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "",
|
||
|
"pattern": "Value #E",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "number",
|
||
|
"unit": "pps"
|
||
|
},
|
||
|
{
|
||
|
"alias": "Rate of Transmitted Packets",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": false,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "",
|
||
|
"pattern": "Value #F",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "number",
|
||
|
"unit": "pps"
|
||
|
},
|
||
|
{
|
||
|
"alias": "Rate of Received Packets Dropped",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": false,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "",
|
||
|
"pattern": "Value #G",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "number",
|
||
|
"unit": "pps"
|
||
|
},
|
||
|
{
|
||
|
"alias": "Rate of Transmitted Packets Dropped",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": false,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "",
|
||
|
"pattern": "Value #H",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "number",
|
||
|
"unit": "pps"
|
||
|
},
|
||
|
{
|
||
|
"alias": "Namespace",
|
||
|
"colorMode": null,
|
||
|
"colors": [
|
||
|
|
||
|
],
|
||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||
|
"decimals": 2,
|
||
|
"link": true,
|
||
|
"linkTooltip": "Drill down",
|
||
|
"linkUrl": "d/8b7a8b326d7a6f1f04244066368c67af/kubernetes-networking-namespace-pods?orgId=1&refresh=30s&var-namespace=$__cell",
|
||
|
"pattern": "namespace",
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"type": "number",
|
||
|
"unit": "short"
|
||
|
}
|
||
|
],
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_receive_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "table",
|
||
|
"instant": true,
|
||
|
"intervalFactor": 2,
|
||
|
"legendFormat": "",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
},
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_transmit_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "table",
|
||
|
"instant": true,
|
||
|
"intervalFactor": 2,
|
||
|
"legendFormat": "",
|
||
|
"refId": "B",
|
||
|
"step": 10
|
||
|
},
|
||
|
{
|
||
|
"expr": "sort_desc(avg(irate(container_network_receive_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "table",
|
||
|
"instant": true,
|
||
|
"intervalFactor": 2,
|
||
|
"legendFormat": "",
|
||
|
"refId": "C",
|
||
|
"step": 10
|
||
|
},
|
||
|
{
|
||
|
"expr": "sort_desc(avg(irate(container_network_transmit_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "table",
|
||
|
"instant": true,
|
||
|
"intervalFactor": 2,
|
||
|
"legendFormat": "",
|
||
|
"refId": "D",
|
||
|
"step": 10
|
||
|
},
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_receive_packets_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "table",
|
||
|
"instant": true,
|
||
|
"intervalFactor": 2,
|
||
|
"legendFormat": "",
|
||
|
"refId": "E",
|
||
|
"step": 10
|
||
|
},
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_transmit_packets_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "table",
|
||
|
"instant": true,
|
||
|
"intervalFactor": 2,
|
||
|
"legendFormat": "",
|
||
|
"refId": "F",
|
||
|
"step": 10
|
||
|
},
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_receive_packets_dropped_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "table",
|
||
|
"instant": true,
|
||
|
"intervalFactor": 2,
|
||
|
"legendFormat": "",
|
||
|
"refId": "G",
|
||
|
"step": 10
|
||
|
},
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_transmit_packets_dropped_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "table",
|
||
|
"instant": true,
|
||
|
"intervalFactor": 2,
|
||
|
"legendFormat": "",
|
||
|
"refId": "H",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Current Status",
|
||
|
"type": "table"
|
||
|
},
|
||
|
{
|
||
|
"collapse": true,
|
||
|
"collapsed": true,
|
||
|
"gridPos": {
|
||
|
"h": 1,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 10
|
||
|
},
|
||
|
"id": 6,
|
||
|
"panels": [
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": true,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 12,
|
||
|
"x": 0,
|
||
|
"y": 11
|
||
|
},
|
||
|
"id": 7,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": false,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": false,
|
||
|
"min": false,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"sort": "current",
|
||
|
"sortDesc": true,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": false,
|
||
|
"linewidth": 1,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "null",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": false,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(avg(irate(container_network_receive_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Average Rate of Bytes Received",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "series",
|
||
|
"name": null,
|
||
|
"show": false,
|
||
|
"values": [
|
||
|
"current"
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": true,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 12,
|
||
|
"x": 12,
|
||
|
"y": 11
|
||
|
},
|
||
|
"id": 8,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": false,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": false,
|
||
|
"min": false,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"sort": "current",
|
||
|
"sortDesc": true,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": false,
|
||
|
"linewidth": 1,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "null",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": false,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(avg(irate(container_network_transmit_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Average Rate of Bytes Transmitted",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "series",
|
||
|
"name": null,
|
||
|
"show": false,
|
||
|
"values": [
|
||
|
"current"
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"repeat": null,
|
||
|
"repeatIteration": null,
|
||
|
"repeatRowId": null,
|
||
|
"showTitle": true,
|
||
|
"title": "Average Bandwidth",
|
||
|
"titleSize": "h6",
|
||
|
"type": "row"
|
||
|
},
|
||
|
{
|
||
|
"collapse": false,
|
||
|
"collapsed": false,
|
||
|
"gridPos": {
|
||
|
"h": 1,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 11
|
||
|
},
|
||
|
"id": 9,
|
||
|
"panels": [
|
||
|
|
||
|
],
|
||
|
"repeat": null,
|
||
|
"repeatIteration": null,
|
||
|
"repeatRowId": null,
|
||
|
"showTitle": true,
|
||
|
"title": "Bandwidth History",
|
||
|
"titleSize": "h6",
|
||
|
"type": "row"
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": false,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 12
|
||
|
},
|
||
|
"id": 10,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_receive_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Receive Bandwidth",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"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": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": false,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 21
|
||
|
},
|
||
|
"id": 11,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_transmit_bytes_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Transmit Bandwidth",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"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": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "Bps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"collapse": true,
|
||
|
"collapsed": true,
|
||
|
"gridPos": {
|
||
|
"h": 1,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 30
|
||
|
},
|
||
|
"id": 12,
|
||
|
"panels": [
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": false,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 31
|
||
|
},
|
||
|
"id": 13,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_receive_packets_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Rate of Received Packets",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "pps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "pps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": false,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 40
|
||
|
},
|
||
|
"id": 14,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_transmit_packets_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Rate of Transmitted Packets",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "pps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "pps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"repeat": null,
|
||
|
"repeatIteration": null,
|
||
|
"repeatRowId": null,
|
||
|
"showTitle": true,
|
||
|
"title": "Packets",
|
||
|
"titleSize": "h6",
|
||
|
"type": "row"
|
||
|
},
|
||
|
{
|
||
|
"collapse": true,
|
||
|
"collapsed": true,
|
||
|
"gridPos": {
|
||
|
"h": 1,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 31
|
||
|
},
|
||
|
"id": 15,
|
||
|
"panels": [
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": false,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 50
|
||
|
},
|
||
|
"id": 16,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_receive_packets_dropped_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Rate of Received Packets Dropped",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "pps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "pps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": false,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 59
|
||
|
},
|
||
|
"id": 17,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"links": [
|
||
|
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(irate(container_network_transmit_packets_dropped_total{namespace=~\".+\"}[$interval:$resolution])) by (namespace))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}namespace{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Rate of Transmitted Packets Dropped",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "pps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "pps",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": false,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 59
|
||
|
},
|
||
|
"id": 18,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"links": [
|
||
|
{
|
||
|
"targetBlank": true,
|
||
|
"title": "What is TCP Retransmit?",
|
||
|
"url": "https://accedian.com/enterprises/blog/network-packet-loss-retransmissions-and-duplicate-acknowledgements/"
|
||
|
}
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(rate(node_netstat_Tcp_RetransSegs[$interval:$resolution]) / rate(node_netstat_Tcp_OutSegs[$interval:$resolution])) by (instance))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}instance{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Rate of TCP Retransmits out of all sent segments",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "percentunit",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "percentunit",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
|
||
|
},
|
||
|
"bars": false,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "$datasource",
|
||
|
"fill": 2,
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 59
|
||
|
},
|
||
|
"id": 19,
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"hideEmpty": true,
|
||
|
"hideZero": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": null,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"links": [
|
||
|
{
|
||
|
"targetBlank": true,
|
||
|
"title": "Why monitor SYN retransmits?",
|
||
|
"url": "https://github.com/prometheus/node_exporter/issues/1023#issuecomment-408128365"
|
||
|
}
|
||
|
],
|
||
|
"minSpan": 24,
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"repeat": null,
|
||
|
"seriesOverrides": [
|
||
|
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"span": 24,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"expr": "sort_desc(sum(rate(node_netstat_TcpExt_TCPSynRetrans[$interval:$resolution]) / rate(node_netstat_Tcp_RetransSegs[$interval:$resolution])) by (instance))",
|
||
|
"format": "time_series",
|
||
|
"intervalFactor": 1,
|
||
|
"legendFormat": "{{`{{`}}instance{{`}}`}}",
|
||
|
"refId": "A",
|
||
|
"step": 10
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [
|
||
|
|
||
|
],
|
||
|
"timeFrom": null,
|
||
|
"timeShift": null,
|
||
|
"title": "Rate of TCP SYN Retransmits out of all retransmits",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 2,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "percentunit",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "percentunit",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": 0,
|
||
|
"show": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"repeat": null,
|
||
|
"repeatIteration": null,
|
||
|
"repeatRowId": null,
|
||
|
"showTitle": true,
|
||
|
"title": "Errors",
|
||
|
"titleSize": "h6",
|
||
|
"type": "row"
|
||
|
}
|
||
|
],
|
||
|
"refresh": "10s",
|
||
|
"rows": [
|
||
|
|
||
|
],
|
||
|
"schemaVersion": 18,
|
||
|
"style": "dark",
|
||
|
"tags": [
|
||
|
"kubernetes-mixin"
|
||
|
],
|
||
|
"templating": {
|
||
|
"list": [
|
||
|
{
|
||
|
"allValue": null,
|
||
|
"auto": false,
|
||
|
"auto_count": 30,
|
||
|
"auto_min": "10s",
|
||
|
"current": {
|
||
|
"text": "5m",
|
||
|
"value": "5m"
|
||
|
},
|
||
|
"datasource": "$datasource",
|
||
|
"hide": 0,
|
||
|
"includeAll": false,
|
||
|
"label": null,
|
||
|
"multi": false,
|
||
|
"name": "resolution",
|
||
|
"options": [
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "30s",
|
||
|
"value": "30s"
|
||
|
},
|
||
|
{
|
||
|
"selected": true,
|
||
|
"text": "5m",
|
||
|
"value": "5m"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "1h",
|
||
|
"value": "1h"
|
||
|
}
|
||
|
],
|
||
|
"query": "30s,5m,1h",
|
||
|
"refresh": 2,
|
||
|
"regex": "",
|
||
|
"skipUrlSync": false,
|
||
|
"sort": 1,
|
||
|
"tagValuesQuery": "",
|
||
|
"tags": [
|
||
|
|
||
|
],
|
||
|
"tagsQuery": "",
|
||
|
"type": "interval",
|
||
|
"useTags": false
|
||
|
},
|
||
|
{
|
||
|
"allValue": null,
|
||
|
"auto": false,
|
||
|
"auto_count": 30,
|
||
|
"auto_min": "10s",
|
||
|
"current": {
|
||
|
"text": "5m",
|
||
|
"value": "5m"
|
||
|
},
|
||
|
"datasource": "$datasource",
|
||
|
"hide": 2,
|
||
|
"includeAll": false,
|
||
|
"label": null,
|
||
|
"multi": false,
|
||
|
"name": "interval",
|
||
|
"options": [
|
||
|
{
|
||
|
"selected": true,
|
||
|
"text": "4h",
|
||
|
"value": "4h"
|
||
|
}
|
||
|
],
|
||
|
"query": "4h",
|
||
|
"refresh": 2,
|
||
|
"regex": "",
|
||
|
"skipUrlSync": false,
|
||
|
"sort": 1,
|
||
|
"tagValuesQuery": "",
|
||
|
"tags": [
|
||
|
|
||
|
],
|
||
|
"tagsQuery": "",
|
||
|
"type": "interval",
|
||
|
"useTags": false
|
||
|
},
|
||
|
{
|
||
|
"current": {
|
||
|
"text": "default",
|
||
|
"value": "default"
|
||
|
},
|
||
|
"hide": 0,
|
||
|
"label": null,
|
||
|
"name": "datasource",
|
||
|
"options": [
|
||
|
|
||
|
],
|
||
|
"query": "prometheus",
|
||
|
"refresh": 1,
|
||
|
"regex": "",
|
||
|
"type": "datasource"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"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": "UTC",
|
||
|
"title": "Kubernetes / Networking / Cluster",
|
||
|
"uid": "ff635a025bcfea7bc3dd4f508990a3e9",
|
||
|
"version": 0
|
||
|
}
|
||
|
{{- end }}
|