mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Fix bug
This commit is contained in:
parent
d420966d9a
commit
c6eb4d8bbf
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue