Incorrect rendering
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 29k
- Forks
- 4k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 71
Description
Bug description
Tables are rendered incorrectly
https://devel.docs.ergo.services/extra-library/actors/metrics#process-init-time-metrics
How to reproduce
| Metric | Type | Labels | Description |
|--------|------|--------|-------------|
| `ergo_connected_nodes_total` | Gauge | - | Number of remote nodes connected. For distributed systems, this should match your expected cluster size. |
| `ergo_remote_node_uptime_seconds` | Gauge | `remote_node` | Uptime of each connected remote node. Resets when the remote node restarts. |
| `ergo_remote_messages_in_total` | Gauge | `remote_node` | Messages received from each remote node. Rate indicates traffic volume. |
| `ergo_remote_messages_out_total` | Gauge | `remote_node` | Messages sent to each remote node. Asymmetric in/out rates may reveal routing issues. |
| `ergo_remote_bytes_in_total` | Gauge | `remote_node` | Bytes received from each remote node. Disproportionate bytes-to-messages ratio suggests large messages or inefficient serialization. |
| `ergo_remote_bytes_out_total` | Gauge | `remote_node` | Bytes sent to each remote node. Monitors network bandwidth usage per peer. |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the linked metrics page and reproduce the issue with the provided Markdown table. Compare the rendered table with the screenshot and the expected columns and rows; done means the table renders correctly without the reported layout problem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown, typescript
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100