vibrato.api

Undocumented in source.

Members

Aliases

ErrorCallback
alias ErrorCallback = void delegate(string error)
Undocumented in source.
SendCallback
alias SendCallback = void delegate()
Undocumented in source.

Classes

VibratoException
class VibratoException
Undocumented in source.

Enums

GaugeFlags
enum GaugeFlags
Undocumented in source.

Functions

annotation
void annotation(Annotation event)
Undocumented in source. Be warned that the author may not have intended to support it.
counter
void counter(string name, double count)
Undocumented in source. Be warned that the author may not have intended to support it.
gauge
void gauge(string name, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
increment
void increment(string name, double count)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(Settings settings)
Undocumented in source. Be warned that the author may not have intended to support it.
registerCounter
void registerCounter(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
registerGauge
void registerGauge(string name, GaugeFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
timed
void timed(string name, double milliseconds)
Undocumented in source. Be warned that the author may not have intended to support it.
timed
void timed(string name, TickDuration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
timed
void timed(string name, Duration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
timed
void timed(string name, SysTime start, SysTime end)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Annotation
struct Annotation
Undocumented in source.
Settings
struct Settings
Undocumented in source.

Meta