ts_mon_proto

package
v0.0.0-...-4a11b79 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 License: Apache-2.0 Imports: 3 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 MetricsDataSet_MetricFieldDescriptor_FieldType_name = map[int32]string{
	0: "STRING",
	1: "INT64",
	2: "BOOL",
}
View Source
var MetricsDataSet_MetricFieldDescriptor_FieldType_value = map[string]int32{
	"STRING": 0,
	"INT64":  1,
	"BOOL":   2,
}
View Source
var NetworkDevice_TypeId_name = map[int32]string{
	34049749: "MESSAGE_TYPE_ID",
}
View Source
var NetworkDevice_TypeId_value = map[string]int32{
	"MESSAGE_TYPE_ID": 34049749,
}
View Source
var StreamKind_name = map[int32]string{
	0: "GAUGE",
	1: "CUMULATIVE",
	2: "DELTA",
}
View Source
var StreamKind_value = map[string]int32{
	"GAUGE":      0,
	"CUMULATIVE": 1,
	"DELTA":      2,
}
View Source
var Task_TypeId_name = map[int32]string{
	34049749: "MESSAGE_TYPE_ID",
}
View Source
var Task_TypeId_value = map[string]int32{
	"MESSAGE_TYPE_ID": 34049749,
}
View Source
var ValueType_name = map[int32]string{
	0: "BOOL",
	1: "STRING",
	2: "INT64",
	3: "DOUBLE",
	4: "DISTRIBUTION",
}
View Source
var ValueType_value = map[string]int32{
	"BOOL":         0,
	"STRING":       1,
	"INT64":        2,
	"DOUBLE":       3,
	"DISTRIBUTION": 4,
}

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Annotations) Descriptor

func (*Annotations) Descriptor() ([]byte, []int)

func (*Annotations) GetAnnotation

func (m *Annotations) GetAnnotation() []*Any

func (*Annotations) GetDeprecation

func (m *Annotations) GetDeprecation() string

func (*Annotations) GetTimestamp

func (m *Annotations) GetTimestamp() bool

func (*Annotations) GetUnit

func (m *Annotations) GetUnit() string

func (*Annotations) ProtoMessage

func (*Annotations) ProtoMessage()

func (*Annotations) Reset

func (m *Annotations) Reset()

func (*Annotations) String

func (m *Annotations) String() string

func (*Annotations) XXX_DiscardUnknown

func (m *Annotations) XXX_DiscardUnknown()

func (*Annotations) XXX_Marshal

func (m *Annotations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Annotations) XXX_Merge

func (m *Annotations) XXX_Merge(src proto.Message)

func (*Annotations) XXX_Size

func (m *Annotations) XXX_Size() int

func (*Annotations) XXX_Unmarshal

func (m *Annotations) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Any) Descriptor

func (*Any) Descriptor() ([]byte, []int)

func (*Any) GetTypeUrl

func (m *Any) GetTypeUrl() string

func (*Any) GetValue

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

func (*Any) ProtoMessage

func (*Any) ProtoMessage()

func (*Any) Reset

func (m *Any) Reset()

func (*Any) String

func (m *Any) String() string

func (*Any) XXX_DiscardUnknown

func (m *Any) XXX_DiscardUnknown()

func (*Any) XXX_Marshal

func (m *Any) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Any) XXX_Merge

func (m *Any) XXX_Merge(src proto.Message)

func (*Any) XXX_Size

func (m *Any) XXX_Size() int

func (*Any) XXX_Unmarshal

func (m *Any) XXX_Unmarshal(b []byte) error

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 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

func (*MetricsCollection) Descriptor() ([]byte, []int)

func (*MetricsCollection) GetMetricsDataSet

func (m *MetricsCollection) GetMetricsDataSet() []*MetricsDataSet

func (*MetricsCollection) GetNetworkDevice

func (m *MetricsCollection) GetNetworkDevice() *NetworkDevice

func (*MetricsCollection) GetRootLabels

func (m *MetricsCollection) GetRootLabels() []*MetricsCollection_RootLabels

func (*MetricsCollection) GetTargetSchema

func (m *MetricsCollection) GetTargetSchema() isMetricsCollection_TargetSchema

func (*MetricsCollection) GetTask

func (m *MetricsCollection) GetTask() *Task

func (*MetricsCollection) ProtoMessage

func (*MetricsCollection) ProtoMessage()

func (*MetricsCollection) Reset

func (m *MetricsCollection) Reset()

func (*MetricsCollection) String

