Releases: input-output-hk/iohk-monitoring-framework
Releases · input-output-hk/iohk-monitoring-framework
Release 0.1.10.0
❗️ breaking change ❗️
- function
appendName
is now pure; its type changed which requires all usage sites to be updated
other major changes:
- user-defined backends can now be connected to the switchboard (see
UserDefinedBK
) - new backend: Graylog
- internally, logged items are processed as a list by flushing the queues, instead of one after the other
Release 0.1.9.0
- all code now verifiable with
LiquidHaskell
- extended monitoring expression: can compare value against other observables
- when setting
disable_*
flags, also removed warnings for import/export of types/functions
Release 0.1.8.0
- Added selection of the format of logging on any output stream (file or console): either textual or Json representation.
- Added filtering trace to EKG: now we can more precisely filter for the values we want to be displayed in EKG.
- Switch on/off message counter output: in the background we keep counters of which messages where passed through which backend just for information and debugging. Periodical output of these counters are now off by default and can be turned on in the configuration.
Release 0.1.7.0
- adaptations for
cardano-ledger
Release 0.1.6.0
- contains latest docs
- removal of dummy tests in
contra-tracer
Release 0.1.5.0
- the basic tracer library is now called
contra-tracer
to highlight its contravariant nature. - runtime configuration can now be output in YAML format that parses correctly
- a LogObject 'Command' can be inserted into a trace; it will be interpreted by the switchboard
- the GUI can output buffered log messages; builds on the command tracing
Release 0.1.4.0
LogBuffer
backendTracer
does not include a context anymore, but is a pureTracer
Release 0.1.3.0
- includes
basic-tracer