symmetry-statsd-api ~master (2022-04-04T09:26:02.1924179)
Dub
Repo
Gauge
kaleidc
api
dstatsd
struct
Gauge {
const
string
name
;
const
ulong
value
;
this
(string name, ulong value);
void
toString
(Buf buf, string prefix);
}
Constructors
this
this
(string name, ulong value)
Undocumented in source.
Members
Functions
toString
void
toString
(Buf buf, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
name
string
name
;
Undocumented in source.
value
ulong
value
;
Undocumented in source.
Meta
Source
See Implementation
kaleidc
api
dstatsd
classes
StatsD
functions
main
structs
Counter
Gauge
Histogram
Meter
ScopeTimer
Set
Timer