You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed cortex_compactor_garbage_collected_blocks_total metric help
Signed-off-by: Marco Pracucci <marco@pracucci.com>
* Removed 'TSDB Syncer:' prefix from metrics help
Signed-off-by: Marco Pracucci <marco@pracucci.com>
* Fixed unit tests
Signed-off-by: Marco Pracucci <marco@pracucci.com>
# HELP cortex_compactor_meta_sync_failures_total TSDB Syncer: Total blocks metadata synchronization failures.
142
+
# HELP cortex_compactor_meta_sync_failures_total Total blocks metadata synchronization failures.
143
143
# TYPE cortex_compactor_meta_sync_failures_total counter
144
144
cortex_compactor_meta_sync_failures_total 0
145
145
146
-
# HELP cortex_compactor_meta_syncs_total TSDB Syncer: Total blocks metadata synchronization attempts.
146
+
# HELP cortex_compactor_meta_syncs_total Total blocks metadata synchronization attempts.
147
147
# TYPE cortex_compactor_meta_syncs_total counter
148
148
cortex_compactor_meta_syncs_total 0
149
149
150
-
# HELP cortex_compactor_group_compaction_runs_completed_total TSDB Syncer: Total number of group completed compaction runs. This also includes compactor group runs that resulted with no compaction.
150
+
# HELP cortex_compactor_group_compaction_runs_completed_total Total number of group completed compaction runs. This also includes compactor group runs that resulted with no compaction.
151
151
# TYPE cortex_compactor_group_compaction_runs_completed_total counter
# HELP cortex_compactor_group_compactions_total TSDB Syncer: Total number of group compaction attempts that resulted in a new block.
162
+
# HELP cortex_compactor_group_compactions_total Total number of group compaction attempts that resulted in a new block.
163
163
# TYPE cortex_compactor_group_compactions_total counter
164
164
cortex_compactor_group_compactions_total 0
165
165
166
-
# HELP cortex_compactor_group_vertical_compactions_total TSDB Syncer: Total number of group compaction attempts that resulted in a new block based on overlapping blocks.
166
+
# HELP cortex_compactor_group_vertical_compactions_total Total number of group compaction attempts that resulted in a new block based on overlapping blocks.
167
167
# TYPE cortex_compactor_group_vertical_compactions_total counter
# HELP cortex_compactor_meta_sync_failures_total TSDB Syncer: Total blocks metadata synchronization failures.
255
+
# HELP cortex_compactor_meta_sync_failures_total Total blocks metadata synchronization failures.
256
256
# TYPE cortex_compactor_meta_sync_failures_total counter
257
257
cortex_compactor_meta_sync_failures_total 0
258
258
259
-
# HELP cortex_compactor_meta_syncs_total TSDB Syncer: Total blocks metadata synchronization attempts.
259
+
# HELP cortex_compactor_meta_syncs_total Total blocks metadata synchronization attempts.
260
260
# TYPE cortex_compactor_meta_syncs_total counter
261
261
cortex_compactor_meta_syncs_total 0
262
262
263
-
# HELP cortex_compactor_group_compaction_runs_completed_total TSDB Syncer: Total number of group completed compaction runs. This also includes compactor group runs that resulted with no compaction.
263
+
# HELP cortex_compactor_group_compaction_runs_completed_total Total number of group completed compaction runs. This also includes compactor group runs that resulted with no compaction.
264
264
# TYPE cortex_compactor_group_compaction_runs_completed_total counter
# HELP cortex_compactor_group_compactions_total TSDB Syncer: Total number of group compaction attempts that resulted in a new block.
275
+
# HELP cortex_compactor_group_compactions_total Total number of group compaction attempts that resulted in a new block.
276
276
# TYPE cortex_compactor_group_compactions_total counter
277
277
cortex_compactor_group_compactions_total 0
278
278
279
-
# HELP cortex_compactor_group_vertical_compactions_total TSDB Syncer: Total number of group compaction attempts that resulted in a new block based on overlapping blocks.
279
+
# HELP cortex_compactor_group_vertical_compactions_total Total number of group compaction attempts that resulted in a new block based on overlapping blocks.
280
280
# TYPE cortex_compactor_group_vertical_compactions_total counter
0 commit comments