mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
invalid syntax :(
This commit is contained in:
parent
357c74a50f
commit
5c40ce3777
@ -148,8 +148,7 @@ REGISTRY.register(GCCounts())
|
|||||||
tick_time = Histogram(
|
tick_time = Histogram(
|
||||||
"python_twisted_reactor_tick_time",
|
"python_twisted_reactor_tick_time",
|
||||||
"Tick time of the Twisted reactor (sec)",
|
"Tick time of the Twisted reactor (sec)",
|
||||||
buckets=[0.001, 0.002, 0.005, 0.001, 0.005, 0.01. 0.025, 0.05, 0.1, 0.2,
|
buckets=[0.001, 0.002, 0.005, 0.01, 0.025, 0.05, 0.1, 0.2, 0.5, 1, 2, 5],
|
||||||
0.5, 1, 2, 5],
|
|
||||||
)
|
)
|
||||||
pending_calls_metric = Histogram(
|
pending_calls_metric = Histogram(
|
||||||
"python_twisted_reactor_pending_calls",
|
"python_twisted_reactor_pending_calls",
|
||||||
|
Loading…
Reference in New Issue
Block a user