Documentation ¶
Index ¶
- Constants
- func DecreasePendingEvents(tablePrefix, workspace, destType string, value float64)
- func IncreasePendingEvents(tablePrefix, workspace, destType string, value float64)
- func PendingEvents(tablePrefix, workspace, destType string) metric.Gauge
- func PendingEventsMeasurement(tablePrefix, workspace, destType string) metric.Measurement
Constants ¶
View Source
const ( JobsdbPendingEventsCount = "jobsdb_%s_pending_events_count" All = "ALL" )
Variables ¶
This section is empty.
Functions ¶
func DecreasePendingEvents ¶
DecreasePendingEvents increments three gauges, the dest & workspace-specific gauge, plus two aggregate (global) gauges
func IncreasePendingEvents ¶
IncreasePendingEvents increments three gauges, the dest & workspace-specific gauge, plus two aggregate (global) gauges
func PendingEvents ¶
PendingEvents gets the measurement for pending events metric
func PendingEventsMeasurement ¶
func PendingEventsMeasurement(tablePrefix, workspace, destType string) metric.Measurement
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.