Documentation ¶
Overview ¶
Package metrics tracks various metrics that measure the performance of dirk.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountManagerMonitor ¶
type AccountManagerMonitor interface { // AccountManagerCompleted is called when an account manager process has completed. AccountManagerCompleted(started time.Time, request string, result core.Result) }
AccountManagerMonitor monitors the account manager service.
type ConfidantMonitor ¶
type ConfidantMonitor interface{}
ConfidantMonitor monitors the confidant service.
type ListerMonitor ¶
type ListerMonitor interface { // ListAccountsCompleted is called when a request for accounts has completed. ListAccountsCompleted(started time.Time) }
ListerMonitor monitors the account lister service.
type ReceiverMonitor ¶
type ReceiverMonitor interface{}
ReceiverMonitor monitors the receiver service.
type Service ¶
type Service interface { // Presenter provides the presenter for this service. Presenter() string }
Service is the generic metrics service.
Directories ¶
Path | Synopsis |
---|---|
Package null is a null metrics logger.
|
Package null is a null metrics logger. |
Click to show internal directories.
Click to hide internal directories.