Documentation ¶
Overview ¶
Package monitoring contains methods for recording metrics and reporting them through a HTTP handler
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monitoring ¶
type Monitoring interface { RecordFeedUpdate(systemID, feedID string, feedUpdate *api.FeedUpdate) RecordPublicRequest(methodName string, err error, duration time.Duration) Handler() http.Handler }
func NewPrometheusMonitoring ¶
func NewPrometheusMonitoring(namespace string) Monitoring
Click to show internal directories.
Click to hide internal directories.