I just want to configure a tiny log file, stating the same counts of a few connections(pipes) from my workspace. Lets call tose CheckPoints.
Is there a better way than adding a counter/sorter/sampler or StatisticsCalculator at each CheckPoint?
StatisticsCalculator is a bit over kill, I think.
If not, I wound like a new mini-transformer that just preserve the count from a pipe, so I can name each CheckPoint and collect them in a file.
There got to be a way to reuse the count of each pipe, in an easy way, right?

