This commit is contained in:
Neil Alexander 2021-07-19 16:52:57 +01:00
parent d420966d9a
commit c6eb4d8bbf
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -453,7 +453,7 @@ var calculateStateDurations = prometheus.NewHistogramVec(
// _load_state_block_nids -> Failed loading the state block nids for a single previous state. // _load_state_block_nids -> Failed loading the state block nids for a single previous state.
// _load_combined_state -> Failed to load the combined state. // _load_combined_state -> Failed to load the combined state.
// _resolve_conflicts -> Failed to resolve conflicts. // _resolve_conflicts -> Failed to resolve conflicts.
[]string{"algorithm", "outcome", "room_id"}, []string{"algorithm", "outcome"},
) )
var calculateStatePrevEventLength = prometheus.NewSummaryVec( var calculateStatePrevEventLength = prometheus.NewSummaryVec(