What's Changed
Fixes
- fix(metrics): correct storage backend label and doubled _total suffix (#134)
Full Changelog: v0.15.11...v0.15.12
Release Notes
Fixed
- Label segment storage write metrics (
kafka_backup_storage_write_bytes_total,
kafka_backup_storage_write_latency_seconds) with the storage backend that
was actually written to (s3,azure,gcs,filesystem,memory)
instead of a hardcodedfilesystem. Addresses
strimzi-backup-operator#50. - Register counters without an explicit
_totalsuffix so exposed series match
the documented names (e.g.kafka_backup_records_total) instead of carrying
a doubled suffix (kafka_backup_records_total_total);prometheus-client
appends_totalto counters at encode time. Dashboards or alerts built on
the doubled names must move to the documented single-_totalnames.
Install kafka-backup-cli 0.15.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/osodevops/kafka-backup/releases/download/v0.15.12/kafka-backup-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/osodevops/kafka-backup/releases/download/v0.15.12/kafka-backup-cli-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install osodevops/tap/kafka-backupDownload kafka-backup-cli 0.15.12
| File | Platform | Checksum |
|---|---|---|
| kafka-backup-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| kafka-backup-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| kafka-backup-cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| kafka-backup-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |