Hello,
I’m not sure, if I did fully understand the different Metrics, that can be used in the Analyzers.
Say, I want to count the messages, which were sent through my application. When using a CounterMetric within the Analyzer I wrote, the dat-file produced only shows the messages which were sent at a certain time. What if I want a simple accumulation of all messages sent through the network over time. The resulting graph should be monotonically increasing.
Do I have to write my own metric to achieve this or am I using the available metrics incorrectly?
Thanks and regards
Philipp