nwaku/waku/v2/utils
Aaryamann Challani d614e4504b
feat(rln-relay): metrics (#1185)
* feat(rln-relay): metrics

* fix(rln-relay): invalid token

* fix(rln-relay): return outside time

* style(rln-relay): multiline proc def

* fix(rln-relay): oserror

* fix(rln-relay): Exception should not be raised

* Revert "fix(rln-relay): oserror"

This reverts commit edcf39c0088ca526ca50256d856eee20d87a3c37.

* Revert "fix(rln-relay): Exception should not be raised"

This reverts commit c8d09b055314a83bb4a94900a47e899773cb47df.

* fix(rln-relay): revert exception removal

* feat(rln-relay): granular tracking

* fix(rln-relay): observe only on histogram, convert mount to hist

* chore(rln-relay): add additional metrics

* fix(rln-relay): missing import

* fix(rln-relay): template should expand only when times is defined

* fix(rln-relay): follow prometheus naming style

* fix(rln-relay): explicitly assert that the root window size should be less than 10

* fix(rln-relay): outstanding issues with infinite labels, minor refactor

* fix(rln-relay): typo

* fix(rln-relay): screaming case to pascal case

* fix(rln-relay): typos

* fix(rln-relay): imports

* fix(rln-relay): remove dependence on times, make durations as gauges

* fix(rln-relay): import order
2022-09-30 18:13:42 +05:30
..
README.md Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
namespacing.nim Refactor waku protocols and utils (#667) 2021-07-15 11:25:52 -07:00
peers.nim feat(relay): add support for gossipsub peer exchange (#911) 2022-03-29 10:09:48 +02:00
protobuf.nim feat(store): Allow messages to be marked as "don't store" (#1119) 2022-09-13 16:07:06 +05:30
requests.nim chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
time.nim feat(rln-relay): metrics (#1185) 2022-09-30 18:13:42 +05:30
wakuenr.nim Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00

README.md

Utils

Collection of misc utilities that don't fit anywhere else, and are used by multiple independent modules.