Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Jul 19, 2021
1 parent d420966 commit c6eb4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roomserver/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ var calculateStateDurations = prometheus.NewHistogramVec(
// _load_state_block_nids -> Failed loading the state block nids for a single previous state.
// _load_combined_state -> Failed to load the combined state.
// _resolve_conflicts -> Failed to resolve conflicts.
[]string{"algorithm", "outcome", "room_id"},
[]string{"algorithm", "outcome"},
)

var calculateStatePrevEventLength = prometheus.NewSummaryVec(
Expand Down

0 comments on commit c6eb4d8

Please sign in to comment.