var searchIndex = {}; searchIndex["statsd"] = {"doc":"A Rust implementation of statsd server & client.","items":[[0,"client","statsd","",null,null],[3,"Client","statsd::client","Client socket for statsd servers.",null,null],[11,"new","","Construct a new statsd client given an host/port & prefix",0,{"inputs":[{"name":"str"},{"name":"str"}],"output":{"name":"result"}}],[11,"incr","","Increment a metric by 1",0,null],[11,"decr","","Decrement a metric by -1",0,null],[11,"count","","Modify a counter by `value`.",0,null],[11,"sampled_count","","Modify a counter by `value` only x% of the time.",0,null],[11,"gauge","","Set a gauge value.",0,null],[11,"timer","","Send a timer value.",0,null],[11,"time","","Time a block of code.",0,null]],"paths":[[3,"Client"]]}; initSearch(searchIndex);