Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_PATHS_PER_BATCH = 100
View Source
const SECONDS_BETWEEN_POLLS = 5 * 60
Variables ¶
View Source
var FLOAT_REGEXP = regexp.MustCompile("^[0-9]+\\.[0-9]+$")
View Source
var INTEGER_REGEXP = regexp.MustCompile("^[0-9]+$")
View Source
var VISITS_TAG_SET = map[string]bool{ "host": true, }
Functions ¶
func PollForever ¶
func ValidateOptions ¶
func ValidateOptions(options *Options)
Types ¶
Click to show internal directories.
Click to hide internal directories.