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 + const Default_ProbeDef_IntervalMsec + const Default_ProbeDef_LatencyUnit + const Default_ProbeDef_TimeoutMsec + var ProbeDef_Type_name = map[int32]string + var ProbeDef_Type_value = map[string]int32 + type ProbeDef struct + IntervalMsec *int32 + LatencyDistribution *proto2.Dist + LatencyUnit *string + Name *string + Probe isProbeDef_Probe + RunOn *string + Targets *proto1.TargetsDef + TimeoutMsec *int32 + Type *ProbeDef_Type + Validator []*proto3.Validator + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProbeDef) Descriptor() ([]byte, []int) + func (*ProbeDef) ExtensionRangeArray() []proto.ExtensionRange + func (*ProbeDef) ProtoMessage() + func (*ProbeDef) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *ProbeDef) XXX_Merge(src proto.Message) + func (m *ProbeDef) GetDnsProbe() *proto6.ProbeConf + func (m *ProbeDef) GetExternalProbe() *proto7.ProbeConf + func (m *ProbeDef) GetHttpProbe() *proto5.ProbeConf + func (m *ProbeDef) GetIntervalMsec() int32 + func (m *ProbeDef) GetLatencyDistribution() *proto2.Dist + func (m *ProbeDef) GetLatencyUnit() string + func (m *ProbeDef) GetName() string + func (m *ProbeDef) GetPingProbe() *proto4.ProbeConf + func (m *ProbeDef) GetProbe() isProbeDef_Probe + func (m *ProbeDef) GetRunOn() string + func (m *ProbeDef) GetTargets() *proto1.TargetsDef + func (m *ProbeDef) GetTimeoutMsec() int32 + func (m *ProbeDef) GetType() ProbeDef_Type + func (m *ProbeDef) GetUdpListenerProbe() *proto9.ProbeConf + func (m *ProbeDef) GetUdpProbe() *proto8.ProbeConf + func (m *ProbeDef) GetUserDefinedProbe() string + func (m *ProbeDef) GetValidator() []*proto3.Validator + func (m *ProbeDef) Reset() + func (m *ProbeDef) String() string + func (m *ProbeDef) XXX_DiscardUnknown() + func (m *ProbeDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProbeDef) XXX_Size() int + func (m *ProbeDef) XXX_Unmarshal(b []byte) error + type ProbeDef_DnsProbe struct + DnsProbe *proto6.ProbeConf + type ProbeDef_ExternalProbe struct + ExternalProbe *proto7.ProbeConf + type ProbeDef_HttpProbe struct + HttpProbe *proto5.ProbeConf + type ProbeDef_PingProbe struct + PingProbe *proto4.ProbeConf + type ProbeDef_Type int32 + const ProbeDef_DNS + const ProbeDef_EXTENSION + const ProbeDef_EXTERNAL + const ProbeDef_HTTP + const ProbeDef_PING + const ProbeDef_UDP + const ProbeDef_UDP_LISTENER + const ProbeDef_USER_DEFINED + func (ProbeDef_Type) EnumDescriptor() ([]byte, []int) + func (x *ProbeDef_Type) UnmarshalJSON(data []byte) error + func (x ProbeDef_Type) Enum() *ProbeDef_Type + func (x ProbeDef_Type) String() string + type ProbeDef_UdpListenerProbe struct + UdpListenerProbe *proto9.ProbeConf + type ProbeDef_UdpProbe struct + UdpProbe *proto8.ProbeConf + type ProbeDef_UserDefinedProbe struct + UserDefinedProbe string