func (m *MetricsCollection) String() string

func (*MetricsCollection) XXX_DiscardUnknown

func (m *MetricsCollection) XXX_DiscardUnknown()

func (*MetricsCollection) XXX_Marshal

func (m *MetricsCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsCollection) XXX_Merge

func (m *MetricsCollection) XXX_Merge(src proto.Message)

func (*MetricsCollection) XXX_OneofWrappers

func (*MetricsCollection) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MetricsCollection) XXX_Size

func (m *MetricsCollection) XXX_Size() int

func (*MetricsCollection) XXX_Unmarshal

func (m *MetricsCollection) XXX_Unmarshal(b []byte) error

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 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

func (*MetricsCollection_RootLabels) Descriptor() ([]byte, []int)

func (*MetricsCollection_RootLabels) GetBoolValue

func (m *MetricsCollection_RootLabels) GetBoolValue() bool

func (*MetricsCollection_RootLabels) GetInt64Value

func (m *MetricsCollection_RootLabels) GetInt64Value() int64

func (*MetricsCollection_RootLabels) GetKey

func (*MetricsCollection_RootLabels) GetStringValue

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

func (m *MetricsCollection_RootLabels) Reset()

func (*MetricsCollection_RootLabels) String

func (*MetricsCollection_RootLabels) XXX_DiscardUnknown

func (m *MetricsCollection_RootLabels) XXX_DiscardUnknown()

func (*MetricsCollection_RootLabels) XXX_Marshal

func (m *MetricsCollection_RootLabels) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsCollection_RootLabels) XXX_Merge

func (m *MetricsCollection_RootLabels) XXX_Merge(src proto.Message)

func (*MetricsCollection_RootLabels) XXX_OneofWrappers

func (*MetricsCollection_RootLabels) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MetricsCollection_RootLabels) XXX_Size

func (m *MetricsCollection_RootLabels) XXX_Size() int

func (*MetricsCollection_RootLabels) XXX_Unmarshal

func (m *MetricsCollection_RootLabels) XXX_Unmarshal(b []byte) error

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 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

func (*MetricsData) Descriptor() ([]byte, []int)

func (*MetricsData) GetBoolValue

func (m *MetricsData) GetBoolValue() bool

func (*MetricsData) GetDistributionValue

func (m *MetricsData) GetDistributionValue() *MetricsData_Distribution

func (*MetricsData) GetDoubleValue

func (m *MetricsData) GetDoubleValue() float64

func (*MetricsData) GetEndTimestamp

func (m *MetricsData) GetEndTimestamp() *Timestamp

func (*MetricsData) GetField

func (m *MetricsData) GetField() []*MetricsData_MetricField

func (*MetricsData) GetInt64Value

func (m *MetricsData) GetInt64Value() int64

func (*MetricsData) GetStartTimestamp

func (m *MetricsData) GetStartTimestamp() *Timestamp

func (*MetricsData) GetStringValue

func (m *MetricsData) GetStringValue() string

func (*MetricsData) GetValue

func (m *MetricsData) GetValue() isMetricsData_Value

func (*MetricsData) ProtoMessage

func (*MetricsData) ProtoMessage()

func (*MetricsData) Reset

func (m *MetricsData) Reset()

func (*MetricsData) String

func (m *MetricsData) String() string

func (*MetricsData) XXX_DiscardUnknown

func (m *MetricsData) XXX_DiscardUnknown()

func (*MetricsData) XXX_Marshal

func (m *MetricsData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsData) XXX_Merge

func (m *MetricsData) XXX_Merge(src proto.Message)

func (*MetricsData) XXX_OneofWrappers

func (*MetricsData) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MetricsData) XXX_Size

func (m *MetricsData) XXX_Size() int

func (*MetricsData) XXX_Unmarshal

func (m *MetricsData) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*MetricsDataSet) Descriptor

func (*MetricsDataSet) Descriptor() ([]byte, []int)

func (*MetricsDataSet) GetAnnotations

func (m *MetricsDataSet) GetAnnotations() *Annotations

func (*MetricsDataSet) GetData

func (m *MetricsDataSet) GetData() []*MetricsData

func (*MetricsDataSet) GetDescription

func (m *MetricsDataSet) GetDescription() string

func (*MetricsDataSet) GetFieldDescriptor

func (m *MetricsDataSet) GetFieldDescriptor() []*MetricsDataSet_MetricFieldDescriptor

func (*MetricsDataSet) GetMetricName

func (m *MetricsDataSet) GetMetricName() string

