mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Fix metrics
This commit is contained in:
parent
19f310d4e8
commit
1a50b1f6a4
|
|
@ -41,7 +41,7 @@ var (
|
|||
Subsystem: "federationapi",
|
||||
Name: "recv_pdus",
|
||||
},
|
||||
[]string{"success", "total"},
|
||||
[]string{"status"},
|
||||
)
|
||||
eduCountTotal = prometheus.NewCounter(
|
||||
prometheus.CounterOpts{
|
||||
|
|
|
|||
Loading…
Reference in a new issue