vznet / play-statsd

Play Framework 2.0 statsd plugin
43 stars 11 forks source link

Lot of events missing #6

Open giridhara opened 9 years ago

giridhara commented 9 years ago

I was doing load testing and fired around 1000 requests over a period of 200 seconds using Gatling. I used Timer for a metric.

But i see only around 350 events on Graphite console.

I tried using Counter for that metric too, with around 350 events only in Graphite console.

I followed README as is.

Is there any reason for the discrepancy ?

Thanks, Giridhar.

giridhara commented 9 years ago

Figured out that this is due to improper storage-schemas.conf in Graphite. Now i do not see events missing. Please ignore above issue.

By the way, is there any performance/features wise comparison between play-statsd and Metrics ( along with metrics-scala & metrics-statsd modules ) https://dropwizard.github.io/metrics/3.1.0/manual/third-party/

And any good practices to follow while using play-statsd ? play-statsd is by far the easiest way to push metrics to statsd from play application.

Thanks, Giridhar.