Skip to content

Commit

Permalink
apply requested by @idryomov changes
Browse files Browse the repository at this point in the history
  • Loading branch information
banuchka committed Apr 27, 2023
1 parent 9c6258d commit 123f59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/prometheus/module.py
Expand Up @@ -762,7 +762,7 @@ def _setup_static_metrics(self) -> Dict[str, Metric]:
metrics['pool_objects_repaired'] = Metric(
'counter',
'pool_objects_repaired',
'Number of objects repaired in a pool Count',
'Number of objects repaired in a pool',
('poolid',)
)
metrics['daemon_health_metrics'] = Metric(
Expand Down

0 comments on commit 123f59c

Please sign in to comment.