|
3 years ago | |
---|---|---|
.. | ||
src/Cardano/BM | 3 years ago | |
static | 3 years ago | |
test | 3 years ago | |
LICENSE | 3 years ago | |
NOTICE | 3 years ago | |
README.md | 3 years ago | |
iohk-monitoring.cabal | 3 years ago |
README.md
iohk-monitoring-framework
This framework provides logging, benchmarking and monitoring.
documentation
Documentation of the source code and tests in PDF format. Please, download the PDF file and open in external viewer. It contains links that make it easy to navigate in the source code. Those links are not active in the online viewer.
Presentations and more documentation is available from our docs section.
module dependencies
building and testing
cabal new-build iohk-monitoring
cabal new-test pkg:iohk-monitoring:tests
examples
https://github.com/input-output-hk/iohk-monitoring-framework/edit/master/README.md
Some examples are available in the directory examples
:
simple
- run withcabal new-run example-simple
complex
- run withcabal new-run example-complex
performance
- run withcabal new-run example-performance
These showcase the usage of this framework in an application. The complex example includes EKGView
(http://localhost:12789) and the configuration editor (http://localhost:13789).
development
cabal new-build
andcabal new-test
ghcid -c "cabal new-repl"
watches for file changes and recompiles them immediatelyliquid --ghc-option=-XOverloadedStrings --prune-unsorted src/Cardano/BM/*.lhs
verify top modules in iohk-monitoring using LiquidHaskell