MeltwaterArchive / dropwizard-extra

A set of miscellaneous and common Dropwizard utilities
109 stars 45 forks source link

Provide metrics for ZooKeeper clients #10

Open nicktelford opened 11 years ago

nicktelford commented 11 years ago

Ideally, ZooKeeper client instances should be instrumentable with metrics; specifically, each request type (e.g. "create", "set", "getACL", etc.) should be timed to measure request latency etc.

This is problematic because: