Flag controlling recording of timestamps on upstream events.
If true, the plugin should record timestamps for all upstream
events it processes, and pass these along to the upstream component,
if any. Note that this does not affect logging of timestamps.
recordDownstream
public boolean recordDownstream
Flag controlling recording of timestamps on downstream events.
If true, the plugin should record timestamps for all downstream
events it processes, and pass these along to the downstream
component, if any.
logUpstream
public boolean logUpstream
Flag controlling logging of timestamps on upstream events.
If true, the plugin should log the latency for all upstream
events it processes, at the logging level given by logLevel.
A plugin may implicitly enable upstream timestamp
recording if upstream logging is enabled.
logDownstream
public boolean logDownstream
Flag controlling logging of timestamps on downstream events.
If true, the plugin should log the latency for all downstream
events it processes, at the logging level given by logLevel.
A plugin may implicitly enable downstream timestamp
recording if downstream logging is enabled.
logRoundtrip
public boolean logRoundtrip
Flag controlling logging of round-trip latency.
If true, the plugin should log the "round trip" latency for all
events it processes in either direction, if possible. At its simplest,
the round trip latency can just be the difference between the largest
and smallest timestamps passed to the plugin, or an individual plugin
may choose to present some more plugin-specific latency number. As
with the other logging options, the logging level given by logLevel
should be used.
Submit a bug or feature Copyright (c) 2013-2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.