var searchIndex = {}; searchIndex["dogstatsd"] = {"doc":"A Rust client for interacting with Dogstatsd","items":[[3,"Options","dogstatsd","The struct that represents the options available for the Dogstatsd client.",null,null],[12,"from_addr","","The address of the udp socket we'll bind to for sending.",0,null],[12,"to_addr","","The address of the udp socket we'll send metrics and events to.",0,null],[12,"namespace","","A namespace to prefix all metrics with, joined with a '.'.",0,null],[3,"Client","","The client struct that handles sending metrics to the Dogstatsd server.",null,null],[6,"DogstatsdResult","","A type alias for returning a unit type or an error",null,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"default","","Create a new options struct with all the default settings.",0,{"inputs":[],"output":{"name":"self"}}],[11,"new","","Create a new options struct by supplying values for all fields.",0,{"inputs":[{"name":"str"},{"name":"str"},{"name":"str"}],"output":{"name":"self"}}],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"fmt","","",1,null],[11,"new","","Create a new client from an options struct.",1,{"inputs":[{"name":"options"}],"output":{"name":"self"}}],[11,"incr","","Increment a StatsD counter",1,null],[11,"decr","","Decrement a StatsD counter",1,null],[11,"time","","Time how long it takes for a block of code to execute.",1,null],[11,"timing","","Send your own timing metric in milliseconds",1,null],[11,"gauge","","Report an arbitrary value as a gauge",1,null],[11,"histogram","","Report a value in a histogram",1,null],[11,"set","","Report a value in a set",1,null],[11,"event","","Send a custom event as a title and a body",1,null]],"paths":[[3,"Options"],[3,"Client"]]}; initSearch(searchIndex);