You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Merge `oc_reporter_sequential` with `oc_reporter` to allow defining
multiple reporters at once. Additionally this allows registering new
reporters during runtime (no deregistering available).
This makes `oc_reporter` API similar to the `oc_stats_reporter`.
Marked as breaking change as:
- configuration option `reporter` was removed and replaced with option
`reporters`, which takes a list of `{Reporter, Options}` tuples or
just `Reporter` atoms. In the second case `[]` will be used as
`Options`.
- removed `oc_reporter_sequential` as it is no longer needed
- removed `oc_reporter_noop` as it can be replaced by setting
`reporters` configuration option to `[]` (empty list, this is default)
Close#116
0 commit comments