Skip to content

Commit

Permalink
OM-186 - 7.1 metrics support (#118)
Browse files Browse the repository at this point in the history
Updated gauge list with 7.1 guage metrics
  • Loading branch information
mphanias authored Apr 8, 2024
1 parent c86f645 commit c692acd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configs/gauge_stats_list.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,21 @@ namespace_gauge_stats =[
"storage-engine.device.shadow_write_q",
"storage-engine.device.used_bytes",
"storage-engine.device.write_q",
"storage-engine.device.age",
"storage-engine.file.defrag_q",
"storage-engine.file.free_wblocks",
"storage-engine.file.shadow_write_q",
"storage-engine.file.used_bytes",
"storage-engine.file.write_q",
"storage-engine.file.age",
"storage-engine.stripe.defrag_q",
"storage-engine.stripe.free_wblocks",
"storage-engine.stripe.shadow_write_q",
"storage-engine.stripe.used_bytes",
"storage-engine.stripe.write_q",
"storage-engine.stripe.age",
"storage-engine.stripe.backing_write_q",
"migrate_fresh_partitions",
"tombstones",
"truncate_lut",
"unavailable_partitions",
Expand Down

0 comments on commit c692acd

Please sign in to comment.