func (*MetricsDataSet) GetStreamKind

func (m *MetricsDataSet) GetStreamKind() StreamKind

func (*MetricsDataSet) GetValueType

func (m *MetricsDataSet) GetValueType() ValueType

func (*MetricsDataSet) ProtoMessage

func (*MetricsDataSet) ProtoMessage()

func (*MetricsDataSet) Reset

func (m *MetricsDataSet) Reset()

func (*MetricsDataSet) String

func (m *MetricsDataSet) String() string

func (*MetricsDataSet) XXX_DiscardUnknown

func (m *MetricsDataSet) XXX_DiscardUnknown()

func (*MetricsDataSet) XXX_Marshal

func (m *MetricsDataSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsDataSet) XXX_Merge

func (m *MetricsDataSet) XXX_Merge(src proto.Message)

func (*MetricsDataSet) XXX_Size

func (m *MetricsDataSet) XXX_Size() int

func (*MetricsDataSet) XXX_Unmarshal

func (m *MetricsDataSet) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

func (*MetricsDataSet_MetricFieldDescriptor) Descriptor

func (*MetricsDataSet_MetricFieldDescriptor) Descriptor() ([]byte, []int)

func (*MetricsDataSet_MetricFieldDescriptor) GetFieldType

func (*MetricsDataSet_MetricFieldDescriptor) GetName

func (*MetricsDataSet_MetricFieldDescriptor) ProtoMessage

func (*MetricsDataSet_MetricFieldDescriptor) ProtoMessage()

func (*MetricsDataSet_MetricFieldDescriptor) Reset

func (*MetricsDataSet_MetricFieldDescriptor) String

func (*MetricsDataSet_MetricFieldDescriptor) XXX_DiscardUnknown

func (m *MetricsDataSet_MetricFieldDescriptor) XXX_DiscardUnknown()

func (*MetricsDataSet_MetricFieldDescriptor) XXX_Marshal

func (m *MetricsDataSet_MetricFieldDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsDataSet_MetricFieldDescriptor) XXX_Merge

func (*MetricsDataSet_MetricFieldDescriptor) XXX_Size

func (*MetricsDataSet_MetricFieldDescriptor) XXX_Unmarshal

func (m *MetricsDataSet_MetricFieldDescriptor) XXX_Unmarshal(b []byte) error

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) Enum

func (MetricsDataSet_MetricFieldDescriptor_FieldType) EnumDescriptor

func (MetricsDataSet_MetricFieldDescriptor_FieldType) String

func (*MetricsDataSet_MetricFieldDescriptor_FieldType) UnmarshalJSON

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 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

func (*MetricsData_Distribution) Descriptor() ([]byte, []int)

func (*MetricsData_Distribution) GetBucketCount

func (m *MetricsData_Distribution) GetBucketCount() []int64

func (*MetricsData_Distribution) GetBucketOptions

func (m *MetricsData_Distribution) GetBucketOptions() isMetricsData_Distribution_BucketOptions

func (*MetricsData_Distribution) GetCount

func (m *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 (m *MetricsData_Distribution) GetMaximum() float64

func (*MetricsData_Distribution) GetMean

func (m *MetricsData_Distribution) GetMean() float64

func (*MetricsData_Distribution) GetMinimum

func (m *MetricsData_Distribution) GetMinimum() float64

func (*MetricsData_Distribution) GetSumOfSquaredDeviation

func (m *MetricsData_Distribution) GetSumOfSquaredDeviation() float64

func (*MetricsData_Distribution) ProtoMessage

func (*MetricsData_Distribution) ProtoMessage()

func (*MetricsData_Distribution) Reset

func (m *MetricsData_Distribution) Reset()

func (*MetricsData_Distribution) String

func (m *MetricsData_Distribution) String() string

func (*MetricsData_Distribution) XXX_DiscardUnknown

func (m *MetricsData_Distribution) XXX_DiscardUnknown()

func (*MetricsData_Distribution) XXX_Marshal

func (m *MetricsData_Distribution) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsData_Distribution) XXX_Merge

func (m *MetricsData_Distribution) XXX_Merge(src proto.Message)

func (*MetricsData_Distribution) XXX_OneofWrappers

func (*MetricsData_Distribution) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MetricsData_Distribution) XXX_Size

func (m *MetricsData_Distribution) XXX_Size() int

func (*MetricsData_Distribution) XXX_Unmarshal

func (m *MetricsData_Distribution) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*MetricsData_Distribution_Exemplar) Descriptor

