Skip to content

Commit e2de190

Browse files
authored
[prometheus-snmp-exporter] bump to 0.28.0 (#5325)
Signed-off-by: Casey Robb <casey.robb@redhat.com>
1 parent 2bd9a92 commit e2de190

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

charts/prometheus-snmp-exporter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Prometheus SNMP Exporter
33
name: prometheus-snmp-exporter
4-
version: 6.0.0
5-
appVersion: v0.27.0
4+
version: 7.0.0
5+
appVersion: v0.28.0
66
home: https://github.com/prometheus/snmp_exporter
77
sources:
88
- https://github.com/prometheus/snmp_exporter

charts/prometheus-snmp-exporter/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ This version changes the default image repository from using Dockerhub to Quay.
9898

9999
This version changes the default health check path from `/health` to `/`
100100

101+
### To 7.0.0
102+
103+
This version changes the sysUpTime metric by removing from the if_mib module and including it as part of the new system module, along with other useful system related metrics.
104+
Update your scrape definitions to include the system module if you need sysUpTime.
105+
101106
## Configuration
102107

103108
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments, visit the chart's [values.yaml](./values.yaml), or run these configuration commands:

0 commit comments

Comments
 (0)