Versions in this module Expand all Collapse all v0 v0.10.1 Jan 13, 2019 v0.10.0 Dec 13, 2018 Changes in this version + var StatusTmpl = template.Must(template.New("statusTmpl").Parse(...)) + func Init(probeProtobufs []*configpb.ProbeDef, ...) (map[string]*ProbeInfo, error) + func RegisterProbeType(extensionFieldNo int, newProbeFunc func() Probe) + func RegisterUserDefined(name string, probe Probe) + type Probe interface + Init func(name string, opts *options.Options) error + Start func(ctx context.Context, dataChan chan *metrics.EventMetrics) + type ProbeInfo struct + Interval string + LatencyDistLB string + LatencyUnit string + Name string + ProbeConf string + TargetsDesc string + Timeout string + Type string