package server const ( metricUpdatesTotal = "updates_all" metricUpdatesTotalHelp = "amount of all updates" metricUpdatesPending = "updates_pending" metricUpdatesPendingHelp = "amount of all updates in pending state" metricUpdatesIgnored = "updates_ignored" metricUpdatesIgnoredHelp = "amount of all updates in ignored state" metricUpdatesApproved = "updates_approved" metricUpdatesApprovedHelp = "amount of all updates in approved state" metricWebhooks = "webhooks" metricWebhooksHelp = "amount of all webhooks" metricEvents = "events" metricEventsHelp = "amount of all events" metricActions = "actions" metricActionsHelp = "amount of all actions" )