mako_analyzers_threshold_analyzer

package
v0.0.0-rc.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Default_ThresholdConfigResult_CrossRunConfigExercised bool = false

Variables

This section is empty.

Functions

This section is empty.

Types

type CrossRunConfig

type CrossRunConfig struct {
	RunInfoQueryList     []*mako_go_proto.RunInfoQuery `protobuf:"bytes,1,rep,name=run_info_query_list,json=runInfoQueryList" json:"run_info_query_list,omitempty"`
	MinRunCount          *int32                        `protobuf:"varint,3,opt,name=min_run_count,json=minRunCount" json:"min_run_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*CrossRunConfig) Descriptor

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

func (*CrossRunConfig) GetMinRunCount

func (m *CrossRunConfig) GetMinRunCount() int32

func (*CrossRunConfig) GetRunInfoQueryList

func (m *CrossRunConfig) GetRunInfoQueryList() []*mako_go_proto.RunInfoQuery

func (*CrossRunConfig) ProtoMessage

func (*CrossRunConfig) ProtoMessage()

func (*CrossRunConfig) Reset

func (m *CrossRunConfig) Reset()

func (*CrossRunConfig) String

func (m *CrossRunConfig) String() string

func (*CrossRunConfig) XXX_DiscardUnknown

func (m *CrossRunConfig) XXX_DiscardUnknown()

func (*CrossRunConfig) XXX_Marshal

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

func (*CrossRunConfig) XXX_Merge

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

func (*CrossRunConfig) XXX_Size

func (m *CrossRunConfig) XXX_Size() int

func (*CrossRunConfig) XXX_Unmarshal

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

type ThresholdAnalyzerInput

type ThresholdAnalyzerInput struct {
	Configs               []*ThresholdConfig `protobuf:"bytes,1,rep,name=configs" json:"configs,omitempty"`
	Name                  *string            `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	HistoricalContextTags []string           `protobuf:"bytes,3,rep,name=historical_context_tags,json=historicalContextTags" json:"historical_context_tags,omitempty"`
	CrossRunConfig        *CrossRunConfig    `protobuf:"bytes,4,opt,name=cross_run_config,json=crossRunConfig" json:"cross_run_config,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}           `json:"-"`
	XXX_unrecognized      []byte             `json:"-"`
	XXX_sizecache         int32              `json:"-"`
}

func (*ThresholdAnalyzerInput) Descriptor

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

func (*ThresholdAnalyzerInput) GetConfigs

func (m *ThresholdAnalyzerInput) GetConfigs() []*ThresholdConfig

func (*ThresholdAnalyzerInput) GetCrossRunConfig

func (m *ThresholdAnalyzerInput) GetCrossRunConfig() *CrossRunConfig

func (*ThresholdAnalyzerInput) GetHistoricalContextTags

func (m *ThresholdAnalyzerInput) GetHistoricalContextTags() []string

func (*ThresholdAnalyzerInput) GetName

func (m *ThresholdAnalyzerInput) GetName() string

func (*ThresholdAnalyzerInput) ProtoMessage

func (*ThresholdAnalyzerInput) ProtoMessage()

func (*ThresholdAnalyzerInput) Reset

func (m *ThresholdAnalyzerInput) Reset()

func (*ThresholdAnalyzerInput) String

func (m *ThresholdAnalyzerInput) String() string

func (*ThresholdAnalyzerInput) XXX_DiscardUnknown

func (m *ThresholdAnalyzerInput) XXX_DiscardUnknown()

func (*ThresholdAnalyzerInput) XXX_Marshal

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

func (*ThresholdAnalyzerInput) XXX_Merge

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

func (*ThresholdAnalyzerInput) XXX_Size

func (m *ThresholdAnalyzerInput) XXX_Size() int

func (*ThresholdAnalyzerInput) XXX_Unmarshal

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

type ThresholdAnalyzerOutput

type ThresholdAnalyzerOutput struct {
	ConfigResults        []*ThresholdConfigResult `protobuf:"bytes,1,rep,name=config_results,json=configResults" json:"config_results,omitempty"`
	MinTimestampMs       *float64                 `protobuf:"fixed64,2,opt,name=min_timestamp_ms,json=minTimestampMs" json:"min_timestamp_ms,omitempty"`
	MaxTimestampMs       *float64                 `protobuf:"fixed64,3,opt,name=max_timestamp_ms,json=maxTimestampMs" json:"max_timestamp_ms,omitempty"`
	MinBuildId           *float64                 `protobuf:"fixed64,4,opt,name=min_build_id,json=minBuildId" json:"min_build_id,omitempty"`
	MaxBuildId           *float64                 `protobuf:"fixed64,5,opt,name=max_build_id,json=maxBuildId" json:"max_build_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ThresholdAnalyzerOutput) Descriptor

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

func (*ThresholdAnalyzerOutput) GetConfigResults

func (m *ThresholdAnalyzerOutput) GetConfigResults() []*ThresholdConfigResult

func (*ThresholdAnalyzerOutput) GetMaxBuildId

func (m *ThresholdAnalyzerOutput) GetMaxBuildId() float64

func (*ThresholdAnalyzerOutput) GetMaxTimestampMs

func (m *ThresholdAnalyzerOutput) GetMaxTimestampMs() float64

func (*ThresholdAnalyzerOutput) GetMinBuildId

func (m *ThresholdAnalyzerOutput) GetMinBuildId() float64

func (*ThresholdAnalyzerOutput) GetMinTimestampMs

func (m *ThresholdAnalyzerOutput) GetMinTimestampMs() float64

func (*ThresholdAnalyzerOutput) ProtoMessage

func (*ThresholdAnalyzerOutput) ProtoMessage()

func (*ThresholdAnalyzerOutput) Reset

func (m *ThresholdAnalyzerOutput) Reset()

func (*ThresholdAnalyzerOutput) String

func (m *ThresholdAnalyzerOutput) String() string

func (*ThresholdAnalyzerOutput) XXX_DiscardUnknown

func (m *ThresholdAnalyzerOutput) XXX_DiscardUnknown()

func (*ThresholdAnalyzerOutput) XXX_Marshal

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

func (*ThresholdAnalyzerOutput) XXX_Merge

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

func (*ThresholdAnalyzerOutput) XXX_Size

func (m *ThresholdAnalyzerOutput) XXX_Size() int

func (*ThresholdAnalyzerOutput) XXX_Unmarshal

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

type ThresholdConfig

type ThresholdConfig struct {
	Min                  *float64                  `protobuf:"fixed64,1,opt,name=min" json:"min,omitempty"`
	Max                  *float64                  `protobuf:"fixed64,2,opt,name=max" json:"max,omitempty"`
	OutlierPercentMax    *float64                  `protobuf:"fixed64,3,opt,name=outlier_percent_max,json=outlierPercentMax" json:"outlier_percent_max,omitempty"`
	DataFilter           *mako_go_proto.DataFilter `protobuf:"bytes,4,opt,name=data_filter,json=dataFilter" json:"data_filter,omitempty"`
	ConfigName           *string                   `protobuf:"bytes,5,opt,name=config_name,json=configName" json:"config_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ThresholdConfig) Descriptor

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

func (*ThresholdConfig) GetConfigName

func (m *ThresholdConfig) GetConfigName() string

func (*ThresholdConfig) GetDataFilter

func (m *ThresholdConfig) GetDataFilter() *mako_go_proto.DataFilter

func (*ThresholdConfig) GetMax

func (m *ThresholdConfig) GetMax() float64

func (*ThresholdConfig) GetMin

func (m *ThresholdConfig) GetMin() float64

func (*ThresholdConfig) GetOutlierPercentMax

func (m *ThresholdConfig) GetOutlierPercentMax() float64

func (*ThresholdConfig) ProtoMessage

func (*ThresholdConfig) ProtoMessage()

func (*ThresholdConfig) Reset

func (m *ThresholdConfig) Reset()

func (*ThresholdConfig) String

func (m *ThresholdConfig) String() string

func (*ThresholdConfig) XXX_DiscardUnknown

func (m *ThresholdConfig) XXX_DiscardUnknown()

func (*ThresholdConfig) XXX_Marshal

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

func (*ThresholdConfig) XXX_Merge

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

func (*ThresholdConfig) XXX_Size

func (m *ThresholdConfig) XXX_Size() int

func (*ThresholdConfig) XXX_Unmarshal

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

type ThresholdConfigResult

type ThresholdConfigResult struct {
	PercentAboveMax         *float64         `protobuf:"fixed64,1,opt,name=percent_above_max,json=percentAboveMax" json:"percent_above_max,omitempty"`
	PercentBelowMin         *float64         `protobuf:"fixed64,2,opt,name=percent_below_min,json=percentBelowMin" json:"percent_below_min,omitempty"`
	ValueOutsideThreshold   *float64         `protobuf:"fixed64,3,opt,name=value_outside_threshold,json=valueOutsideThreshold" json:"value_outside_threshold,omitempty"`
	MetricLabel             *string          `protobuf:"bytes,4,opt,name=metric_label,json=metricLabel" json:"metric_label,omitempty"`
	Config                  *ThresholdConfig `protobuf:"bytes,5,opt,name=config" json:"config,omitempty"`
	Regression              *bool            `protobuf:"varint,6,opt,name=regression" json:"regression,omitempty"`
	CrossRunConfigExercised *bool            `` /* 134-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}         `json:"-"`
	XXX_unrecognized        []byte           `json:"-"`
	XXX_sizecache           int32            `json:"-"`
}

func (*ThresholdConfigResult) Descriptor

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

func (*ThresholdConfigResult) GetConfig

func (m *ThresholdConfigResult) GetConfig() *ThresholdConfig

func (*ThresholdConfigResult) GetCrossRunConfigExercised

func (m *ThresholdConfigResult) GetCrossRunConfigExercised() bool

func (*ThresholdConfigResult) GetMetricLabel

func (m *ThresholdConfigResult) GetMetricLabel() string

func (*ThresholdConfigResult) GetPercentAboveMax

func (m *ThresholdConfigResult) GetPercentAboveMax() float64

func (*ThresholdConfigResult) GetPercentBelowMin

func (m *ThresholdConfigResult) GetPercentBelowMin() float64

func (*ThresholdConfigResult) GetRegression

func (m *ThresholdConfigResult) GetRegression() bool

func (*ThresholdConfigResult) GetValueOutsideThreshold

func (m *ThresholdConfigResult) GetValueOutsideThreshold() float64

func (*ThresholdConfigResult) ProtoMessage

func (*ThresholdConfigResult) ProtoMessage()

func (*ThresholdConfigResult) Reset

func (m *ThresholdConfigResult) Reset()

func (*ThresholdConfigResult) String

func (m *ThresholdConfigResult) String() string

func (*ThresholdConfigResult) XXX_DiscardUnknown

func (m *ThresholdConfigResult) XXX_DiscardUnknown()

func (*ThresholdConfigResult) XXX_Marshal

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

func (*ThresholdConfigResult) XXX_Merge

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

func (*ThresholdConfigResult) XXX_Size

func (m *ThresholdConfigResult) XXX_Size() int

func (*ThresholdConfigResult) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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