zio / zio-zmx

Monitoring, Metrics and Diagnostics for ZIO
https://zio.github.io/zio-zmx/
Apache License 2.0
85 stars 48 forks source link

Create Full Application Benchmark #189

Open adamgfraser opened 3 years ago

adamgfraser commented 3 years ago

We should create a benchmark to measure the overall overhead that monitoring with ZIO ZMX adds to an application. This is going to vary between applications, but we should create an application that does significant "real work" as well as monitoring that work. Measuring the execution time with and without monitoring will give us a metric for how much ZMX monitoring is "costing" in terms of performance. We can then assess this to confirm that it is appropriately low and measure the impact of optimizations.

adamgfraser commented 2 years ago

This should be done on a metric client specific basis at this point as the functionality provided by this library is specific to particular metric clients.