This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Releases: David-VTUK/prometheus-rancher-exporter
Releases ยท David-VTUK/prometheus-rancher-exporter
Release 0.8.5
What's Changed
- Update logic to determine if rancher & backup operator is installed. by @David-VTUK in #32
Full Changelog: 0.8.4...0.8.5
Release 0.8.4
Note - Release versions match the respective container image tag. Therefore, the following is reflected in the image virtualthoughts/rancher-prometheus-exporter:0.8.4
.
Updates:
- Added metrics to detect and then register Rancher Backup Operator metrics:
- Backup count
- Restore count
- Backup Job details
- Restore job details
Fixes
- None
Enhancements
- None
Release 0.8.2
Note - Release versions match the respective container image tag. Therefore, the following is reflected in the image virtualthoughts/rancher-prometheus-exporter:0.8.2
.
Updates:
- Added metrics to capture node metadata info stored as labels:
is_control_plane
is_etcd
is_worker
architecture
(ie amd64/arm64)container_runtime_version
kernel_version
os
(operating system)os image
(operating system image)
Fixes
- None
Enhancements
- None
Release 0.8.1
Note - Release versions match the respective container image tag. Therefore, the following is reflected in the image virtualthoughts/rancher-prometheus-exporter:0.8.1
.
Updates:
- Updated CI to push named versions of the image as well as
latest
- Updated CI to automatically updated the
deployment
manifest file when a new build is pushed - Bumped Dependencies and error handling improvements (#25 - Thank you @mrueg)
Fixes
- Change logic to ascertain newest Rancher version (vs the most recent released)