ts_mon_proto

package
v0.0.0-...-51f9457 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

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

Constants

This section is empty.

Variables

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_acquisition_network_device_proto protoreflect.FileDescriptor
View Source
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_acquisition_task_proto protoreflect.FileDescriptor
View Source
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_any_proto protoreflect.FileDescriptor
View Source
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_endpoint_proto protoreflect.FileDescriptor
View Source
var File_go_chromium_org_luci_common_tsmon_ts_mon_proto_metrics_proto protoreflect.FileDescriptor
View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Any.ProtoReflect.Descriptor instead.

func (*Any) GetTypeUrl

func (x *Any) GetTypeUrl() string

func (*Any) GetValue

func (x *Any) GetValue() []byte

func (*Any) ProtoMessage

func (*Any) ProtoMessage()

func (*Any) ProtoReflect

func (x *Any) ProtoReflect() protoreflect.Message

func (*Any) Reset

func (x *Any) Reset()

func (*Any) String

func (x *Any) String() string

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 (*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 (*MetricsCollection_RootLabels) Reset

func (x *MetricsCollection_RootLabels) Reset()

func (*MetricsCollection_RootLabels) 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 (*MetricsDataSet_MetricFieldDescriptor) GetName

func (*MetricsDataSet_MetricFieldDescriptor) ProtoMessage

func (*MetricsDataSet_MetricFieldDescriptor) ProtoMessage()

func (*MetricsDataSet_MetricFieldDescriptor) ProtoReflect

func (*MetricsDataSet_MetricFieldDescriptor) Reset

func (*MetricsDataSet_MetricFieldDescriptor) 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) Enum

func (MetricsDataSet_MetricFieldDescriptor_FieldType) EnumDescriptor deprecated

Deprecated: Use MetricsDataSet_MetricFieldDescriptor_FieldType.Descriptor instead.

func (MetricsDataSet_MetricFieldDescriptor_FieldType) Number

func (MetricsDataSet_MetricFieldDescriptor_FieldType) String

func (MetricsDataSet_MetricFieldDescriptor_FieldType) Type

func (*MetricsDataSet_MetricFieldDescriptor_FieldType) UnmarshalJSON deprecated

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 (*MetricsData_Distribution) GetExplicitBuckets

func (*MetricsData_Distribution) GetExponentialBuckets

func (*MetricsData_Distribution) GetLinearBuckets

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 (*MetricsData_Distribution_Exemplar) ProtoMessage

func (*MetricsData_Distribution_Exemplar) ProtoMessage()

func (*MetricsData_Distribution_Exemplar) ProtoReflect

func (*MetricsData_Distribution_Exemplar) Reset

func (*MetricsData_Distribution_Exemplar) 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 (*MetricsData_Distribution_ExplicitOptions) ProtoMessage

func (*MetricsData_Distribution_ExplicitOptions) ProtoReflect

func (*MetricsData_Distribution_ExplicitOptions) Reset

func (*MetricsData_Distribution_ExplicitOptions) 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

Deprecated: Use MetricsData_Distribution_ExponentialOptions.ProtoReflect.Descriptor instead.

func (*MetricsData_Distribution_ExponentialOptions) GetGrowthFactor

func (*MetricsData_Distribution_ExponentialOptions) GetNumFiniteBuckets

func (x *MetricsData_Distribution_ExponentialOptions) GetNumFiniteBuckets() int32

func (*MetricsData_Distribution_ExponentialOptions) GetScale

func (*MetricsData_Distribution_ExponentialOptions) ProtoMessage

func (*MetricsData_Distribution_ExponentialOptions) ProtoReflect

func (*MetricsData_Distribution_ExponentialOptions) Reset

func (*MetricsData_Distribution_ExponentialOptions) 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 (*MetricsData_Distribution_LinearOptions) GetWidth

func (*MetricsData_Distribution_LinearOptions) ProtoMessage

func (*MetricsData_Distribution_LinearOptions) ProtoReflect

func (*MetricsData_Distribution_LinearOptions) Reset

func (*MetricsData_Distribution_LinearOptions) 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) Enum

func (NetworkDevice_TypeId) EnumDescriptor deprecated

func (NetworkDevice_TypeId) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkDevice_TypeId.Descriptor instead.

func (NetworkDevice_TypeId) Number

func (NetworkDevice_TypeId) String

func (x NetworkDevice_TypeId) String() string

func (NetworkDevice_TypeId) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use Request.ProtoReflect.Descriptor instead.

func (*Request) GetPayload

func (x *Request) GetPayload() *MetricsPayload

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) ProtoReflect

func (x *Request) ProtoReflect() protoreflect.Message

func (*Request) Reset

func (x *Request) Reset()

func (*Request) String

func (x *Request) String() string

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) 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) Descriptor() ([]byte, []int)

Deprecated: Use Task.ProtoReflect.Descriptor instead.

func (*Task) GetAcquisitionName

func (x *Task) GetAcquisitionName() string

func (*Task) GetDataCenter

func (x *Task) GetDataCenter() string

func (*Task) GetHostName

func (x *Task) GetHostName() string

func (*Task) GetJobName

func (x *Task) GetJobName() string

func (*Task) GetProxyEnvironment

func (x *Task) GetProxyEnvironment() string

func (*Task) GetProxyZone

func (x *Task) GetProxyZone() string

func (*Task) GetServiceName

func (x *Task) GetServiceName() string

func (*Task) GetTaskNum

func (x *Task) GetTaskNum() int32

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) ProtoReflect

func (x *Task) ProtoReflect() protoreflect.Message

func (*Task) Reset

func (x *Task) Reset()

func (*Task) String

func (x *Task) String() string

type Task_TypeId

type Task_TypeId int32
const (
	Task_MESSAGE_TYPE_ID Task_TypeId = 34049749
)

func (Task_TypeId) Descriptor

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) 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) Descriptor() ([]byte, []int)

Deprecated: Use Timestamp.ProtoReflect.Descriptor instead.

func (*Timestamp) GetNanos

func (x *Timestamp) GetNanos() int32

func (*Timestamp) GetSeconds

func (x *Timestamp) GetSeconds() int64

func (*Timestamp) ProtoMessage

func (*Timestamp) ProtoMessage()

func (*Timestamp) ProtoReflect

func (x *Timestamp) ProtoReflect() protoreflect.Message

func (*Timestamp) Reset

func (x *Timestamp) Reset()

func (*Timestamp) String

func (x *Timestamp) String() string

type ValueType

type ValueType int32
const (
	ValueType_BOOL         ValueType = 0
	ValueType_STRING       ValueType = 1
	ValueType_INT64        ValueType = 2
	ValueType_DOUBLE       ValueType = 3
	ValueType_DISTRIBUTION ValueType = 4
)

func (ValueType) Descriptor

func (ValueType) Descriptor() protoreflect.EnumDescriptor

func (ValueType) Enum

func (x ValueType) Enum() *ValueType

func (ValueType) EnumDescriptor deprecated

func (ValueType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ValueType.Descriptor instead.

func (ValueType) Number

func (x ValueType) Number() protoreflect.EnumNumber

func (ValueType) String

func (x ValueType) String() string

func (ValueType) Type

func (*ValueType) UnmarshalJSON deprecated

func (x *ValueType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL