import "go.chromium.org/luci/common/tsmon/ts_mon_proto"
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.
acquisition_network_device.pb.go acquisition_task.pb.go any.pb.go endpoint.pb.go metrics.pb.go proto-gen.go timestamp.pb.go
var MetricsDataSet_MetricFieldDescriptor_FieldType_name = map[int32]string{ 0: "STRING", 1: "INT64", 2: "BOOL", }
var MetricsDataSet_MetricFieldDescriptor_FieldType_value = map[string]int32{ "STRING": 0, "INT64": 1, "BOOL": 2, }
var ValueType_name = map[int32]string{ 0: "BOOL", 1: "STRING", 2: "INT64", 3: "DOUBLE", 4: "DISTRIBUTION", }
var ValueType_value = map[string]int32{ "BOOL": 0, "STRING": 1, "INT64": 2, "DOUBLE": 3, "DISTRIBUTION": 4, }
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Annotations) Descriptor() ([]byte, []int)
func (m *Annotations) GetAnnotation() []*Any
func (m *Annotations) GetDeprecation() string
func (m *Annotations) GetTimestamp() bool
func (m *Annotations) GetUnit() string
func (*Annotations) ProtoMessage()
func (m *Annotations) Reset()
func (m *Annotations) String() string
func (m *Annotations) XXX_DiscardUnknown()
func (m *Annotations) XXX_Merge(src proto.Message)
func (m *Annotations) XXX_Size() int
func (m *Annotations) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
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 valid to be assigned to TargetSchema: // *MetricsCollection_NetworkDevice // *MetricsCollection_Task TargetSchema isMetricsCollection_TargetSchema `protobuf_oneof:"target_schema"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsCollection) Descriptor() ([]byte, []int)
func (m *MetricsCollection) GetMetricsDataSet() []*MetricsDataSet
func (m *MetricsCollection) GetNetworkDevice() *NetworkDevice
func (m *MetricsCollection) GetRootLabels() []*MetricsCollection_RootLabels
func (m *MetricsCollection) GetTargetSchema() isMetricsCollection_TargetSchema
func (m *MetricsCollection) GetTask() *Task
func (*MetricsCollection) ProtoMessage()
func (m *MetricsCollection) Reset()
func (m *MetricsCollection) String() string
func (m *MetricsCollection) XXX_DiscardUnknown()
func (m *MetricsCollection) XXX_Merge(src proto.Message)
func (*MetricsCollection) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *MetricsCollection) XXX_Size() int
func (m *MetricsCollection) XXX_Unmarshal(b []byte) error
type MetricsCollection_NetworkDevice struct { NetworkDevice *NetworkDevice `protobuf:"bytes,11,opt,name=network_device,json=networkDevice,oneof"` }
type MetricsCollection_RootLabels struct { Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"` // Types that are valid to be assigned to Value: // *MetricsCollection_RootLabels_StringValue // *MetricsCollection_RootLabels_Int64Value // *MetricsCollection_RootLabels_BoolValue Value isMetricsCollection_RootLabels_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsCollection_RootLabels) Descriptor() ([]byte, []int)
func (m *MetricsCollection_RootLabels) GetBoolValue() bool
func (m *MetricsCollection_RootLabels) GetInt64Value() int64
func (m *MetricsCollection_RootLabels) GetKey() string
func (m *MetricsCollection_RootLabels) GetStringValue() string
func (m *MetricsCollection_RootLabels) GetValue() isMetricsCollection_RootLabels_Value
func (*MetricsCollection_RootLabels) ProtoMessage()
func (m *MetricsCollection_RootLabels) Reset()
func (m *MetricsCollection_RootLabels) String() string
func (m *MetricsCollection_RootLabels) XXX_DiscardUnknown()
func (m *MetricsCollection_RootLabels) XXX_Merge(src proto.Message)
func (*MetricsCollection_RootLabels) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *MetricsCollection_RootLabels) XXX_Size() int
func (m *MetricsCollection_RootLabels) XXX_Unmarshal(b []byte) error
type MetricsCollection_RootLabels_BoolValue struct { BoolValue bool `protobuf:"varint,4,opt,name=bool_value,json=boolValue,oneof"` }
type MetricsCollection_RootLabels_Int64Value struct { Int64Value int64 `protobuf:"varint,3,opt,name=int64_value,json=int64Value,oneof"` }
type MetricsCollection_RootLabels_StringValue struct { StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,oneof"` }
type MetricsData struct { // Types that are valid to be assigned 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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsData) Descriptor() ([]byte, []int)
func (m *MetricsData) GetBoolValue() bool
func (m *MetricsData) GetDistributionValue() *MetricsData_Distribution
func (m *MetricsData) GetDoubleValue() float64
func (m *MetricsData) GetEndTimestamp() *Timestamp
func (m *MetricsData) GetField() []*MetricsData_MetricField
func (m *MetricsData) GetInt64Value() int64
func (m *MetricsData) GetStartTimestamp() *Timestamp
func (m *MetricsData) GetStringValue() string
func (m *MetricsData) GetValue() isMetricsData_Value
func (*MetricsData) ProtoMessage()
func (m *MetricsData) Reset()
func (m *MetricsData) String() string
func (m *MetricsData) XXX_DiscardUnknown()
func (m *MetricsData) XXX_Merge(src proto.Message)
func (*MetricsData) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *MetricsData) XXX_Size() int
func (m *MetricsData) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsDataSet) Descriptor() ([]byte, []int)
func (m *MetricsDataSet) GetAnnotations() *Annotations
func (m *MetricsDataSet) GetData() []*MetricsData
func (m *MetricsDataSet) GetDescription() string
func (m *MetricsDataSet) GetFieldDescriptor() []*MetricsDataSet_MetricFieldDescriptor
func (m *MetricsDataSet) GetMetricName() string
func (m *MetricsDataSet) GetStreamKind() StreamKind
func (m *MetricsDataSet) GetValueType() ValueType
func (*MetricsDataSet) ProtoMessage()
func (m *MetricsDataSet) Reset()
func (m *MetricsDataSet) String() string
func (m *MetricsDataSet) XXX_DiscardUnknown()
func (m *MetricsDataSet) XXX_Merge(src proto.Message)
func (m *MetricsDataSet) XXX_Size() int
func (m *MetricsDataSet) XXX_Unmarshal(b []byte) error
type MetricsDataSet_MetricFieldDescriptor struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` FieldType *MetricsDataSet_MetricFieldDescriptor_FieldType `protobuf:"varint,2,opt,name=field_type,json=fieldType,enum=ts_mon.proto.MetricsDataSet_MetricFieldDescriptor_FieldType" json:"field_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsDataSet_MetricFieldDescriptor) Descriptor() ([]byte, []int)
func (m *MetricsDataSet_MetricFieldDescriptor) GetFieldType() MetricsDataSet_MetricFieldDescriptor_FieldType
func (m *MetricsDataSet_MetricFieldDescriptor) GetName() string
func (*MetricsDataSet_MetricFieldDescriptor) ProtoMessage()
func (m *MetricsDataSet_MetricFieldDescriptor) Reset()
func (m *MetricsDataSet_MetricFieldDescriptor) String() string
func (m *MetricsDataSet_MetricFieldDescriptor) XXX_DiscardUnknown()
func (m *MetricsDataSet_MetricFieldDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *MetricsDataSet_MetricFieldDescriptor) XXX_Merge(src proto.Message)
func (m *MetricsDataSet_MetricFieldDescriptor) XXX_Size() int
func (m *MetricsDataSet_MetricFieldDescriptor) XXX_Unmarshal(b []byte) error
const ( MetricsDataSet_MetricFieldDescriptor_STRING MetricsDataSet_MetricFieldDescriptor_FieldType = 0 MetricsDataSet_MetricFieldDescriptor_INT64 MetricsDataSet_MetricFieldDescriptor_FieldType = 1 MetricsDataSet_MetricFieldDescriptor_BOOL MetricsDataSet_MetricFieldDescriptor_FieldType = 2 )
func (x MetricsDataSet_MetricFieldDescriptor_FieldType) Enum() *MetricsDataSet_MetricFieldDescriptor_FieldType
func (MetricsDataSet_MetricFieldDescriptor_FieldType) EnumDescriptor() ([]byte, []int)
func (x MetricsDataSet_MetricFieldDescriptor_FieldType) String() string
func (x *MetricsDataSet_MetricFieldDescriptor_FieldType) UnmarshalJSON(data []byte) error
type MetricsData_BoolValue struct { BoolValue bool `protobuf:"varint,1,opt,name=bool_value,json=boolValue,oneof"` }
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 valid to be assigned 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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsData_Distribution) Descriptor() ([]byte, []int)
func (m *MetricsData_Distribution) GetBucketCount() []int64
func (m *MetricsData_Distribution) GetBucketOptions() isMetricsData_Distribution_BucketOptions
func (m *MetricsData_Distribution) GetCount() int64
func (m *MetricsData_Distribution) GetExemplar() []*MetricsData_Distribution_Exemplar
func (m *MetricsData_Distribution) GetExplicitBuckets() *MetricsData_Distribution_ExplicitOptions
func (m *MetricsData_Distribution) GetExponentialBuckets() *MetricsData_Distribution_ExponentialOptions
func (m *MetricsData_Distribution) GetLinearBuckets() *MetricsData_Distribution_LinearOptions
func (m *MetricsData_Distribution) GetMaximum() float64
func (m *MetricsData_Distribution) GetMean() float64
func (m *MetricsData_Distribution) GetMinimum() float64
func (m *MetricsData_Distribution) GetSumOfSquaredDeviation() float64
func (*MetricsData_Distribution) ProtoMessage()
func (m *MetricsData_Distribution) Reset()
func (m *MetricsData_Distribution) String() string
func (m *MetricsData_Distribution) XXX_DiscardUnknown()
func (m *MetricsData_Distribution) XXX_Merge(src proto.Message)
func (*MetricsData_Distribution) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *MetricsData_Distribution) XXX_Size() int
func (m *MetricsData_Distribution) XXX_Unmarshal(b []byte) error
type MetricsData_DistributionValue struct { DistributionValue *MetricsData_Distribution `protobuf:"bytes,5,opt,name=distribution_value,json=distributionValue,oneof"` }
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsData_Distribution_Exemplar) Descriptor() ([]byte, []int)
func (m *MetricsData_Distribution_Exemplar) GetAttachment() []*Any
func (m *MetricsData_Distribution_Exemplar) GetTimestamp() *Timestamp
func (m *MetricsData_Distribution_Exemplar) GetValue() float64
func (*MetricsData_Distribution_Exemplar) ProtoMessage()
func (m *MetricsData_Distribution_Exemplar) Reset()
func (m *MetricsData_Distribution_Exemplar) String() string
func (m *MetricsData_Distribution_Exemplar) XXX_DiscardUnknown()
func (m *MetricsData_Distribution_Exemplar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *MetricsData_Distribution_Exemplar) XXX_Merge(src proto.Message)
func (m *MetricsData_Distribution_Exemplar) XXX_Size() int
func (m *MetricsData_Distribution_Exemplar) XXX_Unmarshal(b []byte) error
type MetricsData_Distribution_ExplicitBuckets struct { ExplicitBuckets *MetricsData_Distribution_ExplicitOptions `protobuf:"bytes,8,opt,name=explicit_buckets,json=explicitBuckets,oneof"` }
type MetricsData_Distribution_ExplicitOptions struct { Bound []float64 `protobuf:"fixed64,1,rep,packed,name=bound" json:"bound,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsData_Distribution_ExplicitOptions) Descriptor() ([]byte, []int)
func (m *MetricsData_Distribution_ExplicitOptions) GetBound() []float64
func (*MetricsData_Distribution_ExplicitOptions) ProtoMessage()
func (m *MetricsData_Distribution_ExplicitOptions) Reset()
func (m *MetricsData_Distribution_ExplicitOptions) String() string
func (m *MetricsData_Distribution_ExplicitOptions) XXX_DiscardUnknown()
func (m *MetricsData_Distribution_ExplicitOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *MetricsData_Distribution_ExplicitOptions) XXX_Merge(src proto.Message)
func (m *MetricsData_Distribution_ExplicitOptions) XXX_Size() int
func (m *MetricsData_Distribution_ExplicitOptions) XXX_Unmarshal(b []byte) error
type MetricsData_Distribution_ExponentialBuckets struct { ExponentialBuckets *MetricsData_Distribution_ExponentialOptions `protobuf:"bytes,7,opt,name=exponential_buckets,json=exponentialBuckets,oneof"` }
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsData_Distribution_ExponentialOptions) Descriptor() ([]byte, []int)
func (m *MetricsData_Distribution_ExponentialOptions) GetGrowthFactor() float64
func (m *MetricsData_Distribution_ExponentialOptions) GetNumFiniteBuckets() int32
func (m *MetricsData_Distribution_ExponentialOptions) GetScale() float64
func (*MetricsData_Distribution_ExponentialOptions) ProtoMessage()
func (m *MetricsData_Distribution_ExponentialOptions) Reset()
func (m *MetricsData_Distribution_ExponentialOptions) String() string
func (m *MetricsData_Distribution_ExponentialOptions) XXX_DiscardUnknown()
func (m *MetricsData_Distribution_ExponentialOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *MetricsData_Distribution_ExponentialOptions) XXX_Merge(src proto.Message)
func (m *MetricsData_Distribution_ExponentialOptions) XXX_Size() int
func (m *MetricsData_Distribution_ExponentialOptions) XXX_Unmarshal(b []byte) error
type MetricsData_Distribution_LinearBuckets struct { LinearBuckets *MetricsData_Distribution_LinearOptions `protobuf:"bytes,6,opt,name=linear_buckets,json=linearBuckets,oneof"` }
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsData_Distribution_LinearOptions) Descriptor() ([]byte, []int)
func (m *MetricsData_Distribution_LinearOptions) GetNumFiniteBuckets() int32
func (m *MetricsData_Distribution_LinearOptions) GetOffset() float64
func (m *MetricsData_Distribution_LinearOptions) GetWidth() float64
func (*MetricsData_Distribution_LinearOptions) ProtoMessage()
func (m *MetricsData_Distribution_LinearOptions) Reset()
func (m *MetricsData_Distribution_LinearOptions) String() string
func (m *MetricsData_Distribution_LinearOptions) XXX_DiscardUnknown()
func (m *MetricsData_Distribution_LinearOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *MetricsData_Distribution_LinearOptions) XXX_Merge(src proto.Message)
func (m *MetricsData_Distribution_LinearOptions) XXX_Size() int
func (m *MetricsData_Distribution_LinearOptions) XXX_Unmarshal(b []byte) error
type MetricsData_DoubleValue struct { DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,oneof"` }
type MetricsData_Int64Value struct { Int64Value int64 `protobuf:"varint,3,opt,name=int64_value,json=int64Value,oneof"` }
type MetricsData_MetricField struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Types that are valid to be assigned to Value: // *MetricsData_MetricField_StringValue // *MetricsData_MetricField_Int64Value // *MetricsData_MetricField_BoolValue Value isMetricsData_MetricField_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsData_MetricField) Descriptor() ([]byte, []int)
func (m *MetricsData_MetricField) GetBoolValue() bool
func (m *MetricsData_MetricField) GetInt64Value() int64
func (m *MetricsData_MetricField) GetName() string
func (m *MetricsData_MetricField) GetStringValue() string
func (m *MetricsData_MetricField) GetValue() isMetricsData_MetricField_Value
func (*MetricsData_MetricField) ProtoMessage()
func (m *MetricsData_MetricField) Reset()
func (m *MetricsData_MetricField) String() string
func (m *MetricsData_MetricField) XXX_DiscardUnknown()
func (m *MetricsData_MetricField) XXX_Merge(src proto.Message)
func (*MetricsData_MetricField) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *MetricsData_MetricField) XXX_Size() int
func (m *MetricsData_MetricField) XXX_Unmarshal(b []byte) error
type MetricsData_MetricField_BoolValue struct { BoolValue bool `protobuf:"varint,4,opt,name=bool_value,json=boolValue,oneof"` }
type MetricsData_MetricField_Int64Value struct { Int64Value int64 `protobuf:"varint,3,opt,name=int64_value,json=int64Value,oneof"` }
type MetricsData_MetricField_StringValue struct { StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,oneof"` }
type MetricsData_StringValue struct { StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,oneof"` }
type MetricsPayload struct { MetricsCollection []*MetricsCollection `protobuf:"bytes,1,rep,name=metrics_collection,json=metricsCollection" json:"metrics_collection,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetricsPayload) Descriptor() ([]byte, []int)
func (m *MetricsPayload) GetMetricsCollection() []*MetricsCollection
func (*MetricsPayload) ProtoMessage()
func (m *MetricsPayload) Reset()
func (m *MetricsPayload) String() string
func (m *MetricsPayload) XXX_DiscardUnknown()
func (m *MetricsPayload) XXX_Merge(src proto.Message)
func (m *MetricsPayload) XXX_Size() int
func (m *MetricsPayload) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkDevice) Descriptor() ([]byte, []int)
func (m *NetworkDevice) GetAcquisitionName() string
func (m *NetworkDevice) GetAlertable() bool
func (m *NetworkDevice) GetAsn() int64
func (m *NetworkDevice) GetHostgroup() string
func (m *NetworkDevice) GetHostname() string
func (m *NetworkDevice) GetMetro() string
func (m *NetworkDevice) GetPop() string
func (m *NetworkDevice) GetProxyEnvironment() string
func (m *NetworkDevice) GetProxyZone() string
func (m *NetworkDevice) GetRealm() string
func (m *NetworkDevice) GetRole() string
func (m *NetworkDevice) GetVendor() string
func (*NetworkDevice) ProtoMessage()
func (m *NetworkDevice) Reset()
func (m *NetworkDevice) String() string
func (m *NetworkDevice) XXX_DiscardUnknown()
func (m *NetworkDevice) XXX_Merge(src proto.Message)
func (m *NetworkDevice) XXX_Size() int
func (m *NetworkDevice) XXX_Unmarshal(b []byte) error
const ( NetworkDevice_MESSAGE_TYPE_ID NetworkDevice_TypeId = 34049749 )
func (x NetworkDevice_TypeId) Enum() *NetworkDevice_TypeId
func (NetworkDevice_TypeId) EnumDescriptor() ([]byte, []int)
func (x NetworkDevice_TypeId) String() string
func (x *NetworkDevice_TypeId) UnmarshalJSON(data []byte) error
type Request struct { Payload *MetricsPayload `protobuf:"bytes,1,opt,name=payload" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (m *Request) GetPayload() *MetricsPayload
const ( StreamKind_GAUGE StreamKind = 0 StreamKind_CUMULATIVE StreamKind = 1 StreamKind_DELTA StreamKind = 2 )
func (x StreamKind) Enum() *StreamKind
func (StreamKind) EnumDescriptor() ([]byte, []int)
func (x StreamKind) String() string
func (x *StreamKind) UnmarshalJSON(data []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
const ( Task_MESSAGE_TYPE_ID Task_TypeId = 34049749 )
func (x Task_TypeId) Enum() *Task_TypeId
func (Task_TypeId) EnumDescriptor() ([]byte, []int)
func (x Task_TypeId) String() string
func (x *Task_TypeId) UnmarshalJSON(data []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
const ( ValueType_BOOL ValueType = 0 ValueType_STRING ValueType = 1 ValueType_INT64 ValueType = 2 ValueType_DOUBLE ValueType = 3 ValueType_DISTRIBUTION ValueType = 4 )
Package ts_mon_proto imports 3 packages (graph) and is imported by 10 packages. Updated 2021-01-24. Refresh now. Tools for package owners.