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