Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
Logger *zap.Logger
CeClient cloudevents.Client
ChannelURI *url.URL
BrokerName string
Namespace string
Reporter StatsReporter
Defaulter client.EventDefaulter
}
type ReportArgs ¶ added in v0.9.0
type ReportArgs struct {
// contains filtered or unexported fields
}
type StatsReporter ¶ added in v0.9.0
type StatsReporter interface {
ReportEventCount(args *ReportArgs, responseCode int) error
ReportEventDispatchTime(args *ReportArgs, responseCode int, d time.Duration) error
}
StatsReporter defines the interface for sending ingress metrics.
func NewStatsReporter ¶ added in v0.9.0
func NewStatsReporter(container, uniqueName string) StatsReporter
NewStatsReporter creates a reporter that collects and reports ingress metrics.
Click to show internal directories.
Click to hide internal directories.