research-iobserve / iobserve-analysis

Tools, probes and libraries used in iObserve to monitor and analyze software, as well as to plan and execute its modification (MAPE-K loop)
https://www.iobserve-devops.net
Apache License 2.0
6 stars 1 forks source link

Replace static recordswitch with configurable filter #84

Closed rju closed 6 years ago

rju commented 6 years ago

Done. Semantics slightly changed. Old RecordSwitch could send one record through mutliple output ports. Especially it send TraceMetadata as IFlowRecord through that specific port and through the trace metadata port. However, the new filter allows only to send an event through one port. However, nobody used the TraceMetadataOutputPort.