func (*MetricsData_Distribution_Exemplar) Descriptor() ([]byte, []int)

func (*MetricsData_Distribution_Exemplar) GetAttachment

func (m *MetricsData_Distribution_Exemplar) GetAttachment() []*Any

func (*MetricsData_Distribution_Exemplar) GetTimestamp

func (m *MetricsData_Distribution_Exemplar) GetTimestamp() *Timestamp

func (*MetricsData_Distribution_Exemplar) GetValue

func (*MetricsData_Distribution_Exemplar) ProtoMessage

func (*MetricsData_Distribution_Exemplar) ProtoMessage()

func (*MetricsData_Distribution_Exemplar) Reset

func (*MetricsData_Distribution_Exemplar) String

func (*MetricsData_Distribution_Exemplar) XXX_DiscardUnknown

func (m *MetricsData_Distribution_Exemplar) XXX_DiscardUnknown()

func (*MetricsData_Distribution_Exemplar) XXX_Marshal

func (m *MetricsData_Distribution_Exemplar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsData_Distribution_Exemplar) XXX_Merge

func (*MetricsData_Distribution_Exemplar) XXX_Size

func (m *MetricsData_Distribution_Exemplar) XXX_Size() int

func (*MetricsData_Distribution_Exemplar) XXX_Unmarshal

func (m *MetricsData_Distribution_Exemplar) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*MetricsData_Distribution_ExplicitOptions) Descriptor

func (*MetricsData_Distribution_ExplicitOptions) Descriptor() ([]byte, []int)

func (*MetricsData_Distribution_ExplicitOptions) GetBound

func (*MetricsData_Distribution_ExplicitOptions) ProtoMessage

func (*MetricsData_Distribution_ExplicitOptions) Reset

func (*MetricsData_Distribution_ExplicitOptions) String

func (*MetricsData_Distribution_ExplicitOptions) XXX_DiscardUnknown

func (m *MetricsData_Distribution_ExplicitOptions) XXX_DiscardUnknown()

func (*MetricsData_Distribution_ExplicitOptions) XXX_Marshal

func (m *MetricsData_Distribution_ExplicitOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsData_Distribution_ExplicitOptions) XXX_Merge

func (*MetricsData_Distribution_ExplicitOptions) XXX_Size

func (*MetricsData_Distribution_ExplicitOptions) XXX_Unmarshal

func (m *MetricsData_Distribution_ExplicitOptions) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MetricsData_Distribution_ExponentialOptions) Descriptor

func (*MetricsData_Distribution_ExponentialOptions) GetGrowthFactor

func (*MetricsData_Distribution_ExponentialOptions) GetNumFiniteBuckets

func (m *MetricsData_Distribution_ExponentialOptions) GetNumFiniteBuckets() int32

func (*MetricsData_Distribution_ExponentialOptions) GetScale

func (*MetricsData_Distribution_ExponentialOptions) ProtoMessage

func (*MetricsData_Distribution_ExponentialOptions) Reset

func (*MetricsData_Distribution_ExponentialOptions) String

func (*MetricsData_Distribution_ExponentialOptions) XXX_DiscardUnknown

func (m *MetricsData_Distribution_ExponentialOptions) XXX_DiscardUnknown()

func (*MetricsData_Distribution_ExponentialOptions) XXX_Marshal

func (m *MetricsData_Distribution_ExponentialOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsData_Distribution_ExponentialOptions) XXX_Merge

func (*MetricsData_Distribution_ExponentialOptions) XXX_Size

func (*MetricsData_Distribution_ExponentialOptions) XXX_Unmarshal

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MetricsData_Distribution_LinearOptions) Descriptor

func (*MetricsData_Distribution_LinearOptions) Descriptor() ([]byte, []int)

func (*MetricsData_Distribution_LinearOptions) GetNumFiniteBuckets

func (m *MetricsData_Distribution_LinearOptions) GetNumFiniteBuckets() int32

func (*MetricsData_Distribution_LinearOptions) GetOffset

func (*MetricsData_Distribution_LinearOptions) GetWidth

func (*MetricsData_Distribution_LinearOptions) ProtoMessage

func (*MetricsData_Distribution_LinearOptions) Reset

func (*MetricsData_Distribution_LinearOptions) String

func (*MetricsData_Distribution_LinearOptions) XXX_DiscardUnknown

func (m *MetricsData_Distribution_LinearOptions) XXX_DiscardUnknown()

