#Any way to show instances of B2B CPs?

1 messages · Page 1 of 1 (latest)

true glade
#

IHAC who ran into an issue with B2B CPs and was curious if there is a way to see this in a Harvest dashboard. Closest thing I can find is ONTAP: Node/System Utilization panel which shows WAFL Write Cleaning.

Digging into this metric, I see that there is 'back_to_back_CP' listed. However, I'm not able to actually add this to a query. Is that something that can be leveraged or is this no longer valid?

Thanks!

neat pawn
#

@true glade I don't see back_to_back_CP under wafl_cp_phase_times. It is available in disk dashboard via metric wafl_cp_count , located in CP(Consistency Points) Counts panel.

Prometheus Query wafl_cp_count{metric=~"back_to_back_CP|deferred_back_to_back_CP"}

true glade
#

perfect! That's what i needed