const (
StatusSuccess = "success"
StatusFailure = "failure"
)
Common status values
func IncrementAuthSession(realmType string)
IncrementAuthSession increments the /requestAuthSession request counter
func IncrementCommand(cmdName string, st Status)
IncrementCommand increments the pling command counter
func IncrementConfigureService(serviceType string)
IncrementConfigureService increments the /configureService counter
func IncrementWebhook(serviceType string)
IncrementWebhook increments the incoming webhook request counter
type Status string
Status is the status of a measurable metric (incoming commands, outgoing polls, etc)