add metrics in libwaku

This commit is contained in:
fryorcraken 2025-06-07 01:05:22 +10:00
parent 37226f90a1
commit 31a67447e4
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 21 additions and 3 deletions

View File

@ -4,6 +4,7 @@
1. nwaku can be compiled as a library, `libwaku`.
2. libwaku exposes c-bindings.
3. Metrics can be enabled in libwaku.
## Usability

View File

@ -2,7 +2,7 @@
## Functionality
1. Nwaku is the used Waku implementation for relay mode.
1. Nwaku is the used Waku implementation for relay mode.
## Usability

View File

@ -25,9 +25,26 @@ meaning that if Status were to use RLN (see Scale 1:1 chat messages PoC), then i
**FURPS**:
- [nwaku](/FURPS/application/nwaku.md): F1-2, S1-2, +1
- [nwaku](/FURPS/application/nwaku.md): F1-3, S1-2, +1
- [status-go](/FURPS/application/status_go.md): F1, U1, R1, P1, S1-2, +1
**GitHub Milestone and deliverables**: https://github.com/waku-org/pm/milestone/33
TODO: add https://github.com/waku-org/nwaku/issues/3202
## Enable Waku Metrics in libwaku
**Owner**: nwaku
**Feature**: [nwaku](/FURPS/application/nwaku.md)
**FURPS**:
- F3. Metrics can be enabled in libwaku.
https://github.com/waku-org/nwaku/issues/3202
**Checklist**:
- [ ] Specs: link to specs and/or API definition
- [ ] Code: link to GitHub issues/PRs/Epic
- [ ] Dogfood: link to dogfooding session/artefact
- [ ] Docs: links to README.md or docs.waku.org (TBD)
https://github.com/waku-org/nwaku/issues/3202