Documentation ¶
Index ¶
Constants ¶
View Source
const ( TotalHttpSubscriptions = "total_http_subscriptions" TotalHttpRoutes = "total_http_routes" TotalTcpSubscriptions = "total_tcp_subscriptions" TotalTcpRoutes = "total_tcp_routes" TotalTokenErrors = "total_token_errors" KeyRefreshEvents = "key_refresh_events" )
Variables ¶
This section is empty.
Functions ¶
func GetKeyVerificationRefreshCount ¶
func GetKeyVerificationRefreshCount() int64
func GetTokenErrors ¶
func GetTokenErrors() int64
func IncrementKeyVerificationRefreshCount ¶
func IncrementKeyVerificationRefreshCount()
func IncrementTokenError ¶
func IncrementTokenError()
Types ¶
type MetricsReporter ¶
type MetricsReporter struct {
// contains filtered or unexported fields
}
func NewMetricsReporter ¶
func NewMetricsReporter(database db.DB, stats PartialStatsdClient, ticker *time.Ticker, logger lager.Logger) *MetricsReporter
Click to show internal directories.
Click to hide internal directories.