Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsReporter ¶ added in v0.11.0
type StatsReporter interface { // ReportKnativeServingChange reports the count of KnativeServing changes. ReportKnativeservingChange(knativeservingResourceName, change string) error }
StatsReporter defines the interface for sending metrics.
func NewStatsReporter ¶ added in v0.11.0
func NewStatsReporter(reconcilerName string) (StatsReporter, error)
NewStatsReporter creates a reporter that collects and reports metrics.
Click to show internal directories.
Click to hide internal directories.