How to observe the temporal cluster?

Hi Tihomir,

  1. Persistence latencies by operation
    histogram_quantile(0.95, sum(rate(persistence_latency_bucket{}[1m])) by (operation, le))

What’s the unit for this metrics? is it seconds or milliseconds?