Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportArgs ¶
type ReportArgs struct { Namespace string EventType string EventScheme string EventSource string Name string ResourceGroup string Error string Timeout bool }
ReportArgs defines the arguments for reporting metrics.
type StatsReporter ¶
type StatsReporter interface { // ReportEventCount captures the event count. It records one per call. ReportEventCount(args *ReportArgs, responseCode int) error ReportRetryEventCount(args *ReportArgs, responseCode int) error }
StatsReporter defines the interface for sending source metrics.
func NewStatsReporter ¶
func NewStatsReporter() (StatsReporter, error)
NewStatsReporter creates a reporter that collects and reports source metrics.
Click to show internal directories.
Click to hide internal directories.