mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-18 12:29:21 +00:00
[hg612-exporter] Improve dashboard to handle pod restarts better
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.1.2
|
appVersion: 0.1.2
|
||||||
description: A prometheus exporter for the HG612 modem
|
description: A prometheus exporter for the HG612 modem
|
||||||
name: hg612-exporter
|
name: hg612-exporter
|
||||||
version: 1.1.2
|
version: 1.1.3
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- hg612-exporter
|
- hg612-exporter
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# hg612-exporter
|
# hg612-exporter
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A prometheus exporter for the HG612 modem
|
A prometheus exporter for the HG612 modem
|
||||||
|
|
||||||
@@ -100,7 +100,21 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
### [1.1.1]
|
### [1.1.3]
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- N/A
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Improve chart to handle exporter pod restarts better
|
||||||
|
|
||||||
|
#### Removed
|
||||||
|
|
||||||
|
- N/A
|
||||||
|
|
||||||
|
### [1.1.2]
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,22 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
### [1.1.1]
|
### [1.1.3]
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- N/A
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Improve chart to handle exporter pod restarts better
|
||||||
|
|
||||||
|
#### Removed
|
||||||
|
|
||||||
|
- N/A
|
||||||
|
|
||||||
|
|
||||||
|
### [1.1.2]
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,7 @@
|
|||||||
"editable": true,
|
"editable": true,
|
||||||
"fiscalYearStartMonth": 0,
|
"fiscalYearStartMonth": 0,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": 34,
|
"iteration": 1639834876425,
|
||||||
"iteration": 1639831202787,
|
|
||||||
"links": [],
|
"links": [],
|
||||||
"liveNow": false,
|
"liveNow": false,
|
||||||
"panels": [
|
"panels": [
|
||||||
@@ -92,7 +91,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "dsl_status{host=\"$host\"}",
|
"expr": "avg by (host) (dsl_status{host=\"$host\"})",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "",
|
"legendFormat": "",
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
@@ -151,7 +150,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "dsl_down_current_rate",
|
"expr": "avg by (host) (dsl_down_current_rate{host=\"$host\"})",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Downstream",
|
"legendFormat": "Downstream",
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
@@ -162,7 +161,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "dsl_up_current_rate",
|
"expr": "avg by (host) (dsl_up_current_rate{host=\"$host\"})",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Upstream",
|
"legendFormat": "Upstream",
|
||||||
@@ -261,7 +260,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "dsl_down_current_rate{host=\"$host\"}",
|
"expr": "avg by (host) (dsl_down_current_rate{host=\"$host\"})",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Down",
|
"legendFormat": "Down",
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
@@ -272,7 +271,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "dsl_down_max_rate{host=\"$host\"}",
|
"expr": "avg by (host) (dsl_down_max_rate{host=\"$host\"})",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Max Attainable",
|
"legendFormat": "Max Attainable",
|
||||||
@@ -284,7 +283,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "dsl_up_current_rate{host=\"$host\"} * -1",
|
"expr": "avg by (host) (dsl_up_current_rate{host=\"$host\"}) * -1",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Up",
|
"legendFormat": "Up",
|
||||||
@@ -296,7 +295,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "dsl_up_max_rate{host=\"$host\"} * -1",
|
"expr": "avg by (host) (dsl_up_max_rate{host=\"$host\"}) * -1",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Max Attainable",
|
"legendFormat": "Max Attainable",
|
||||||
@@ -381,7 +380,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(dsl_down_crc{host=\"$host\"}[$__rate_interval]) * -1",
|
"expr": "sum by (host) (increase(dsl_down_crc{host=\"$host\"}[$__rate_interval])) * -1",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "CRC Down",
|
"legendFormat": "CRC Down",
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
@@ -392,7 +391,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(dsl_up_crc{host=\"$host\"}[$__rate_interval])",
|
"expr": "sum by (host) (increase(dsl_up_crc{host=\"$host\"}[$__rate_interval]))",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "CRC Up",
|
"legendFormat": "CRC Up",
|
||||||
@@ -404,7 +403,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(dsl_down_fec{host=\"$host\"}[$__rate_interval]) * -1",
|
"expr": "sum by (host) (increase(dsl_down_fec{host=\"$host\"}[$__rate_interval])) * -1",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "FEC Down",
|
"legendFormat": "FEC Down",
|
||||||
@@ -416,7 +415,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(dsl_up_fec{host=\"$host\"}[$__rate_interval])",
|
"expr": "sum by (host) (increase(dsl_up_fec{host=\"$host\"}[$__rate_interval]))",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "FEC Up",
|
"legendFormat": "FEC Up",
|
||||||
@@ -428,7 +427,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(dsl_down_hec{host=\"$host\"}[$__rate_interval]) * -1",
|
"expr": "sum by (host) (increase(dsl_down_hec{host=\"$host\"}[$__rate_interval])) * -1",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "HEC Down",
|
"legendFormat": "HEC Down",
|
||||||
@@ -440,7 +439,7 @@
|
|||||||
"uid": "PBFA97CFB590B2093"
|
"uid": "PBFA97CFB590B2093"
|
||||||
},
|
},
|
||||||
"exemplar": true,
|
"exemplar": true,
|
||||||
"expr": "increase(dsl_up_hec{host=\"$host\"}[$__rate_interval])",
|
"expr": "sum by (host) (increase(dsl_up_hec{host=\"$host\"}[$__rate_interval]))",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "HEC Up",
|
"legendFormat": "HEC Up",
|
||||||
@@ -491,6 +490,6 @@
|
|||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "HG612",
|
"title": "HG612",
|
||||||
"uid": "42KBhvTnz",
|
"uid": "42KBhvTnz",
|
||||||
"version": 8,
|
"version": 9,
|
||||||
"weekStart": ""
|
"weekStart": ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user