Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MetricsPath is the endpoint to collect application metrics
MetricsPath = "/metrics"
)
Variables ¶
This section is empty.
Functions ¶
func NewAppCollector ¶
func NewAppCollector(appLister applister.ApplicationLister) prometheus.Collector
NewAppCollector returns a prometheus collector for application metrics
func NewAppRegistry ¶
func NewAppRegistry(appLister applister.ApplicationLister) *prometheus.Registry
NewAppRegistry creates a new prometheus registry that collects applications
func NewMetricsServer ¶
func NewMetricsServer(port int, appLister applister.ApplicationLister) *http.Server
NewMetricsServer returns a new prometheus server which collects application metrics
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.