iohk-monitoring-framework
iohk-monitoring-framework copied to clipboard
This framework provides logging, benchmarking and monitoring.
(Haven't been able to figure out why running `nix-shell` doesn't work, get this error: ``` building '/nix/store/bb729yclf297zin94f7fmsmww2a391f3-git-ls-files.drv'... error: … in the left operand of the update (//) operator at /home/user/src/iohk-monitoring-framework/shell.nix:66:8:...
Signed-off-by: Alexander Diemand description ----------- - [ ] adds a Kafka backend as a plugin (silent, needs to be enabled in cabal files) - [ ] test in examples/complex/Main.lhs checklist...
This addresses the lack of platform conditionalisation for the `Win32-network` dependency: https://github.com/input-output-hk/iohk-monitoring-framework/issues/595
The "SetGlobalMinimalSeverity" test fails with "thread blocked indefinitely in an STM transaction" on Windows when built with `ghc-8.6.5` and `ghc-8.10.2` See https://github.com/input-output-hk/iohk-monitoring-framework/pull/597/checks?check_run_id=1318822544
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: 1. No haddock documentation. The PDF wasn't really a sufficient substitute for navigating the API....
**Is your feature request related to a problem? Please describe.** I'm always frustrated with web-interfaces, which is not good for professional working. **Describe the solution you'd like** To have good...
``` src\Cardano\BM\Counters\Windows.hsc:266:17: error: • Couldn't match expected type ‘ProcessId -> IO CpuTimes’ with actual type ‘IO CpuTimes’ • The function ‘getCpuTimes’ is applied to one argument, but its type ‘IO...
Hi, we are adding [IOHK Monitoring Framework into openSUSE](https://build.opensuse.org/package/show/devel:languages:haskell:cardano/ghc-iohk-monitoring), `cabal2spec` lists `ghc-Win32-network-devel` as a dependency, I would need a confirmation, that this package is not required for UNIX builds such...
**Is your feature request related to a problem? Please describe.** While I was integrating `iohk-monitoring` into the Plutus Application Backend I found myself writing the same field names as string...
**Is your feature request related to a problem? Please describe.** *I would like to be able to set the IP of the EKG service within the node. As for now...