Documentation
¶
Overview ¶
Package metrics provides metrics for the reminder service
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct {
// Time between when a reminder became eligible and when it was sent
SendDelay metric.Float64Histogram
// Time between when a reminder became eligible and when it was sent for the first time
NewSendDelay metric.Float64Histogram
// Current number of reminders in the batch
BatchSize metric.Int64Histogram
}
Metrics contains all the metrics for the reminder service
Click to show internal directories.
Click to hide internal directories.