Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationsCollector ¶
type ApplicationsCollector struct {
// contains filtered or unexported fields
}
func NewApplicationsCollector ¶
func NewApplicationsCollector(namespace string, cfClient *cfclient.Client) *ApplicationsCollector
func (ApplicationsCollector) Collect ¶
func (c ApplicationsCollector) Collect(ch chan<- prometheus.Metric)
func (ApplicationsCollector) Describe ¶
func (c ApplicationsCollector) Describe(ch chan<- *prometheus.Desc)
type OrganizationsCollector ¶
type OrganizationsCollector struct {
// contains filtered or unexported fields
}
func NewOrganizationsCollector ¶
func NewOrganizationsCollector(namespace string, cfClient *cfclient.Client) *OrganizationsCollector
func (OrganizationsCollector) Collect ¶
func (c OrganizationsCollector) Collect(ch chan<- prometheus.Metric)
func (OrganizationsCollector) Describe ¶
func (c OrganizationsCollector) Describe(ch chan<- *prometheus.Desc)
type ServicesCollector ¶
type ServicesCollector struct {
// contains filtered or unexported fields
}
func NewServicesCollector ¶
func NewServicesCollector(namespace string, cfClient *cfclient.Client) *ServicesCollector
func (ServicesCollector) Collect ¶
func (c ServicesCollector) Collect(ch chan<- prometheus.Metric)
func (ServicesCollector) Describe ¶
func (c ServicesCollector) Describe(ch chan<- *prometheus.Desc)
type SpacesCollector ¶
type SpacesCollector struct {
// contains filtered or unexported fields
}
func NewSpacesCollector ¶
func NewSpacesCollector(namespace string, cfClient *cfclient.Client) *SpacesCollector
func (SpacesCollector) Collect ¶
func (c SpacesCollector) Collect(ch chan<- prometheus.Metric)
func (SpacesCollector) Describe ¶
func (c SpacesCollector) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.