mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 14:26:27 +00:00
bdb120d842
* 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
Waku Node v2
This folder contains code related to running a wakunode2
process. The main entrypoint is the wakunode2
file.
See ../../docs/api/v2/node.md
for more details on the Nim Node API.