func (*MetricsData_Distribution_LinearOptions) XXX_Marshal

func (m *MetricsData_Distribution_LinearOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsData_Distribution_LinearOptions) XXX_Merge

func (*MetricsData_Distribution_LinearOptions) XXX_Size

func (*MetricsData_Distribution_LinearOptions) XXX_Unmarshal

func (m *MetricsData_Distribution_LinearOptions) XXX_Unmarshal(b []byte) error

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 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

func (*MetricsData_MetricField) Descriptor() ([]byte, []int)

func (*MetricsData_MetricField) GetBoolValue

func (m *MetricsData_MetricField) GetBoolValue() bool

func (*MetricsData_MetricField) GetInt64Value

func (m *MetricsData_MetricField) GetInt64Value() int64

func (*MetricsData_MetricField) GetName

func (m *MetricsData_MetricField) GetName() string

func (*MetricsData_MetricField) GetStringValue

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

func (m *MetricsData_MetricField) Reset()

func (*MetricsData_MetricField) String

func (m *MetricsData_MetricField) String() string

func (*MetricsData_MetricField) XXX_DiscardUnknown

func (m *MetricsData_MetricField) XXX_DiscardUnknown()

func (*MetricsData_MetricField) XXX_Marshal

func (m *MetricsData_MetricField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsData_MetricField) XXX_Merge

func (m *MetricsData_MetricField) XXX_Merge(src proto.Message)

func (*MetricsData_MetricField) XXX_OneofWrappers

func (*MetricsData_MetricField) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MetricsData_MetricField) XXX_Size

func (m *MetricsData_MetricField) XXX_Size() int

func (*MetricsData_MetricField) XXX_Unmarshal

func (m *MetricsData_MetricField) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*MetricsPayload) Descriptor

func (*MetricsPayload) Descriptor() ([]byte, []int)

func (*MetricsPayload) GetMetricsCollection

func (m *MetricsPayload) GetMetricsCollection() []*MetricsCollection

func (*MetricsPayload) ProtoMessage

func (*MetricsPayload) ProtoMessage()

func (*MetricsPayload) Reset

func (m *MetricsPayload) Reset()

func (*MetricsPayload) String

func (m *MetricsPayload) String() string

func (*MetricsPayload) XXX_DiscardUnknown

func (m *MetricsPayload) XXX_DiscardUnknown()

func (*MetricsPayload) XXX_Marshal

func (m *MetricsPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricsPayload) XXX_Merge

func (m *MetricsPayload) XXX_Merge(src proto.Message)

func (*MetricsPayload) XXX_Size

func (m *MetricsPayload) XXX_Size() int

func (*MetricsPayload) XXX_Unmarshal

func (m *MetricsPayload) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NetworkDevice) Descriptor

func (*NetworkDevice) Descriptor() ([]byte, []int)

func (*NetworkDevice) GetAcquisitionName

func (m *NetworkDevice) GetAcquisitionName() string

func (*NetworkDevice) GetAlertable

func (m *NetworkDevice) GetAlertable() bool

func (*NetworkDevice) GetAsn

func (m *NetworkDevice) GetAsn() int64

func (*NetworkDevice) GetHostgroup

func (m *NetworkDevice) GetHostgroup() string

func (*NetworkDevice) GetHostname

func (m *NetworkDevice) GetHostname() string

func (*NetworkDevice) GetMetro

func (m *NetworkDevice) GetMetro() string

func (*NetworkDevice) GetPop

func (m *NetworkDevice) GetPop() string

func (*NetworkDevice) GetProxyEnvironment

func (m *NetworkDevice) GetProxyEnvironment() string

func (*NetworkDevice) GetProxyZone

func (m *NetworkDevice) GetProxyZone() string

func (*NetworkDevice) GetRealm

func (m *NetworkDevice) GetRealm() string

func (*NetworkDevice) GetRole

func (m *NetworkDevice) GetRole() string

func (*NetworkDevice) GetVendor

func (m *NetworkDevice) GetVendor() string

func (*NetworkDevice) ProtoMessage

func (*NetworkDevice) ProtoMessage()

func (*NetworkDevice) Reset

func (m *NetworkDevice) Reset()

func (*NetworkDevice) String

func (m *NetworkDevice) String() string

func (*NetworkDevice) XXX_DiscardUnknown

func (m *NetworkDevice) XXX_DiscardUnknown()

func (*NetworkDevice) XXX_Marshal

func (m *NetworkDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkDevice) XXX_Merge

