mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
* update rendezvous to work with WakuPeeRecord and use libp2p updated version * split rendezvous client and service implementation * mount rendezvous client by default
12 lines
317 B
Nim
12 lines
317 B
Nim
{.push raises: [].}
|
|
|
|
import metrics
|
|
|
|
declarePublicCounter lp_mix_success, "number of lightpush messages sent via mix"
|
|
|
|
declarePublicCounter lp_mix_failed,
|
|
"number of lightpush messages failed via mix", labels = ["error"]
|
|
|
|
declarePublicHistogram lp_mix_latency,
|
|
"lightpush publish latency via mix in milliseconds"
|