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
Add compactor start duration in seconds metric (#5683)
* Add additional metrics to record compactor start and stop duration in seconds
Signed-off-by: Alex Le <[email protected]>
* update CHANGELOG
Signed-off-by: Alex Le <[email protected]>
* removed stop duration metric replaced it by log
Signed-off-by: Alex Le <[email protected]>
* fix test
Signed-off-by: Alex Le <[email protected]>
---------
Signed-off-by: Alex Le <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
*[CHANGE] Index Cache: Multi level cache backfilling operation becomes async. Added `-blocks-storage.bucket-store.index-cache.multilevel.max-async-concurrency` and `-blocks-storage.bucket-store.index-cache.multilevel.max-async-buffer-size` configs and metric `cortex_store_multilevel_index_cache_backfill_dropped_items_total` for number of dropped items. #5661
7
7
*[FEATURE] Ingester: Add per-tenant new metric `cortex_ingester_tsdb_data_replay_duration_seconds`. #5477
8
8
*[ENHANCEMENT] Store Gateway: Added `-store-gateway.enabled-tenants` and `-store-gateway.disabled-tenants` to explicitly enable or disable store-gateway for specific tenants. #5638
9
+
*[ENHANCEMENT] Compactor: Add new compactor metric `cortex_compactor_start_duration_seconds`. #5683
9
10
*[ENHANCEMENT] Upgraded Docker base images to `alpine:3.18`. #5684
`level=info component=cleaner msg="started blocks cleanup and maintenance"`,
367
369
`level=error component=cleaner msg="failed to run blocks cleanup and maintenance" err="failed to discover users from bucket: failed to iterate the bucket"`,
0 commit comments