Average Lineage Duration does not always measure
processing latency of a flowfile from the very first processor to the last
processor.
If you have a simple NiFi flow, where none of the processors
creates a new flowfile in between, Average Lineage
Duration measures the processing latency of the flowfile from
the first to the last processor.
But, if a processor in your NiFi flow
creates a new flowfile in between, Average Lineage
Duration measures the processing latency from that very
processor, where a new flow file is created, to the last
processor.