Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HadoopHandler ¶
func HadoopHandler(w http.ResponseWriter, r *http.Request)
Types ¶
type ExporterConfig ¶
type ExporterConfig struct { ListenAddress string `json:"listen"` Codes []CodeMap `json:"codeMaps"` Metrics []MetricType `json:"metrics"` TargetServers []TargetServer `json:"servers"` }
type MetricType ¶
type MetricType struct {
Name string `json:"name"`
}
type TargetServer ¶
Click to show internal directories.
Click to hide internal directories.