Skip to content

Commit

Permalink
refactor!: metrics (#2464)
Browse files Browse the repository at this point in the history
## Description

- Cleans up stale counters
- Introduces unique daily node counts on relays
- Introduces a metrics dumper so we can create dumps of metrics and also
view them in doctor plot
- Introduces new trace level counters

## Breaking Changes

- Introduces `metrics_dump_path` on the top level CLI parameters, which
if set will make sure metrics are collected at regular intervals and
written to the provided path in CSV format.

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
  • Loading branch information
Arqu authored Jul 22, 2024
1 parent bb06ead commit 9d4011c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d4011c

Please sign in to comment.