vibrato.api

Undocumented in source.

Members

Aliases

SendCallback
alias SendCallback = void delegate()
Undocumented in source.

Classes

VibratoException
class VibratoException
Undocumented in source.

Enums

MetricFlags
enum MetricFlags
Undocumented in source.
MetricType
enum MetricType
Undocumented in source.

Functions

annotation
void annotation(Annotation event)
Undocumented in source. Be warned that the author may not have intended to support it.
gauge
void gauge(size_t metric, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
increment
void increment(size_t metric, size_t 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.
metric
void metric(size_t index, string name, MetricType type, MetricFlags 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(size_t metric, double milliseconds)
Undocumented in source. Be warned that the author may not have intended to support it.
timed
void timed(size_t metric, TickDuration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
timed
void timed(size_t metric, 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