Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Histogram ¶
type Histogram struct { Key string Values []HistogramValue }
type HistogramValue ¶
type IMetric ¶
type IMetric interface { SetWatcher(Watcher) error SetRoutine(Routine) error InsertMetadata(Metric) error SetupWatcher(Watcher) error SetupRoutine(Routine) error UpdateWatcher(Watcher) error UpdateRoutine(Routine) error WatcherExists(id uuid.UUID) (bool, error) RoutineExists(id uuid.UUID) (bool, error) SetIndicator(uuid.UUID, Indicator) error SetHistogram(uuid.UUID, Histogram) error }
Click to show internal directories.
Click to hide internal directories.