nwaku/waku/v2/utils
Aaryamann Challani bdb120d842
feat(chat2): metrics server + metrics logging (#1279)
* feat(rln-relay): periodically log metrics

* fix(chat2): enable metrics by default in chat2 config

* test(chat2): metrics, gc compilation error

* chore(metrics): make metrics a util, and import into wakunode2 apps dir

* fix(metrics): raise error

* fix(metrics): gc error

* fix(wakunode2): remove setup_metrics

* chore(metrics): waku utils metrics

* fix(metrics): create waku_metrics in node dir

* fix(metrics): log scope

* fix(chat2): disable metrics server by default

* fix(utils): collectorAsF64 proc def

* fix(metrics): store metrics path
2022-10-21 14:03:36 +05:30
..
README.md Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
collector.nim feat(chat2): metrics server + metrics logging (#1279) 2022-10-21 14:03:36 +05:30
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.