railsware / newrelic_platform_plugins

MIT License
42 stars 66 forks source link

HAProxy plugin reports the number of connections per minute as the number of requests per minute #48

Closed jszwedko closed 7 years ago

jszwedko commented 9 years ago

The HAProxy plugin uses stot to determine the number of HTTP requests per minute, but this is actually the number of cummulative connections. req_rate should be used instead.