iohk-monitoring-framework
iohk-monitoring-framework copied to clipboard
Improve documentation
Due to https://github.com/input-output-hk/cardano-wallet/pull/2322 I wanted to interface more deeply with iohk-monitoring.
The problems I had:
- No haddock documentation. The PDF wasn't really a sufficient substitute for navigating the API.
- The PDF was quite inaccessible to me. The code examples are hard to read, copy and parts of it exceed the PDF length, rendering various lines unreadable. It's quite hard to have an overview of what to do and where to start. I believe that extensive haddock documentation in the spirit of optics is the way to go.
- certain things are underdocumented like
options. I could find some of it here https://github.com/input-output-hk/cardano-node/blob/master/doc/getting-started/understanding-config-files.md#fine-grained-logging-control but I don't know why this is documented at the node.