IntersectMBO / IntersectMBO/ouroboros-network
Rename trace types
Open
technical debt
- Dominant language
- Haskell
- Stars
- 296
- Forks
- 104
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 4
Description
All trace types should follow the following naming convention `Trace`.
Furthermore, all traces configurable by `cardano-node` should use the same
type name as the corresponding [option](https://github.com/input-output-hk/cardano-node/blob/master/cardano-node/src/Cardano/Tracing/Config.hs?plain=1#L66-L118=).
This will simplify the process of finding the right option to enable a given tracer
or finding the trace type corresponding to a given option.
Contributor guide
Assessment
This issue has not been assessed yet.