waku-org / nwaku-compose

Deployment docker-compose files to deploy an nwaku node
13 stars 19 forks source link

nwaku-monitorin.json: add new panel to show the number of stored messages #35

Closed Ivansete-status closed 7 months ago

Ivansete-status commented 8 months ago

Notice that this panel doesn't show the number of messages in real-time. Instead, it shows the 'waku_archive_messages' nim-waku metric which is updated every minute.

This is the new panel added in the "Waku Node" section: image

Ivansete-status commented 8 months ago

Maybe we need to close this PR as it may sound like a subset of the info shown in https://github.com/waku-org/nwaku-compose/pull/33

The only difference is that we are showing the number of archived messages from the nwaku's point of view. If we maintain this PR maybe we can add more Store panels.

Ivansete-status commented 7 months ago

Thanks for the reviews! Nevertheless, I won't include this as the same feature is better covered by the following: https://github.com/waku-org/nwaku-compose/pull/40