Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
UUIDFilter = regexp.MustCompile(`[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}`)
)
Functions ¶
func AlertTriggered ¶
func AlertTriggered(metric, atype string)
func InitAlertTriggered ¶
func InitAlertTriggered(metric, atype string)
func InitNotificationSent ¶
func InitNotificationSent(notificationType string)
func NotificationError ¶
func NotificationError(notificationType string)
func NotificationSent ¶
func NotificationSent(notificationType string)
Types ¶
type HTTPTiming ¶
type HTTPTiming struct {
// contains filtered or unexported fields
}
func NewHTTPTiming ¶
func NewHTTPTiming(router *httprouter.Router) *HTTPTiming
func (*HTTPTiming) ServeHTTP ¶
func (ht *HTTPTiming) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.