mirror of
https://github.com/logos-co/roadmap.git
synced 2025-02-23 13:18:34 +00:00
22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
|
---
|
||
|
title: Debugging Tools
|
||
|
tags:
|
||
|
- waku-milestone
|
||
|
date: 2025-01-09
|
||
|
---
|
||
|
Improve tooling to facilitate debugging and issues, by providing a tool to help with message tracing in logs (Status app, fleet), and enable Prometheus in Status app to get more detailed connectivity states and other metrics on local instances.
|
||
|
|
||
|
## Deliverables
|
||
|
|
||
|
### [Log parser]() [not started]
|
||
|
A log parser that can consume various logs (Status application, nwaku fleet) to retrieve specific information of a message, such as origin, Waku msg id to Status envelope id, etc.
|
||
|
|
||
|
### [Waku Local Metrics]() [not started]
|
||
|
Enable nwaku Prometheus when embedded in Status Desktop and Mobile applications.
|
||
|
|
||
|
### [Status Local Metrics](https://github.com/waku-org/pm/issues/273)
|
||
|
Migrate useful telemetry metrics to Prometheus in status-go; such as store confirmation success/failure, MVDS ack/no-ack. For Status Desktop.
|
||
|
|
||
|
### [Local Metric Dashboard](https://github.com/waku-org/pm/issues/274)
|
||
|
A pre-defined Grafana dashboard that can be deployed locally to visual Waku and status metrics generated by a local, or same lan, status application (desktop).
|