DataDog / kvexpress

## Auto-archived due to inactivity. ## Go program to move data in and out of Consul's KV store.
Apache License 2.0
128 stars 13 forks source link

When using the compression option the lines metric is fixed at 1. #91

Closed darron closed 8 years ago

darron commented 8 years ago

This makes sense - since base64 doesn't have a line break.

Should update the lines metric to count before it's compressed - that would be more accurate.

It's not a huge deal - but will be a problem if you're not overriding the default --length option of 10.

Will need to make sure to check in and out commands by default.

Found this by load testing 2050 nodes and a massive hosts file with 7400 entries.