You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Organise backends in plugins |
4 years ago | |
---|---|---|
.buildkite | 4 years ago | |
.github | 4 years ago | |
ci | 5 years ago | |
contra-tracer | 4 years ago | |
docs | 4 years ago | |
examples | 4 years ago | |
iohk-monitoring | 4 years ago | |
nix | 4 years ago | |
plugins | 4 years ago | |
scripts | 4 years ago | |
tracer-transformers | 4 years ago | |
.gitattributes | 5 years ago | |
.gitignore | 4 years ago | |
CODEOWNERS | 4 years ago | |
CONTRIBUTING.md | 4 years ago | |
LICENSE | 4 years ago | |
NOTICE | 4 years ago | |
PLAN.md | 4 years ago | |
README.md | 4 years ago | |
bors.toml | 5 years ago | |
cabal.project | 4 years ago | |
default.nix | 5 years ago | |
hie.yaml | 4 years ago | |
lib.nix | 4 years ago | |
release.nix | 4 years ago | |
shell.nix | 5 years ago | |
stack.yaml | 4 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 it in an external viewer. It contains links for easier navigation in the source code. Those links are not active in the online viewer.
Slides of our presentations are available in html format.
And, introductory one-pagers on logging and benchmarking are available in pdf format.
module dependencies
building and testing
cabal new-build all
cabal new-test all
examples
Some examples are available in the directory examples:
simple
- run withcabal new-run example-simple
complex
- run withcabal new-run example-complex
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 all
andcabal new-test all
ghcid -c "cabal new-repl"
watches for file changes and recompiles them immediately