Documentation ¶
Overview ¶
Package ts_mon_proto contains ts_mon protobuf source and generated protobuf data.
The package name here must match the protobuf package name, as the generated files will reside in the same directory.
Index ¶
- Variables
- type Annotations
- func (*Annotations) Descriptor() ([]byte, []int)deprecated
- func (x *Annotations) GetAnnotation() []*Any
- func (x *Annotations) GetDeprecation() string
- func (x *Annotations) GetTimestamp() bool
- func (x *Annotations) GetUnit() string
- func (*Annotations) ProtoMessage()
- func (x *Annotations) ProtoReflect() protoreflect.Message
- func (x *Annotations) Reset()
- func (x *Annotations) String() string
- type Any
- type MetricsCollection
- func (*MetricsCollection) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsCollection) GetMetricsDataSet() []*MetricsDataSet
- func (x *MetricsCollection) GetNetworkDevice() *NetworkDevice
- func (x *MetricsCollection) GetRootLabels() []*MetricsCollection_RootLabels
- func (m *MetricsCollection) GetTargetSchema() isMetricsCollection_TargetSchema
- func (x *MetricsCollection) GetTask() *Task
- func (*MetricsCollection) ProtoMessage()
- func (x *MetricsCollection) ProtoReflect() protoreflect.Message
- func (x *MetricsCollection) Reset()
- func (x *MetricsCollection) String() string
- type MetricsCollection_NetworkDevice
- type MetricsCollection_RootLabels
- func (*MetricsCollection_RootLabels) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsCollection_RootLabels) GetBoolValue() bool
- func (x *MetricsCollection_RootLabels) GetInt64Value() int64
- func (x *MetricsCollection_RootLabels) GetKey() string
- func (x *MetricsCollection_RootLabels) GetStringValue() string
- func (m *MetricsCollection_RootLabels) GetValue() isMetricsCollection_RootLabels_Value
- func (*MetricsCollection_RootLabels) ProtoMessage()
- func (x *MetricsCollection_RootLabels) ProtoReflect() protoreflect.Message
- func (x *MetricsCollection_RootLabels) Reset()
- func (x *MetricsCollection_RootLabels) String() string
- type MetricsCollection_RootLabels_BoolValue
- type MetricsCollection_RootLabels_Int64Value
- type MetricsCollection_RootLabels_StringValue
- type MetricsCollection_Task
- type MetricsData
- func (*MetricsData) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsData) GetBoolValue() bool
- func (x *MetricsData) GetDistributionValue() *MetricsData_Distribution
- func (x *MetricsData) GetDoubleValue() float64
- func (x *MetricsData) GetEndTimestamp() *Timestamp
- func (x *MetricsData) GetField() []*MetricsData_MetricField
- func (x *MetricsData) GetInt64Value() int64
- func (x *MetricsData) GetStartTimestamp() *Timestamp
- func (x *MetricsData) GetStringValue() string
- func (m *MetricsData) GetValue() isMetricsData_Value
- func (*MetricsData) ProtoMessage()
- func (x *MetricsData) ProtoReflect() protoreflect.Message
- func (x *MetricsData) Reset()
- func (x *MetricsData) String() string
- type MetricsDataSet
- func (*MetricsDataSet) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsDataSet) GetAnnotations() *Annotations
- func (x *MetricsDataSet) GetData() []*MetricsData
- func (x *MetricsDataSet) GetDescription() string
- func (x *MetricsDataSet) GetFieldDescriptor() []*MetricsDataSet_MetricFieldDescriptor
- func (x *MetricsDataSet) GetMetricName() string
- func (x *MetricsDataSet) GetStreamKind() StreamKind
- func (x *MetricsDataSet) GetValueType() ValueType
- func (*MetricsDataSet) ProtoMessage()
- func (x *MetricsDataSet) ProtoReflect() protoreflect.Message
- func (x *MetricsDataSet) Reset()
- func (x *MetricsDataSet) String() string
- type MetricsDataSet_MetricFieldDescriptor
- func (*MetricsDataSet_MetricFieldDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsDataSet_MetricFieldDescriptor) GetFieldType() MetricsDataSet_MetricFieldDescriptor_FieldType
- func (x *MetricsDataSet_MetricFieldDescriptor) GetName() string
- func (*MetricsDataSet_MetricFieldDescriptor) ProtoMessage()
- func (x *MetricsDataSet_MetricFieldDescriptor) ProtoReflect() protoreflect.Message
- func (x *MetricsDataSet_MetricFieldDescriptor) Reset()
- func (x *MetricsDataSet_MetricFieldDescriptor) String() string
- type MetricsDataSet_MetricFieldDescriptor_FieldType
- func (MetricsDataSet_MetricFieldDescriptor_FieldType) Descriptor() protoreflect.EnumDescriptor
- func (x MetricsDataSet_MetricFieldDescriptor_FieldType) Enum() *MetricsDataSet_MetricFieldDescriptor_FieldType
- func (MetricsDataSet_MetricFieldDescriptor_FieldType) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricsDataSet_MetricFieldDescriptor_FieldType) Number() protoreflect.EnumNumber
- func (x MetricsDataSet_MetricFieldDescriptor_FieldType) String() string
- func (MetricsDataSet_MetricFieldDescriptor_FieldType) Type() protoreflect.EnumType
- func (x *MetricsDataSet_MetricFieldDescriptor_FieldType) UnmarshalJSON(b []byte) errordeprecated
- type MetricsData_BoolValue
- type MetricsData_Distribution
- func (*MetricsData_Distribution) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsData_Distribution) GetBucketCount() []int64
- func (m *MetricsData_Distribution) GetBucketOptions() isMetricsData_Distribution_BucketOptions
- func (x *MetricsData_Distribution) GetCount() int64
- func (x *MetricsData_Distribution) GetExemplar() []*MetricsData_Distribution_Exemplar
- func (x *MetricsData_Distribution) GetExplicitBuckets() *MetricsData_Distribution_ExplicitOptions
- func (x *MetricsData_Distribution) GetExponentialBuckets() *MetricsData_Distribution_ExponentialOptions
- func (x *MetricsData_Distribution) GetLinearBuckets() *MetricsData_Distribution_LinearOptions
- func (x *MetricsData_Distribution) GetMaximum() float64
- func (x *MetricsData_Distribution) GetMean() float64
- func (x *MetricsData_Distribution) GetMinimum() float64
- func (x *MetricsData_Distribution) GetSumOfSquaredDeviation() float64
- func (*MetricsData_Distribution) ProtoMessage()
- func (x *MetricsData_Distribution) ProtoReflect() protoreflect.Message
- func (x *MetricsData_Distribution) Reset()
- func (x *MetricsData_Distribution) String() string
- type MetricsData_DistributionValue
- type MetricsData_Distribution_Exemplar
- func (*MetricsData_Distribution_Exemplar) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsData_Distribution_Exemplar) GetAttachment() []*Any
- func (x *MetricsData_Distribution_Exemplar) GetTimestamp() *Timestamp
- func (x *MetricsData_Distribution_Exemplar) GetValue() float64
- func (*MetricsData_Distribution_Exemplar) ProtoMessage()
- func (x *MetricsData_Distribution_Exemplar) ProtoReflect() protoreflect.Message
- func (x *MetricsData_Distribution_Exemplar) Reset()
- func (x *MetricsData_Distribution_Exemplar) String() string
- type MetricsData_Distribution_ExplicitBuckets
- type MetricsData_Distribution_ExplicitOptions
- func (*MetricsData_Distribution_ExplicitOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsData_Distribution_ExplicitOptions) GetBound() []float64
- func (*MetricsData_Distribution_ExplicitOptions) ProtoMessage()
- func (x *MetricsData_Distribution_ExplicitOptions) ProtoReflect() protoreflect.Message
- func (x *MetricsData_Distribution_ExplicitOptions) Reset()
- func (x *MetricsData_Distribution_ExplicitOptions) String() string
- type MetricsData_Distribution_ExponentialBuckets
- type MetricsData_Distribution_ExponentialOptions
- func (*MetricsData_Distribution_ExponentialOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsData_Distribution_ExponentialOptions) GetGrowthFactor() float64
- func (x *MetricsData_Distribution_ExponentialOptions) GetNumFiniteBuckets() int32
- func (x *MetricsData_Distribution_ExponentialOptions) GetScale() float64
- func (*MetricsData_Distribution_ExponentialOptions) ProtoMessage()
- func (x *MetricsData_Distribution_ExponentialOptions) ProtoReflect() protoreflect.Message
- func (x *MetricsData_Distribution_ExponentialOptions) Reset()
- func (x *MetricsData_Distribution_ExponentialOptions) String() string
- type MetricsData_Distribution_LinearBuckets
- type MetricsData_Distribution_LinearOptions
- func (*MetricsData_Distribution_LinearOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsData_Distribution_LinearOptions) GetNumFiniteBuckets() int32
- func (x *MetricsData_Distribution_LinearOptions) GetOffset() float64
- func (x *MetricsData_Distribution_LinearOptions) GetWidth() float64
- func (*MetricsData_Distribution_LinearOptions) ProtoMessage()
- func (x *MetricsData_Distribution_LinearOptions) ProtoReflect() protoreflect.Message
- func (x *MetricsData_Distribution_LinearOptions) Reset()
- func (x *MetricsData_Distribution_LinearOptions) String() string
- type MetricsData_DoubleValue
- type MetricsData_Int64Value
- type MetricsData_MetricField
- func (*MetricsData_MetricField) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsData_MetricField) GetBoolValue() bool
- func (x *MetricsData_MetricField) GetInt64Value() int64
- func (x *MetricsData_MetricField) GetName() string
- func (x *MetricsData_MetricField) GetStringValue() string
- func (m *MetricsData_MetricField) GetValue() isMetricsData_MetricField_Value
- func (*MetricsData_MetricField) ProtoMessage()
- func (x *MetricsData_MetricField) ProtoReflect() protoreflect.Message
- func (x *MetricsData_MetricField) Reset()
- func (x *MetricsData_MetricField) String() string
- type MetricsData_MetricField_BoolValue
- type MetricsData_MetricField_Int64Value
- type MetricsData_MetricField_StringValue
- type MetricsData_StringValue
- type MetricsPayload
- func (*MetricsPayload) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsPayload) GetMetricsCollection() []*MetricsCollection
- func (*MetricsPayload) ProtoMessage()
- func (x *MetricsPayload) ProtoReflect() protoreflect.Message
- func (x *MetricsPayload) Reset()
- func (x *MetricsPayload) String() string
- type NetworkDevice
- func (*NetworkDevice) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkDevice) GetAcquisitionName() string
- func (x *NetworkDevice) GetAlertable() bool
- func (x *NetworkDevice) GetAsn() int64
- func (x *NetworkDevice) GetHostgroup() string
- func (x *NetworkDevice) GetHostname() string
- func (x *NetworkDevice) GetMetro() string
- func (x *NetworkDevice) GetPop() string
- func (x *NetworkDevice) GetProxyEnvironment() string
- func (x *NetworkDevice) GetProxyZone() string
- func (x *NetworkDevice) GetRealm() string
- func (x *NetworkDevice) GetRole() string
- func (x *NetworkDevice) GetVendor() string
- func (*NetworkDevice) ProtoMessage()
- func (x *NetworkDevice) ProtoReflect() protoreflect.Message
- func (x *NetworkDevice) Reset()
- func (x *NetworkDevice) String() string
- type NetworkDevice_TypeId
- func (NetworkDevice_TypeId) Descriptor() protoreflect.EnumDescriptor
- func (x NetworkDevice_TypeId) Enum() *NetworkDevice_TypeId
- func (NetworkDevice_TypeId) EnumDescriptor() ([]byte, []int)deprecated
- func (x NetworkDevice_TypeId) Number() protoreflect.EnumNumber
- func (x NetworkDevice_TypeId) String() string
- func (NetworkDevice_TypeId) Type() protoreflect.EnumType
- func (x *NetworkDevice_TypeId) UnmarshalJSON(b []byte) errordeprecated
- type Request
- type StreamKind
- func (StreamKind) Descriptor() protoreflect.EnumDescriptor
- func (x StreamKind) Enum() *StreamKind
- func (StreamKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x StreamKind) Number() protoreflect.EnumNumber
- func (x StreamKind) String() string
- func (StreamKind) Type() protoreflect.EnumType
- func (x *StreamKind) UnmarshalJSON(b []byte) errordeprecated
- type Task
- func (*Task) Descriptor() ([]byte, []int)deprecated
- func (x *Task) GetAcquisitionName() string
- func (x *Task) GetDataCenter() string
- func (x *Task) GetHostName() string
- func (x *Task) GetJobName() string
- func (x *Task) GetProxyEnvironment() string
- func (x *Task) GetProxyZone() string
- func (x *Task) GetServiceName() string
- func (x *Task) GetTaskNum() int32
- func (*Task) ProtoMessage()
- func (x *Task) ProtoReflect() protoreflect.Message
- func (x *Task) Reset()
- func (x *Task) String() string
- type Task_TypeId
- func (Task_TypeId) Descriptor() protoreflect.EnumDescriptor
- func (x Task_TypeId) Enum() *Task_TypeId
- func (Task_TypeId) EnumDescriptor() ([]byte, []int)deprecated
- func (x Task_TypeId) Number() protoreflect.EnumNumber
- func (x Task_TypeId) String() string
- func (Task_TypeId) Type() protoreflect.EnumType
- func (x *Task_TypeId) UnmarshalJSON(b []byte) errordeprecated
- type Timestamp
- type ValueType
- func (ValueType) Descriptor() protoreflect.EnumDescriptor
- func (x ValueType) Enum() *ValueType
- func (ValueType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ValueType) Number() protoreflect.EnumNumber
- func (x ValueType) String() string
- func (ValueType) Type() protoreflect.EnumType
- func (x *ValueType) UnmarshalJSON(b []byte) errordeprecated
Constants ¶
This section is empty.
Variables ¶
var ( NetworkDevice_TypeId_name = map[int32]string{ 34049749: "MESSAGE_TYPE_ID", } NetworkDevice_TypeId_value = map[string]int32{ "MESSAGE_TYPE_ID": 34049749, } )
Enum value maps for NetworkDevice_TypeId.
var ( Task_TypeId_name = map[int32]string{ 34049749: "MESSAGE_TYPE_ID", } Task_TypeId_value = map[string]int32{ "MESSAGE_TYPE_ID": 34049749, } )
Enum value maps for Task_TypeId.
var ( StreamKind_name = map[int32]string{ 0: "GAUGE", 1: "CUMULATIVE", 2: "DELTA", } StreamKind_value = map[string]int32{ "GAUGE": 0, "CUMULATIVE": 1, "DELTA": 2, } )
Enum value maps for StreamKind.
var ( ValueType_name = map[int32]string{ 0: "BOOL", 1: "STRING", 2: "INT64", 3: "DOUBLE", 4: "DISTRIBUTION", } ValueType_value = map[string]int32{ "BOOL": 0, "STRING": 1, "INT64": 2, "DOUBLE": 3, "DISTRIBUTION": 4, } )
Enum value maps for ValueType.
var ( MetricsDataSet_MetricFieldDescriptor_FieldType_name = map[int32]string{ 0: "STRING", 1: "INT64", 2: "BOOL", } MetricsDataSet_MetricFieldDescriptor_FieldType_value = map[string]int32{ "STRING": 0, "INT64": 1, "BOOL": 2, } )
Enum value maps for MetricsDataSet_MetricFieldDescriptor_FieldType.
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_acquisition_network_device_proto protoreflect.FileDescriptor
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_acquisition_task_proto protoreflect.FileDescriptor
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_any_proto protoreflect.FileDescriptor
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_endpoint_proto protoreflect.FileDescriptor
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_metrics_proto protoreflect.FileDescriptor
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_timestamp_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Annotations ¶
type Annotations struct { Unit *string `protobuf:"bytes,1,opt,name=unit" json:"unit,omitempty"` Timestamp *bool `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"` Deprecation *string `protobuf:"bytes,3,opt,name=deprecation" json:"deprecation,omitempty"` Annotation []*Any `protobuf:"bytes,4,rep,name=annotation" json:"annotation,omitempty"` // contains filtered or unexported fields }
func (*Annotations) Descriptor
deprecated
func (*Annotations) Descriptor() ([]byte, []int)
Deprecated: Use Annotations.ProtoReflect.Descriptor instead.
func (*Annotations) GetAnnotation ¶
func (x *Annotations) GetAnnotation() []*Any
func (*Annotations) GetDeprecation ¶
func (x *Annotations) GetDeprecation() string
func (*Annotations) GetTimestamp ¶
func (x *Annotations) GetTimestamp() bool
func (*Annotations) GetUnit ¶
func (x *Annotations) GetUnit() string
func (*Annotations) ProtoMessage ¶
func (*Annotations) ProtoMessage()
func (*Annotations) ProtoReflect ¶
func (x *Annotations) ProtoReflect() protoreflect.Message
func (*Annotations) Reset ¶
func (x *Annotations) Reset()
func (*Annotations) String ¶
func (x *Annotations) String() string
type Any ¶
type Any struct { TypeUrl *string `protobuf:"bytes,1,opt,name=type_url,json=typeUrl" json:"type_url,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Any) Descriptor
deprecated
func (*Any) GetTypeUrl ¶
func (*Any) ProtoMessage ¶
func (*Any) ProtoMessage()
func (*Any) ProtoReflect ¶
func (x *Any) ProtoReflect() protoreflect.Message
type MetricsCollection ¶
type MetricsCollection struct { MetricsDataSet []*MetricsDataSet `protobuf:"bytes,1,rep,name=metrics_data_set,json=metricsDataSet" json:"metrics_data_set,omitempty"` RootLabels []*MetricsCollection_RootLabels `protobuf:"bytes,2,rep,name=root_labels,json=rootLabels" json:"root_labels,omitempty"` // Types that are assignable to TargetSchema: // *MetricsCollection_NetworkDevice // *MetricsCollection_Task TargetSchema isMetricsCollection_TargetSchema `protobuf_oneof:"target_schema"` // contains filtered or unexported fields }
func (*MetricsCollection) Descriptor
deprecated
func (*MetricsCollection) Descriptor() ([]byte, []int)
Deprecated: Use MetricsCollection.ProtoReflect.Descriptor instead.
func (*MetricsCollection) GetMetricsDataSet ¶
func (x *MetricsCollection) GetMetricsDataSet() []*MetricsDataSet
func (*MetricsCollection) GetNetworkDevice ¶
func (x *MetricsCollection) GetNetworkDevice() *NetworkDevice
func (*MetricsCollection) GetRootLabels ¶
func (x *MetricsCollection) GetRootLabels() []*MetricsCollection_RootLabels
func (*MetricsCollection) GetTargetSchema ¶
func (m *MetricsCollection) GetTargetSchema() isMetricsCollection_TargetSchema
func (*MetricsCollection) GetTask ¶
func (x *MetricsCollection) GetTask() *Task
func (*MetricsCollection) ProtoMessage ¶
func (*MetricsCollection) ProtoMessage()
func (*MetricsCollection) ProtoReflect ¶
func (x *MetricsCollection) ProtoReflect() protoreflect.Message
func (*MetricsCollection) Reset ¶
func (x *MetricsCollection) Reset()
func (*MetricsCollection) String ¶
func (x *MetricsCollection) String() string
type MetricsCollection_NetworkDevice ¶
type MetricsCollection_NetworkDevice struct {
NetworkDevice *NetworkDevice `protobuf:"bytes,11,opt,name=network_device,json=networkDevice,oneof"`
}
type MetricsCollection_RootLabels ¶
type MetricsCollection_RootLabels struct { Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"` // Types that are assignable to Value: // *MetricsCollection_RootLabels_StringValue // *MetricsCollection_RootLabels_Int64Value // *MetricsCollection_RootLabels_BoolValue Value isMetricsCollection_RootLabels_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*MetricsCollection_RootLabels) Descriptor
deprecated
func (*MetricsCollection_RootLabels) Descriptor() ([]byte, []int)
Deprecated: Use MetricsCollection_RootLabels.ProtoReflect.Descriptor instead.
func (*MetricsCollection_RootLabels) GetBoolValue ¶
func (x *MetricsCollection_RootLabels) GetBoolValue() bool
func (*MetricsCollection_RootLabels) GetInt64Value ¶
func (x *MetricsCollection_RootLabels) GetInt64Value() int64
func (*MetricsCollection_RootLabels) GetKey ¶
func (x *MetricsCollection_RootLabels) GetKey() string
func (*MetricsCollection_RootLabels) GetStringValue ¶
func (x *MetricsCollection_RootLabels) GetStringValue() string
func (*MetricsCollection_RootLabels) GetValue ¶
func (m *MetricsCollection_RootLabels) GetValue() isMetricsCollection_RootLabels_Value
func (*MetricsCollection_RootLabels) ProtoMessage ¶
func (*MetricsCollection_RootLabels) ProtoMessage()
func (*MetricsCollection_RootLabels) ProtoReflect ¶
func (x *MetricsCollection_RootLabels) ProtoReflect() protoreflect.Message
func (*MetricsCollection_RootLabels) Reset ¶
func (x *MetricsCollection_RootLabels) Reset()
func (*MetricsCollection_RootLabels) String ¶
func (x *MetricsCollection_RootLabels) String() string
type MetricsCollection_RootLabels_BoolValue ¶
type MetricsCollection_RootLabels_BoolValue struct {
BoolValue bool `protobuf:"varint,4,opt,name=bool_value,json=boolValue,oneof"`
}
type MetricsCollection_RootLabels_Int64Value ¶
type MetricsCollection_RootLabels_Int64Value struct {
Int64Value int64 `protobuf:"varint,3,opt,name=int64_value,json=int64Value,oneof"`
}
type MetricsCollection_RootLabels_StringValue ¶
type MetricsCollection_RootLabels_StringValue struct {
StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,oneof"`
}
type MetricsCollection_Task ¶
type MetricsCollection_Task struct {
Task *Task `protobuf:"bytes,12,opt,name=task,oneof"`
}
type MetricsData ¶
type MetricsData struct { // Types that are assignable to Value: // *MetricsData_BoolValue // *MetricsData_StringValue // *MetricsData_Int64Value // *MetricsData_DoubleValue // *MetricsData_DistributionValue Value isMetricsData_Value `protobuf_oneof:"value"` Field []*MetricsData_MetricField `protobuf:"bytes,6,rep,name=field" json:"field,omitempty"` StartTimestamp *Timestamp `protobuf:"bytes,7,opt,name=start_timestamp,json=startTimestamp" json:"start_timestamp,omitempty"` EndTimestamp *Timestamp `protobuf:"bytes,8,opt,name=end_timestamp,json=endTimestamp" json:"end_timestamp,omitempty"` // contains filtered or unexported fields }
func (*MetricsData) Descriptor
deprecated
func (*MetricsData) Descriptor() ([]byte, []int)
Deprecated: Use MetricsData.ProtoReflect.Descriptor instead.
func (*MetricsData) GetBoolValue ¶
func (x *MetricsData) GetBoolValue() bool
func (*MetricsData) GetDistributionValue ¶
func (x *MetricsData) GetDistributionValue() *MetricsData_Distribution
func (*MetricsData) GetDoubleValue ¶
func (x *MetricsData) GetDoubleValue() float64
func (*MetricsData) GetEndTimestamp ¶
func (x *MetricsData) GetEndTimestamp() *Timestamp
func (*MetricsData) GetField ¶
func (x *MetricsData) GetField() []*MetricsData_MetricField
func (*MetricsData) GetInt64Value ¶
func (x *MetricsData) GetInt64Value() int64
func (*MetricsData) GetStartTimestamp ¶
func (x *MetricsData) GetStartTimestamp() *Timestamp
func (*MetricsData) GetStringValue ¶
func (x *MetricsData) GetStringValue() string
func (*MetricsData) GetValue ¶
func (m *MetricsData) GetValue() isMetricsData_Value
func (*MetricsData) ProtoMessage ¶
func (*MetricsData) ProtoMessage()
func (*MetricsData) ProtoReflect ¶
func (x *MetricsData) ProtoReflect() protoreflect.Message
func (*MetricsData) Reset ¶
func (x *MetricsData) Reset()
func (*MetricsData) String ¶
func (x *MetricsData) String() string
type MetricsDataSet ¶
type MetricsDataSet struct { MetricName *string `protobuf:"bytes,1,opt,name=metric_name,json=metricName" json:"metric_name,omitempty"` FieldDescriptor []*MetricsDataSet_MetricFieldDescriptor `protobuf:"bytes,2,rep,name=field_descriptor,json=fieldDescriptor" json:"field_descriptor,omitempty"` StreamKind *StreamKind `protobuf:"varint,3,opt,name=stream_kind,json=streamKind,enum=ts_mon.proto.StreamKind" json:"stream_kind,omitempty"` ValueType *ValueType `protobuf:"varint,4,opt,name=value_type,json=valueType,enum=ts_mon.proto.ValueType" json:"value_type,omitempty"` Description *string `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"` Annotations *Annotations `protobuf:"bytes,6,opt,name=annotations" json:"annotations,omitempty"` Data []*MetricsData `protobuf:"bytes,7,rep,name=data" json:"data,omitempty"` // contains filtered or unexported fields }
func (*MetricsDataSet) Descriptor
deprecated
func (*MetricsDataSet) Descriptor() ([]byte, []int)
Deprecated: Use MetricsDataSet.ProtoReflect.Descriptor instead.
func (*MetricsDataSet) GetAnnotations ¶
func (x *MetricsDataSet) GetAnnotations() *Annotations
func (*MetricsDataSet) GetData ¶
func (x *MetricsDataSet) GetData() []*MetricsData
func (*MetricsDataSet) GetDescription ¶
func (x *MetricsDataSet) GetDescription() string
func (*MetricsDataSet) GetFieldDescriptor ¶
func (x *MetricsDataSet) GetFieldDescriptor() []*MetricsDataSet_MetricFieldDescriptor
func (*MetricsDataSet) GetMetricName ¶
func (x *MetricsDataSet) GetMetricName() string
func (*MetricsDataSet) GetStreamKind ¶
func (x *MetricsDataSet) GetStreamKind() StreamKind
func (*MetricsDataSet) GetValueType ¶
func (x *MetricsDataSet) GetValueType() ValueType
func (*MetricsDataSet) ProtoMessage ¶
func (*MetricsDataSet) ProtoMessage()
func (*MetricsDataSet) ProtoReflect ¶
func (x *MetricsDataSet) ProtoReflect() protoreflect.Message
func (*MetricsDataSet) Reset ¶
func (x *MetricsDataSet) Reset()
func (*MetricsDataSet) String ¶
func (x *MetricsDataSet) String() string
type MetricsDataSet_MetricFieldDescriptor ¶
type MetricsDataSet_MetricFieldDescriptor struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` FieldType *MetricsDataSet_MetricFieldDescriptor_FieldType `` /* 147-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MetricsDataSet_MetricFieldDescriptor) Descriptor
deprecated
func (*MetricsDataSet_MetricFieldDescriptor) Descriptor() ([]byte, []int)
Deprecated: Use MetricsDataSet_MetricFieldDescriptor.ProtoReflect.Descriptor instead.
func (*MetricsDataSet_MetricFieldDescriptor) GetFieldType ¶
func (x *MetricsDataSet_MetricFieldDescriptor) GetFieldType() MetricsDataSet_MetricFieldDescriptor_FieldType
func (*MetricsDataSet_MetricFieldDescriptor) GetName ¶
func (x *MetricsDataSet_MetricFieldDescriptor) GetName() string
func (*MetricsDataSet_MetricFieldDescriptor) ProtoMessage ¶
func (*MetricsDataSet_MetricFieldDescriptor) ProtoMessage()
func (*MetricsDataSet_MetricFieldDescriptor) ProtoReflect ¶
func (x *MetricsDataSet_MetricFieldDescriptor) ProtoReflect() protoreflect.Message
func (*MetricsDataSet_MetricFieldDescriptor) Reset ¶
func (x *MetricsDataSet_MetricFieldDescriptor) Reset()
func (*MetricsDataSet_MetricFieldDescriptor) String ¶
func (x *MetricsDataSet_MetricFieldDescriptor) String() string
type MetricsDataSet_MetricFieldDescriptor_FieldType ¶
type MetricsDataSet_MetricFieldDescriptor_FieldType int32
const ( MetricsDataSet_MetricFieldDescriptor_STRING MetricsDataSet_MetricFieldDescriptor_FieldType = 0 MetricsDataSet_MetricFieldDescriptor_INT64 MetricsDataSet_MetricFieldDescriptor_FieldType = 1 MetricsDataSet_MetricFieldDescriptor_BOOL MetricsDataSet_MetricFieldDescriptor_FieldType = 2 )
func (MetricsDataSet_MetricFieldDescriptor_FieldType) Descriptor ¶
func (MetricsDataSet_MetricFieldDescriptor_FieldType) Descriptor() protoreflect.EnumDescriptor
func (MetricsDataSet_MetricFieldDescriptor_FieldType) EnumDescriptor
deprecated
func (MetricsDataSet_MetricFieldDescriptor_FieldType) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetricsDataSet_MetricFieldDescriptor_FieldType.Descriptor instead.
func (MetricsDataSet_MetricFieldDescriptor_FieldType) Number ¶
func (x MetricsDataSet_MetricFieldDescriptor_FieldType) Number() protoreflect.EnumNumber
func (MetricsDataSet_MetricFieldDescriptor_FieldType) String ¶
func (x MetricsDataSet_MetricFieldDescriptor_FieldType) String() string
func (*MetricsDataSet_MetricFieldDescriptor_FieldType) UnmarshalJSON
deprecated
func (x *MetricsDataSet_MetricFieldDescriptor_FieldType) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type MetricsData_BoolValue ¶
type MetricsData_BoolValue struct {
BoolValue bool `protobuf:"varint,1,opt,name=bool_value,json=boolValue,oneof"`
}
type MetricsData_Distribution ¶
type MetricsData_Distribution struct { Count *int64 `protobuf:"varint,1,opt,name=count" json:"count,omitempty"` Mean *float64 `protobuf:"fixed64,2,opt,name=mean" json:"mean,omitempty"` SumOfSquaredDeviation *float64 `protobuf:"fixed64,3,opt,name=sum_of_squared_deviation,json=sumOfSquaredDeviation" json:"sum_of_squared_deviation,omitempty"` Minimum *float64 `protobuf:"fixed64,4,opt,name=minimum" json:"minimum,omitempty"` Maximum *float64 `protobuf:"fixed64,5,opt,name=maximum" json:"maximum,omitempty"` // Types that are assignable to BucketOptions: // *MetricsData_Distribution_LinearBuckets // *MetricsData_Distribution_ExponentialBuckets // *MetricsData_Distribution_ExplicitBuckets BucketOptions isMetricsData_Distribution_BucketOptions `protobuf_oneof:"bucket_options"` BucketCount []int64 `protobuf:"varint,9,rep,packed,name=bucket_count,json=bucketCount" json:"bucket_count,omitempty"` Exemplar []*MetricsData_Distribution_Exemplar `protobuf:"bytes,10,rep,name=exemplar" json:"exemplar,omitempty"` // contains filtered or unexported fields }
func (*MetricsData_Distribution) Descriptor
deprecated
func (*MetricsData_Distribution) Descriptor() ([]byte, []int)
Deprecated: Use MetricsData_Distribution.ProtoReflect.Descriptor instead.
func (*MetricsData_Distribution) GetBucketCount ¶
func (x *MetricsData_Distribution) GetBucketCount() []int64
func (*MetricsData_Distribution) GetBucketOptions ¶
func (m *MetricsData_Distribution) GetBucketOptions() isMetricsData_Distribution_BucketOptions
func (*MetricsData_Distribution) GetCount ¶
func (x *MetricsData_Distribution) GetCount() int64
func (*MetricsData_Distribution) GetExemplar ¶
func (x *MetricsData_Distribution) GetExemplar() []*MetricsData_Distribution_Exemplar
func (*MetricsData_Distribution) GetExplicitBuckets ¶
func (x *MetricsData_Distribution) GetExplicitBuckets() *MetricsData_Distribution_ExplicitOptions
func (*MetricsData_Distribution) GetExponentialBuckets ¶
func (x *MetricsData_Distribution) GetExponentialBuckets() *MetricsData_Distribution_ExponentialOptions
func (*MetricsData_Distribution) GetLinearBuckets ¶
func (x *MetricsData_Distribution) GetLinearBuckets() *MetricsData_Distribution_LinearOptions
func (*MetricsData_Distribution) GetMaximum ¶
func (x *MetricsData_Distribution) GetMaximum() float64
func (*MetricsData_Distribution) GetMean ¶
func (x *MetricsData_Distribution) GetMean() float64
func (*MetricsData_Distribution) GetMinimum ¶
func (x *MetricsData_Distribution) GetMinimum() float64
func (*MetricsData_Distribution) GetSumOfSquaredDeviation ¶
func (x *MetricsData_Distribution) GetSumOfSquaredDeviation() float64
func (*MetricsData_Distribution) ProtoMessage ¶
func (*MetricsData_Distribution) ProtoMessage()
func (*MetricsData_Distribution) ProtoReflect ¶
func (x *MetricsData_Distribution) ProtoReflect() protoreflect.Message
func (*MetricsData_Distribution) Reset ¶
func (x *MetricsData_Distribution) Reset()
func (*MetricsData_Distribution) String ¶
func (x *MetricsData_Distribution) String() string
type MetricsData_DistributionValue ¶
type MetricsData_DistributionValue struct {
DistributionValue *MetricsData_Distribution `protobuf:"bytes,5,opt,name=distribution_value,json=distributionValue,oneof"`
}
type MetricsData_Distribution_Exemplar ¶
type MetricsData_Distribution_Exemplar struct { Value *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"` Timestamp *Timestamp `protobuf:"bytes,2,opt,name=timestamp" json:"timestamp,omitempty"` Attachment []*Any `protobuf:"bytes,3,rep,name=attachment" json:"attachment,omitempty"` // contains filtered or unexported fields }
func (*MetricsData_Distribution_Exemplar) Descriptor
deprecated
func (*MetricsData_Distribution_Exemplar) Descriptor() ([]byte, []int)
Deprecated: Use MetricsData_Distribution_Exemplar.ProtoReflect.Descriptor instead.
func (*MetricsData_Distribution_Exemplar) GetAttachment ¶
func (x *MetricsData_Distribution_Exemplar) GetAttachment() []*Any
func (*MetricsData_Distribution_Exemplar) GetTimestamp ¶
func (x *MetricsData_Distribution_Exemplar) GetTimestamp() *Timestamp
func (*MetricsData_Distribution_Exemplar) GetValue ¶
func (x *MetricsData_Distribution_Exemplar) GetValue() float64
func (*MetricsData_Distribution_Exemplar) ProtoMessage ¶
func (*MetricsData_Distribution_Exemplar) ProtoMessage()
func (*MetricsData_Distribution_Exemplar) ProtoReflect ¶
func (x *MetricsData_Distribution_Exemplar) ProtoReflect() protoreflect.Message
func (*MetricsData_Distribution_Exemplar) Reset ¶
func (x *MetricsData_Distribution_Exemplar) Reset()
func (*MetricsData_Distribution_Exemplar) String ¶
func (x *MetricsData_Distribution_Exemplar) String() string
type MetricsData_Distribution_ExplicitBuckets ¶
type MetricsData_Distribution_ExplicitBuckets struct {
ExplicitBuckets *MetricsData_Distribution_ExplicitOptions `protobuf:"bytes,8,opt,name=explicit_buckets,json=explicitBuckets,oneof"`
}
type MetricsData_Distribution_ExplicitOptions ¶
type MetricsData_Distribution_ExplicitOptions struct { Bound []float64 `protobuf:"fixed64,1,rep,packed,name=bound" json:"bound,omitempty"` // contains filtered or unexported fields }
func (*MetricsData_Distribution_ExplicitOptions) Descriptor
deprecated
func (*MetricsData_Distribution_ExplicitOptions) Descriptor() ([]byte, []int)
Deprecated: Use MetricsData_Distribution_ExplicitOptions.ProtoReflect.Descriptor instead.
func (*MetricsData_Distribution_ExplicitOptions) GetBound ¶
func (x *MetricsData_Distribution_ExplicitOptions) GetBound() []float64
func (*MetricsData_Distribution_ExplicitOptions) ProtoMessage ¶
func (*MetricsData_Distribution_ExplicitOptions) ProtoMessage()
func (*MetricsData_Distribution_ExplicitOptions) ProtoReflect ¶
func (x *MetricsData_Distribution_ExplicitOptions) ProtoReflect() protoreflect.Message
func (*MetricsData_Distribution_ExplicitOptions) Reset ¶
func (x *MetricsData_Distribution_ExplicitOptions) Reset()
func (*MetricsData_Distribution_ExplicitOptions) String ¶
func (x *MetricsData_Distribution_ExplicitOptions) String() string
type MetricsData_Distribution_ExponentialBuckets ¶
type MetricsData_Distribution_ExponentialBuckets struct {
ExponentialBuckets *MetricsData_Distribution_ExponentialOptions `protobuf:"bytes,7,opt,name=exponential_buckets,json=exponentialBuckets,oneof"`
}
type MetricsData_Distribution_ExponentialOptions ¶
type MetricsData_Distribution_ExponentialOptions struct { NumFiniteBuckets *int32 `protobuf:"varint,1,opt,name=num_finite_buckets,json=numFiniteBuckets" json:"num_finite_buckets,omitempty"` GrowthFactor *float64 `protobuf:"fixed64,2,opt,name=growth_factor,json=growthFactor" json:"growth_factor,omitempty"` Scale *float64 `protobuf:"fixed64,3,opt,name=scale" json:"scale,omitempty"` // contains filtered or unexported fields }
func (*MetricsData_Distribution_ExponentialOptions) Descriptor
deprecated
func (*MetricsData_Distribution_ExponentialOptions) Descriptor() ([]byte, []int)
Deprecated: Use MetricsData_Distribution_ExponentialOptions.ProtoReflect.Descriptor instead.
func (*MetricsData_Distribution_ExponentialOptions) GetGrowthFactor ¶
func (x *MetricsData_Distribution_ExponentialOptions) GetGrowthFactor() float64
func (*MetricsData_Distribution_ExponentialOptions) GetNumFiniteBuckets ¶
func (x *MetricsData_Distribution_ExponentialOptions) GetNumFiniteBuckets() int32
func (*MetricsData_Distribution_ExponentialOptions) GetScale ¶
func (x *MetricsData_Distribution_ExponentialOptions) GetScale() float64
func (*MetricsData_Distribution_ExponentialOptions) ProtoMessage ¶
func (*MetricsData_Distribution_ExponentialOptions) ProtoMessage()
func (*MetricsData_Distribution_ExponentialOptions) ProtoReflect ¶
func (x *MetricsData_Distribution_ExponentialOptions) ProtoReflect() protoreflect.Message
func (*MetricsData_Distribution_ExponentialOptions) Reset ¶
func (x *MetricsData_Distribution_ExponentialOptions) Reset()
func (*MetricsData_Distribution_ExponentialOptions) String ¶
func (x *MetricsData_Distribution_ExponentialOptions) String() string
type MetricsData_Distribution_LinearBuckets ¶
type MetricsData_Distribution_LinearBuckets struct {
LinearBuckets *MetricsData_Distribution_LinearOptions `protobuf:"bytes,6,opt,name=linear_buckets,json=linearBuckets,oneof"`
}
type MetricsData_Distribution_LinearOptions ¶
type MetricsData_Distribution_LinearOptions struct { NumFiniteBuckets *int32 `protobuf:"varint,1,opt,name=num_finite_buckets,json=numFiniteBuckets" json:"num_finite_buckets,omitempty"` Width *float64 `protobuf:"fixed64,2,opt,name=width" json:"width,omitempty"` Offset *float64 `protobuf:"fixed64,3,opt,name=offset" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*MetricsData_Distribution_LinearOptions) Descriptor
deprecated
func (*MetricsData_Distribution_LinearOptions) Descriptor() ([]byte, []int)
Deprecated: Use MetricsData_Distribution_LinearOptions.ProtoReflect.Descriptor instead.
func (*MetricsData_Distribution_LinearOptions) GetNumFiniteBuckets ¶
func (x *MetricsData_Distribution_LinearOptions) GetNumFiniteBuckets() int32
func (*MetricsData_Distribution_LinearOptions) GetOffset ¶
func (x *MetricsData_Distribution_LinearOptions) GetOffset() float64
func (*MetricsData_Distribution_LinearOptions) GetWidth ¶
func (x *MetricsData_Distribution_LinearOptions) GetWidth() float64
func (*MetricsData_Distribution_LinearOptions) ProtoMessage ¶
func (*MetricsData_Distribution_LinearOptions) ProtoMessage()
func (*MetricsData_Distribution_LinearOptions) ProtoReflect ¶
func (x *MetricsData_Distribution_LinearOptions) ProtoReflect() protoreflect.Message
func (*MetricsData_Distribution_LinearOptions) Reset ¶
func (x *MetricsData_Distribution_LinearOptions) Reset()
func (*MetricsData_Distribution_LinearOptions) String ¶
func (x *MetricsData_Distribution_LinearOptions) String() string
type MetricsData_DoubleValue ¶
type MetricsData_DoubleValue struct {
DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,oneof"`
}
type MetricsData_Int64Value ¶
type MetricsData_Int64Value struct {
Int64Value int64 `protobuf:"varint,3,opt,name=int64_value,json=int64Value,oneof"`
}
type MetricsData_MetricField ¶
type MetricsData_MetricField struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Types that are assignable to Value: // *MetricsData_MetricField_StringValue // *MetricsData_MetricField_Int64Value // *MetricsData_MetricField_BoolValue Value isMetricsData_MetricField_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*MetricsData_MetricField) Descriptor
deprecated
func (*MetricsData_MetricField) Descriptor() ([]byte, []int)
Deprecated: Use MetricsData_MetricField.ProtoReflect.Descriptor instead.
func (*MetricsData_MetricField) GetBoolValue ¶
func (x *MetricsData_MetricField) GetBoolValue() bool
func (*MetricsData_MetricField) GetInt64Value ¶
func (x *MetricsData_MetricField) GetInt64Value() int64
func (*MetricsData_MetricField) GetName ¶
func (x *MetricsData_MetricField) GetName() string
func (*MetricsData_MetricField) GetStringValue ¶
func (x *MetricsData_MetricField) GetStringValue() string
func (*MetricsData_MetricField) GetValue ¶
func (m *MetricsData_MetricField) GetValue() isMetricsData_MetricField_Value
func (*MetricsData_MetricField) ProtoMessage ¶
func (*MetricsData_MetricField) ProtoMessage()
func (*MetricsData_MetricField) ProtoReflect ¶
func (x *MetricsData_MetricField) ProtoReflect() protoreflect.Message
func (*MetricsData_MetricField) Reset ¶
func (x *MetricsData_MetricField) Reset()
func (*MetricsData_MetricField) String ¶
func (x *MetricsData_MetricField) String() string
type MetricsData_MetricField_BoolValue ¶
type MetricsData_MetricField_BoolValue struct {
BoolValue bool `protobuf:"varint,4,opt,name=bool_value,json=boolValue,oneof"`
}
type MetricsData_MetricField_Int64Value ¶
type MetricsData_MetricField_Int64Value struct {
Int64Value int64 `protobuf:"varint,3,opt,name=int64_value,json=int64Value,oneof"`
}
type MetricsData_MetricField_StringValue ¶
type MetricsData_MetricField_StringValue struct {
StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,oneof"`
}
type MetricsData_StringValue ¶
type MetricsData_StringValue struct {
StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,oneof"`
}
type MetricsPayload ¶
type MetricsPayload struct { MetricsCollection []*MetricsCollection `protobuf:"bytes,1,rep,name=metrics_collection,json=metricsCollection" json:"metrics_collection,omitempty"` // contains filtered or unexported fields }
func (*MetricsPayload) Descriptor
deprecated
func (*MetricsPayload) Descriptor() ([]byte, []int)
Deprecated: Use MetricsPayload.ProtoReflect.Descriptor instead.
func (*MetricsPayload) GetMetricsCollection ¶
func (x *MetricsPayload) GetMetricsCollection() []*MetricsCollection
func (*MetricsPayload) ProtoMessage ¶
func (*MetricsPayload) ProtoMessage()
func (*MetricsPayload) ProtoReflect ¶
func (x *MetricsPayload) ProtoReflect() protoreflect.Message
func (*MetricsPayload) Reset ¶
func (x *MetricsPayload) Reset()
func (*MetricsPayload) String ¶
func (x *MetricsPayload) String() string
type NetworkDevice ¶
type NetworkDevice struct { ProxyEnvironment *string `protobuf:"bytes,5,opt,name=proxy_environment,json=proxyEnvironment" json:"proxy_environment,omitempty"` AcquisitionName *string `protobuf:"bytes,10,opt,name=acquisition_name,json=acquisitionName" json:"acquisition_name,omitempty"` Pop *string `protobuf:"bytes,30,opt,name=pop" json:"pop,omitempty"` Alertable *bool `protobuf:"varint,101,opt,name=alertable" json:"alertable,omitempty"` Realm *string `protobuf:"bytes,102,opt,name=realm" json:"realm,omitempty"` Asn *int64 `protobuf:"varint,103,opt,name=asn" json:"asn,omitempty"` Metro *string `protobuf:"bytes,104,opt,name=metro" json:"metro,omitempty"` Role *string `protobuf:"bytes,105,opt,name=role" json:"role,omitempty"` Hostname *string `protobuf:"bytes,106,opt,name=hostname" json:"hostname,omitempty"` Vendor *string `protobuf:"bytes,70,opt,name=vendor" json:"vendor,omitempty"` Hostgroup *string `protobuf:"bytes,108,opt,name=hostgroup" json:"hostgroup,omitempty"` ProxyZone *string `protobuf:"bytes,100,opt,name=proxy_zone,json=proxyZone" json:"proxy_zone,omitempty"` // contains filtered or unexported fields }
func (*NetworkDevice) Descriptor
deprecated
func (*NetworkDevice) Descriptor() ([]byte, []int)
Deprecated: Use NetworkDevice.ProtoReflect.Descriptor instead.
func (*NetworkDevice) GetAcquisitionName ¶
func (x *NetworkDevice) GetAcquisitionName() string
func (*NetworkDevice) GetAlertable ¶
func (x *NetworkDevice) GetAlertable() bool
func (*NetworkDevice) GetAsn ¶
func (x *NetworkDevice) GetAsn() int64
func (*NetworkDevice) GetHostgroup ¶
func (x *NetworkDevice) GetHostgroup() string
func (*NetworkDevice) GetHostname ¶
func (x *NetworkDevice) GetHostname() string
func (*NetworkDevice) GetMetro ¶
func (x *NetworkDevice) GetMetro() string
func (*NetworkDevice) GetPop ¶
func (x *NetworkDevice) GetPop() string
func (*NetworkDevice) GetProxyEnvironment ¶
func (x *NetworkDevice) GetProxyEnvironment() string
func (*NetworkDevice) GetProxyZone ¶
func (x *NetworkDevice) GetProxyZone() string
func (*NetworkDevice) GetRealm ¶
func (x *NetworkDevice) GetRealm() string
func (*NetworkDevice) GetRole ¶
func (x *NetworkDevice) GetRole() string
func (*NetworkDevice) GetVendor ¶
func (x *NetworkDevice) GetVendor() string
func (*NetworkDevice) ProtoMessage ¶
func (*NetworkDevice) ProtoMessage()
func (*NetworkDevice) ProtoReflect ¶
func (x *NetworkDevice) ProtoReflect() protoreflect.Message
func (*NetworkDevice) Reset ¶
func (x *NetworkDevice) Reset()
func (*NetworkDevice) String ¶
func (x *NetworkDevice) String() string
type NetworkDevice_TypeId ¶
type NetworkDevice_TypeId int32
const (
NetworkDevice_MESSAGE_TYPE_ID NetworkDevice_TypeId = 34049749
)
func (NetworkDevice_TypeId) Descriptor ¶
func (NetworkDevice_TypeId) Descriptor() protoreflect.EnumDescriptor
func (NetworkDevice_TypeId) Enum ¶
func (x NetworkDevice_TypeId) Enum() *NetworkDevice_TypeId
func (NetworkDevice_TypeId) EnumDescriptor
deprecated
func (NetworkDevice_TypeId) EnumDescriptor() ([]byte, []int)
Deprecated: Use NetworkDevice_TypeId.Descriptor instead.
func (NetworkDevice_TypeId) Number ¶
func (x NetworkDevice_TypeId) Number() protoreflect.EnumNumber
func (NetworkDevice_TypeId) String ¶
func (x NetworkDevice_TypeId) String() string
func (NetworkDevice_TypeId) Type ¶
func (NetworkDevice_TypeId) Type() protoreflect.EnumType
func (*NetworkDevice_TypeId) UnmarshalJSON
deprecated
func (x *NetworkDevice_TypeId) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type Request ¶
type Request struct { Payload *MetricsPayload `protobuf:"bytes,1,opt,name=payload" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*Request) Descriptor
deprecated
func (*Request) GetPayload ¶
func (x *Request) GetPayload() *MetricsPayload
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
type StreamKind ¶
type StreamKind int32
const ( StreamKind_GAUGE StreamKind = 0 StreamKind_CUMULATIVE StreamKind = 1 StreamKind_DELTA StreamKind = 2 )
func (StreamKind) Descriptor ¶
func (StreamKind) Descriptor() protoreflect.EnumDescriptor
func (StreamKind) Enum ¶
func (x StreamKind) Enum() *StreamKind
func (StreamKind) EnumDescriptor
deprecated
func (StreamKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use StreamKind.Descriptor instead.
func (StreamKind) Number ¶
func (x StreamKind) Number() protoreflect.EnumNumber
func (StreamKind) String ¶
func (x StreamKind) String() string
func (StreamKind) Type ¶
func (StreamKind) Type() protoreflect.EnumType
func (*StreamKind) UnmarshalJSON
deprecated
func (x *StreamKind) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type Task ¶
type Task struct { ProxyEnvironment *string `protobuf:"bytes,5,opt,name=proxy_environment,json=proxyEnvironment" json:"proxy_environment,omitempty"` AcquisitionName *string `protobuf:"bytes,10,opt,name=acquisition_name,json=acquisitionName" json:"acquisition_name,omitempty"` ServiceName *string `protobuf:"bytes,20,opt,name=service_name,json=serviceName" json:"service_name,omitempty"` JobName *string `protobuf:"bytes,30,opt,name=job_name,json=jobName" json:"job_name,omitempty"` DataCenter *string `protobuf:"bytes,40,opt,name=data_center,json=dataCenter" json:"data_center,omitempty"` HostName *string `protobuf:"bytes,50,opt,name=host_name,json=hostName" json:"host_name,omitempty"` TaskNum *int32 `protobuf:"varint,60,opt,name=task_num,json=taskNum" json:"task_num,omitempty"` ProxyZone *string `protobuf:"bytes,70,opt,name=proxy_zone,json=proxyZone" json:"proxy_zone,omitempty"` // contains filtered or unexported fields }
func (*Task) Descriptor
deprecated
func (*Task) GetAcquisitionName ¶
func (*Task) GetDataCenter ¶
func (*Task) GetHostName ¶
func (*Task) GetJobName ¶
func (*Task) GetProxyEnvironment ¶
func (*Task) GetProxyZone ¶
func (*Task) GetServiceName ¶
func (*Task) GetTaskNum ¶
func (*Task) ProtoMessage ¶
func (*Task) ProtoMessage()
func (*Task) ProtoReflect ¶
func (x *Task) ProtoReflect() protoreflect.Message
type Task_TypeId ¶
type Task_TypeId int32
const (
Task_MESSAGE_TYPE_ID Task_TypeId = 34049749
)
func (Task_TypeId) Descriptor ¶
func (Task_TypeId) Descriptor() protoreflect.EnumDescriptor
func (Task_TypeId) Enum ¶
func (x Task_TypeId) Enum() *Task_TypeId
func (Task_TypeId) EnumDescriptor
deprecated
func (Task_TypeId) EnumDescriptor() ([]byte, []int)
Deprecated: Use Task_TypeId.Descriptor instead.
func (Task_TypeId) Number ¶
func (x Task_TypeId) Number() protoreflect.EnumNumber
func (Task_TypeId) String ¶
func (x Task_TypeId) String() string
func (Task_TypeId) Type ¶
func (Task_TypeId) Type() protoreflect.EnumType
func (*Task_TypeId) UnmarshalJSON
deprecated
func (x *Task_TypeId) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type Timestamp ¶
type Timestamp struct { Seconds *int64 `protobuf:"varint,1,opt,name=seconds" json:"seconds,omitempty"` Nanos *int32 `protobuf:"varint,2,opt,name=nanos" json:"nanos,omitempty"` // contains filtered or unexported fields }
func (*Timestamp) Descriptor
deprecated
func (*Timestamp) GetSeconds ¶
func (*Timestamp) ProtoMessage ¶
func (*Timestamp) ProtoMessage()
func (*Timestamp) ProtoReflect ¶
func (x *Timestamp) ProtoReflect() protoreflect.Message
type ValueType ¶
type ValueType int32
func (ValueType) Descriptor ¶
func (ValueType) Descriptor() protoreflect.EnumDescriptor
func (ValueType) EnumDescriptor
deprecated
func (ValueType) Number ¶
func (x ValueType) Number() protoreflect.EnumNumber
func (ValueType) Type ¶
func (ValueType) Type() protoreflect.EnumType