Skip to content

Commit d997f5c

Browse files
mock classes by directly calling the prometheus methods under the hood
1 parent 6284985 commit d997f5c

9 files changed

Lines changed: 75 additions & 472 deletions

File tree

synapse/handlers/federation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
40.0,
101101
60.0,
102102
80.0,
103+
"+Inf",
103104
),
104105
)
105106

synapse/handlers/federation_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
120.0,
133133
150.0,
134134
180.0,
135+
"+Inf",
135136
),
136137
)
137138

0 commit comments

Comments
 (0)