Skip to content

Commit 76c76c9

Browse files
authored
Merge pull request #1642 from stackhpc/fix-radosgw-usage-exporter-duplicate-metrics
Fix duplicate metrics from radosgw_usage_exporter
2 parents 9202db2 + d8b266f commit 76c76c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

etc/kayobe/ansible/deploy-radosgw-usage-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
- name: Ensure radosgw_usage_exporter container is running
108108
community.docker.docker_container:
109109
name: radosgw_usage_exporter
110-
image: ghcr.io/stackhpc/radosgw_usage_exporter:v0.1.1
110+
image: ghcr.io/stackhpc/radosgw_usage_exporter:v0.1.3
111111
network_mode: host
112112
env:
113113
RADOSGW_SERVER: "{{ radosgw_server }}"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Bumps the radosgw_usage_exporter tag to fix an issue where duplicate
5+
metrics could be presented to Prometheus if S3 store usage was particularly
6+
high.

0 commit comments

Comments
 (0)