func (m *NetworkDevice) XXX_Merge(src proto.Message)

func (*NetworkDevice) XXX_Size

func (m *NetworkDevice) XXX_Size() int

func (*NetworkDevice) XXX_Unmarshal

func (m *NetworkDevice) XXX_Unmarshal(b []byte) error

type NetworkDevice_TypeId

type NetworkDevice_TypeId int32
const (
	NetworkDevice_MESSAGE_TYPE_ID NetworkDevice_TypeId = 34049749
)

func (NetworkDevice_TypeId) Enum

func (NetworkDevice_TypeId) EnumDescriptor

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

func (NetworkDevice_TypeId) String

func (x NetworkDevice_TypeId) String() string

func (*NetworkDevice_TypeId) UnmarshalJSON

func (x *NetworkDevice_TypeId) UnmarshalJSON(data []byte) error

type Request

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 (*Request) Descriptor

func (*Request) Descriptor() ([]byte, []int)

func (*Request) GetPayload

func (m *Request) GetPayload() *MetricsPayload

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Request) XXX_Merge

func (m *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

func (m *Request) XXX_Unmarshal(b []byte) error

type StreamKind

type StreamKind int32
const (
	StreamKind_GAUGE      StreamKind = 0
	StreamKind_CUMULATIVE StreamKind = 1
	StreamKind_DELTA      StreamKind = 2
)

func (StreamKind) Enum

func (x StreamKind) Enum() *StreamKind

func (StreamKind) EnumDescriptor

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

func (StreamKind) String

func (x StreamKind) String() string

func (*StreamKind) UnmarshalJSON

func (x *StreamKind) UnmarshalJSON(data []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Task) Descriptor

func (*Task) Descriptor() ([]byte, []int)

func (*Task) GetAcquisitionName

func (m *Task) GetAcquisitionName() string

func (*Task) GetDataCenter

func (m *Task) GetDataCenter() string

func (*Task) GetHostName

func (m *Task) GetHostName() string

func (*Task) GetJobName

func (m *Task) GetJobName() string

func (*Task) GetProxyEnvironment

func (m *Task) GetProxyEnvironment() string

func (*Task) GetProxyZone

func (m *Task) GetProxyZone() string

func (*Task) GetServiceName

func (m *Task) GetServiceName() string

func (*Task) GetTaskNum

func (m *Task) GetTaskNum() int32

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) Reset

func (m *Task) Reset()

func (*Task) String

func (m *Task) String() string

func (*Task) XXX_DiscardUnknown

func (m *Task) XXX_DiscardUnknown()

func (*Task) XXX_Marshal

func (m *Task) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Task) XXX_Merge

func (m *Task) XXX_Merge(src proto.Message)

func (*Task) XXX_Size

func (m *Task) XXX_Size() int

func (*Task) XXX_Unmarshal

func (m *Task) XXX_Unmarshal(b []byte) error

type Task_TypeId

type Task_TypeId int32
const (
	Task_MESSAGE_TYPE_ID Task_TypeId = 34049749
)

func (Task_TypeId) Enum

func (x Task_TypeId) Enum() *Task_TypeId

func (Task_TypeId) EnumDescriptor

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

func (Task_TypeId) String

func (x Task_TypeId) String() string

func (*Task_TypeId) UnmarshalJSON

func (x *Task_TypeId) UnmarshalJSON(data []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Timestamp) Descriptor

func (*Timestamp) Descriptor() ([]byte, []int)

func (*Timestamp) GetNanos

func (m *Timestamp) GetNanos() int32

func (*Timestamp) GetSeconds

func (m *Timestamp) GetSeconds() int64

func (*Timestamp) ProtoMessage

func (*Timestamp) ProtoMessage()

func (*Timestamp) Reset

func (m *Timestamp) Reset()

func (*Timestamp) String

func (m *Timestamp) String() string

func (*Timestamp) XXX_DiscardUnknown

func (m *Timestamp) XXX_DiscardUnknown()

func (*Timestamp) XXX_Marshal

func (m *Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Timestamp) XXX_Merge

func (m *Timestamp) XXX_Merge(src proto.Message)

func (*Timestamp) XXX_Size

func (m *Timestamp) XXX_Size() int

func (*Timestamp) XXX_Unmarshal

func (m *Timestamp) XXX_Unmarshal(b []byte) error

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) Enum

func (x ValueType) Enum() *ValueType

func (ValueType) EnumDescriptor

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

func (ValueType) String

func (x ValueType) String() string

func (*ValueType) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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