Interface StatsdWrapper
- All Known Implementing Classes:
StatsdClient
public interface StatsdWrapper
Wraps regular UDP based StatsD client with concurrent hostname refreshing logic.
- Author:
- Tom Hadlaw (thomas.hadlaw@hootsuite.com)
-
Method Summary
-
Method Details
-
increment
Runs a StatsD increment in a safe way.- Parameters:
key- the bucket keyamount- amount to increment
-
time
Runs a StatsD timer state in a safe way.- Parameters:
key- the bucket keyduration- the duration
-