Hi Christopher,
Recently I did something similar but for getting performance numbers out
from Samza. I used InfluxDB. I wrote a stream task which consumes the
metrics topics and deployed it as a another Samza job. From that job I
pushed metrics in to InfluxDB.
Thanks
Milinda
On Thu, Jun 25, 2015
I see in the Samza metrics documentation that there are two basic ways to
get metrics from Samza to a metrics repository: 1) write a custom
MetricsReporter to push the metrics directly, perhaps using an
ExecutorService or similar to perform batching, or 2) consume the metrics
Kafka queue and push t