Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector interface { // Collect status from the given url. Collect(u url.URL) (map[string]interface{}, error) }
Collector collects status from Apache HTTPD server-status page.
func NewStubCollector ¶
func NewStubCollector() Collector
NewStubCollector constructs a new StubCollector.
type StubCollector ¶
type StubCollector struct {
// contains filtered or unexported fields
}
StubCollector is a Collector that collects Apache HTTPD server-status page.
Click to show internal directories.
Click to hide internal directories.