Closed
Description
The following TSDB metrics are not exposed by Cortex (blocks storage) but are actually quite important to be able to graph at which point in time TSDB head compactions occur:
prometheus_tsdb_compactions_triggered_total
prometheus_tsdb_compactions_failed_total
We should add them to the mapping in pkg/ingester/metrics.go
and update unit tests accordingly.