Versions in this module Expand all Collapse all v0 v0.5.0 Nov 9, 2023 Changes in this version + type GaugeChart struct + Title string + Value string + func (*GaugeChart) Descriptor() ([]byte, []int) + func (*GaugeChart) ProtoMessage() + func (m *GaugeChart) GetTitle() string + func (m *GaugeChart) GetValue() string + func (m *GaugeChart) Marshal() (dAtA []byte, err error) + func (m *GaugeChart) MarshalTo(dAtA []byte) (int, error) + func (m *GaugeChart) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GaugeChart) Reset() + func (m *GaugeChart) Size() (n int) + func (m *GaugeChart) Unmarshal(dAtA []byte) error + func (m *GaugeChart) XXX_DiscardUnknown() + func (m *GaugeChart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GaugeChart) XXX_Merge(src proto.Message) + func (m *GaugeChart) XXX_Size() int + func (m *GaugeChart) XXX_Unmarshal(b []byte) error + func (this *GaugeChart) Equal(that interface{}) bool + func (this *GaugeChart) GoString() string + func (this *GaugeChart) String() string + type PieChart struct + Label string + Title string + Value string + func (*PieChart) Descriptor() ([]byte, []int) + func (*PieChart) ProtoMessage() + func (m *PieChart) GetLabel() string + func (m *PieChart) GetTitle() string + func (m *PieChart) GetValue() string + func (m *PieChart) Marshal() (dAtA []byte, err error) + func (m *PieChart) MarshalTo(dAtA []byte) (int, error) + func (m *PieChart) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PieChart) Reset() + func (m *PieChart) Size() (n int) + func (m *PieChart) Unmarshal(dAtA []byte) error + func (m *PieChart) XXX_DiscardUnknown() + func (m *PieChart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PieChart) XXX_Merge(src proto.Message) + func (m *PieChart) XXX_Size() int + func (m *PieChart) XXX_Unmarshal(b []byte) error + func (this *PieChart) Equal(that interface{}) bool + func (this *PieChart) GoString() string + func (this *PieChart) String() string + type StatChart struct + Stat *StatChart_Stat + Title string + func (*StatChart) Descriptor() ([]byte, []int) + func (*StatChart) ProtoMessage() + func (m *StatChart) GetStat() *StatChart_Stat + func (m *StatChart) GetTitle() string + func (m *StatChart) Marshal() (dAtA []byte, err error) + func (m *StatChart) MarshalTo(dAtA []byte) (int, error) + func (m *StatChart) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StatChart) Reset() + func (m *StatChart) Size() (n int) + func (m *StatChart) Unmarshal(dAtA []byte) error + func (m *StatChart) XXX_DiscardUnknown() + func (m *StatChart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StatChart) XXX_Merge(src proto.Message) + func (m *StatChart) XXX_Size() int + func (m *StatChart) XXX_Unmarshal(b []byte) error + func (this *StatChart) Equal(that interface{}) bool + func (this *StatChart) GoString() string + func (this *StatChart) String() string + type StatChart_Stat struct + Value string + func (*StatChart_Stat) Descriptor() ([]byte, []int) + func (*StatChart_Stat) ProtoMessage() + func (m *StatChart_Stat) GetValue() string + func (m *StatChart_Stat) Marshal() (dAtA []byte, err error) + func (m *StatChart_Stat) MarshalTo(dAtA []byte) (int, error) + func (m *StatChart_Stat) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StatChart_Stat) Reset() + func (m *StatChart_Stat) Size() (n int) + func (m *StatChart_Stat) Unmarshal(dAtA []byte) error + func (m *StatChart_Stat) XXX_DiscardUnknown() + func (m *StatChart_Stat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StatChart_Stat) XXX_Merge(src proto.Message) + func (m *StatChart_Stat) XXX_Size() int + func (m *StatChart_Stat) XXX_Unmarshal(b []byte) error + func (this *StatChart_Stat) Equal(that interface{}) bool + func (this *StatChart_Stat) GoString() string + func (this *StatChart_Stat) String() string + type TextChart struct + Body string + func (*TextChart) Descriptor() ([]byte, []int) + func (*TextChart) ProtoMessage() + func (m *TextChart) GetBody() string + func (m *TextChart) Marshal() (dAtA []byte, err error) + func (m *TextChart) MarshalTo(dAtA []byte) (int, error) + func (m *TextChart) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TextChart) Reset() + func (m *TextChart) Size() (n int) + func (m *TextChart) Unmarshal(dAtA []byte) error + func (m *TextChart) XXX_DiscardUnknown() + func (m *TextChart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TextChart) XXX_Merge(src proto.Message) + func (m *TextChart) XXX_Size() int + func (m *TextChart) XXX_Unmarshal(b []byte) error + func (this *TextChart) Equal(that interface{}) bool + func (this *TextChart) GoString() string + func (this *TextChart) String() string v0.4.1 Oct 31, 2022 v0.4.0 Aug 29, 2022 v0.3.1 May 5, 2022 v0.3.0 Apr 1, 2022 v0.2.1 Oct 5, 2021 Changes in this version type RequestGraph + RequestorIPColumn string + ResponderIPColumn string + func (m *RequestGraph) GetRequestorIPColumn() string + func (m *RequestGraph) GetResponderIPColumn() string v0.2.0 Aug 16, 2021 v0.1.0 Jul 13, 2021 Changes in this version + var ErrIntOverflowVis = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthVis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupVis = fmt.Errorf("proto: unexpected end of group") + var PXType_name = map[int32]string + var PXType_value = map[string]int32 + var TimeseriesChart_Timeseries_Mode_name = map[int32]string + var TimeseriesChart_Timeseries_Mode_value = map[string]int32 + type Axis struct + Label string + func (*Axis) Descriptor() ([]byte, []int) + func (*Axis) ProtoMessage() + func (m *Axis) GetLabel() string + func (m *Axis) Marshal() (dAtA []byte, err error) + func (m *Axis) MarshalTo(dAtA []byte) (int, error) + func (m *Axis) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Axis) Reset() + func (m *Axis) Size() (n int) + func (m *Axis) Unmarshal(dAtA []byte) error + func (m *Axis) XXX_DiscardUnknown() + func (m *Axis) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Axis) XXX_Merge(src proto.Message) + func (m *Axis) XXX_Size() int + func (m *Axis) XXX_Unmarshal(b []byte) error + func (this *Axis) Equal(that interface{}) bool + func (this *Axis) GoString() string + func (this *Axis) String() string + type BarChart struct + Bar *BarChart_Bar + Title string + XAxis *Axis + YAxis *Axis + func (*BarChart) Descriptor() ([]byte, []int) + func (*BarChart) ProtoMessage() + func (m *BarChart) GetBar() *BarChart_Bar + func (m *BarChart) GetTitle() string + func (m *BarChart) GetXAxis() *Axis + func (m *BarChart) GetYAxis() *Axis + func (m *BarChart) Marshal() (dAtA []byte, err error) + func (m *BarChart) MarshalTo(dAtA []byte) (int, error) + func (m *BarChart) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BarChart) Reset() + func (m *BarChart) Size() (n int) + func (m *BarChart) Unmarshal(dAtA []byte) error + func (m *BarChart) XXX_DiscardUnknown() + func (m *BarChart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BarChart) XXX_Merge(src proto.Message) + func (m *BarChart) XXX_Size() int + func (m *BarChart) XXX_Unmarshal(b []byte) error + func (this *BarChart) Equal(that interface{}) bool + func (this *BarChart) GoString() string + func (this *BarChart) String() string + type BarChart_Bar struct + GroupBy string + Horizontal bool + Label string + StackBy string + Value string + func (*BarChart_Bar) Descriptor() ([]byte, []int) + func (*BarChart_Bar) ProtoMessage() + func (m *BarChart_Bar) GetGroupBy() string + func (m *BarChart_Bar) GetHorizontal() bool + func (m *BarChart_Bar) GetLabel() string + func (m *BarChart_Bar) GetStackBy() string + func (m *BarChart_Bar) GetValue() string + func (m *BarChart_Bar) Marshal() (dAtA []byte, err error) + func (m *BarChart_Bar) MarshalTo(dAtA []byte) (int, error) + func (m *BarChart_Bar) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BarChart_Bar) Reset() + func (m *BarChart_Bar) Size() (n int) + func (m *BarChart_Bar) Unmarshal(dAtA []byte) error + func (m *BarChart_Bar) XXX_DiscardUnknown() + func (m *BarChart_Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BarChart_Bar) XXX_Merge(src proto.Message) + func (m *BarChart_Bar) XXX_Size() int + func (m *BarChart_Bar) XXX_Unmarshal(b []byte) error + func (this *BarChart_Bar) Equal(that interface{}) bool + func (this *BarChart_Bar) GoString() string + func (this *BarChart_Bar) String() string + type Graph struct + EdgeColorColumn string + EdgeHoverInfo []string + EdgeLength int64 + EdgeThresholds *Graph_EdgeThresholds + EdgeWeightColumn string + EnableDefaultHierarchy bool + Input isGraph_Input + NodeWeightColumn string + func (*Graph) Descriptor() ([]byte, []int) + func (*Graph) ProtoMessage() + func (*Graph) XXX_OneofWrappers() []interface{} + func (m *Graph) GetAdjacencyList() *Graph_AdjacencyList + func (m *Graph) GetDotColumn() string + func (m *Graph) GetEdgeColorColumn() string + func (m *Graph) GetEdgeHoverInfo() []string + func (m *Graph) GetEdgeLength() int64 + func (m *Graph) GetEdgeThresholds() *Graph_EdgeThresholds + func (m *Graph) GetEdgeWeightColumn() string + func (m *Graph) GetEnableDefaultHierarchy() bool + func (m *Graph) GetInput() isGraph_Input + func (m *Graph) GetNodeWeightColumn() string + func (m *Graph) Marshal() (dAtA []byte, err error) + func (m *Graph) MarshalTo(dAtA []byte) (int, error) + func (m *Graph) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Graph) Reset() + func (m *Graph) Size() (n int) + func (m *Graph) Unmarshal(dAtA []byte) error + func (m *Graph) XXX_DiscardUnknown() + func (m *Graph) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Graph) XXX_Merge(src proto.Message) + func (m *Graph) XXX_Size() int + func (m *Graph) XXX_Unmarshal(b []byte) error + func (this *Graph) Equal(that interface{}) bool + func (this *Graph) GoString() string + func (this *Graph) String() string + type Graph_AdjacencyList struct + FromColumn string + ToColumn string + func (*Graph_AdjacencyList) Descriptor() ([]byte, []int) + func (*Graph_AdjacencyList) ProtoMessage() + func (m *Graph_AdjacencyList) GetFromColumn() string + func (m *Graph_AdjacencyList) GetToColumn() string + func (m *Graph_AdjacencyList) Marshal() (dAtA []byte, err error) + func (m *Graph_AdjacencyList) MarshalTo(dAtA []byte) (int, error) + func (m *Graph_AdjacencyList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Graph_AdjacencyList) Reset() + func (m *Graph_AdjacencyList) Size() (n int) + func (m *Graph_AdjacencyList) Unmarshal(dAtA []byte) error + func (m *Graph_AdjacencyList) XXX_DiscardUnknown() + func (m *Graph_AdjacencyList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Graph_AdjacencyList) XXX_Merge(src proto.Message) + func (m *Graph_AdjacencyList) XXX_Size() int + func (m *Graph_AdjacencyList) XXX_Unmarshal(b []byte) error + func (this *Graph_AdjacencyList) Equal(that interface{}) bool + func (this *Graph_AdjacencyList) GoString() string + func (this *Graph_AdjacencyList) String() string + type Graph_AdjacencyList_ struct + AdjacencyList *Graph_AdjacencyList + func (m *Graph_AdjacencyList_) MarshalTo(dAtA []byte) (int, error) + func (m *Graph_AdjacencyList_) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Graph_AdjacencyList_) Size() (n int) + func (this *Graph_AdjacencyList_) Equal(that interface{}) bool + func (this *Graph_AdjacencyList_) GoString() string + func (this *Graph_AdjacencyList_) String() string + type Graph_DotColumn struct + DotColumn string + func (m *Graph_DotColumn) MarshalTo(dAtA []byte) (int, error) + func (m *Graph_DotColumn) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Graph_DotColumn) Size() (n int) + func (this *Graph_DotColumn) Equal(that interface{}) bool + func (this *Graph_DotColumn) GoString() string + func (this *Graph_DotColumn) String() string + type Graph_EdgeThresholds struct + HighThreshold int64 + MediumThreshold int64 + func (*Graph_EdgeThresholds) Descriptor() ([]byte, []int) + func (*Graph_EdgeThresholds) ProtoMessage() + func (m *Graph_EdgeThresholds) GetHighThreshold() int64 + func (m *Graph_EdgeThresholds) GetMediumThreshold() int64 + func (m *Graph_EdgeThresholds) Marshal() (dAtA []byte, err error) + func (m *Graph_EdgeThresholds) MarshalTo(dAtA []byte) (int, error) + func (m *Graph_EdgeThresholds) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Graph_EdgeThresholds) Reset() + func (m *Graph_EdgeThresholds) Size() (n int) + func (m *Graph_EdgeThresholds) Unmarshal(dAtA []byte) error + func (m *Graph_EdgeThresholds) XXX_DiscardUnknown() + func (m *Graph_EdgeThresholds) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Graph_EdgeThresholds) XXX_Merge(src proto.Message) + func (m *Graph_EdgeThresholds) XXX_Size() int + func (m *Graph_EdgeThresholds) XXX_Unmarshal(b []byte) error + func (this *Graph_EdgeThresholds) Equal(that interface{}) bool + func (this *Graph_EdgeThresholds) GoString() string + func (this *Graph_EdgeThresholds) String() string + type HistogramChart struct + Histogram *HistogramChart_Histogram + Title string + XAxis *Axis + YAxis *Axis + func (*HistogramChart) Descriptor() ([]byte, []int) + func (*HistogramChart) ProtoMessage() + func (m *HistogramChart) GetHistogram() *HistogramChart_Histogram + func (m *HistogramChart) GetTitle() string + func (m *HistogramChart) GetXAxis() *Axis + func (m *HistogramChart) GetYAxis() *Axis + func (m *HistogramChart) Marshal() (dAtA []byte, err error) + func (m *HistogramChart) MarshalTo(dAtA []byte) (int, error) + func (m *HistogramChart) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *HistogramChart) Reset() + func (m *HistogramChart) Size() (n int) + func (m *HistogramChart) Unmarshal(dAtA []byte) error + func (m *HistogramChart) XXX_DiscardUnknown() + func (m *HistogramChart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HistogramChart) XXX_Merge(src proto.Message) + func (m *HistogramChart) XXX_Size() int + func (m *HistogramChart) XXX_Unmarshal(b []byte) error + func (this *HistogramChart) Equal(that interface{}) bool + func (this *HistogramChart) GoString() string + func (this *HistogramChart) String() string + type HistogramChart_Histogram struct + Horizontal bool + Maxbins int64 + Minstep float64 + PrebinCount string + Value string + func (*HistogramChart_Histogram) Descriptor() ([]byte, []int) + func (*HistogramChart_Histogram) ProtoMessage() + func (m *HistogramChart_Histogram) GetHorizontal() bool + func (m *HistogramChart_Histogram) GetMaxbins() int64 + func (m *HistogramChart_Histogram) GetMinstep() float64 + func (m *HistogramChart_Histogram) GetPrebinCount() string + func (m *HistogramChart_Histogram) GetValue() string + func (m *HistogramChart_Histogram) Marshal() (dAtA []byte, err error) + func (m *HistogramChart_Histogram) MarshalTo(dAtA []byte) (int, error) + func (m *HistogramChart_Histogram) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *HistogramChart_Histogram) Reset() + func (m *HistogramChart_Histogram) Size() (n int) + func (m *HistogramChart_Histogram) Unmarshal(dAtA []byte) error + func (m *HistogramChart_Histogram) XXX_DiscardUnknown() + func (m *HistogramChart_Histogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HistogramChart_Histogram) XXX_Merge(src proto.Message) + func (m *HistogramChart_Histogram) XXX_Size() int + func (m *HistogramChart_Histogram) XXX_Unmarshal(b []byte) error + func (this *HistogramChart_Histogram) Equal(that interface{}) bool + func (this *HistogramChart_Histogram) GoString() string + func (this *HistogramChart_Histogram) String() string + type PXType int32 + const PX_BOOLEAN + const PX_CONTAINER + const PX_FLOAT64 + const PX_INT64 + const PX_LIST + const PX_NAMESPACE + const PX_NODE + const PX_POD + const PX_SERVICE + const PX_STRING + const PX_STRING_LIST + const PX_UNKNOWN + func (PXType) EnumDescriptor() ([]byte, []int) + func (x PXType) String() string + type RequestGraph struct + ErrorRateColumn string + InboundBytesPerSecondColumn string + OutboundBytesPerSecondColumn string + P50Column string + P90Column string + P99Column string + RequestorPodColumn string + RequestorServiceColumn string + RequestsPerSecondColumn string + ResponderPodColumn string + ResponderServiceColumn string + TotalRequestCountColumn string + func (*RequestGraph) Descriptor() ([]byte, []int) + func (*RequestGraph) ProtoMessage() + func (m *RequestGraph) GetErrorRateColumn() string + func (m *RequestGraph) GetInboundBytesPerSecondColumn() string + func (m *RequestGraph) GetOutboundBytesPerSecondColumn() string + func (m *RequestGraph) GetP50Column() string + func (m *RequestGraph) GetP90Column() string + func (m *RequestGraph) GetP99Column() string + func (m *RequestGraph) GetRequestorPodColumn() string + func (m *RequestGraph) GetRequestorServiceColumn() string + func (m *RequestGraph) GetRequestsPerSecondColumn() string + func (m *RequestGraph) GetResponderPodColumn() string + func (m *RequestGraph) GetResponderServiceColumn() string + func (m *RequestGraph) GetTotalRequestCountColumn() string + func (m *RequestGraph) Marshal() (dAtA []byte, err error) + func (m *RequestGraph) MarshalTo(dAtA []byte) (int, error) + func (m *RequestGraph) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RequestGraph) Reset() + func (m *RequestGraph) Size() (n int) + func (m *RequestGraph) Unmarshal(dAtA []byte) error + func (m *RequestGraph) XXX_DiscardUnknown() + func (m *RequestGraph) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RequestGraph) XXX_Merge(src proto.Message) + func (m *RequestGraph) XXX_Size() int + func (m *RequestGraph) XXX_Unmarshal(b []byte) error + func (this *RequestGraph) Equal(that interface{}) bool + func (this *RequestGraph) GoString() string + func (this *RequestGraph) String() string + type StackTraceFlameGraph struct + ContainerColumn string + CountColumn string + NamespaceColumn string + NodeColumn string + PercentageColumn string + PercentageLabel string + PidColumn string + PodColumn string + StacktraceColumn string + func (*StackTraceFlameGraph) Descriptor() ([]byte, []int) + func (*StackTraceFlameGraph) ProtoMessage() + func (m *StackTraceFlameGraph) GetContainerColumn() string + func (m *StackTraceFlameGraph) GetCountColumn() string + func (m *StackTraceFlameGraph) GetNamespaceColumn() string + func (m *StackTraceFlameGraph) GetNodeColumn() string + func (m *StackTraceFlameGraph) GetPercentageColumn() string + func (m *StackTraceFlameGraph) GetPercentageLabel() string + func (m *StackTraceFlameGraph) GetPidColumn() string + func (m *StackTraceFlameGraph) GetPodColumn() string + func (m *StackTraceFlameGraph) GetStacktraceColumn() string + func (m *StackTraceFlameGraph) Marshal() (dAtA []byte, err error) + func (m *StackTraceFlameGraph) MarshalTo(dAtA []byte) (int, error) + func (m *StackTraceFlameGraph) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StackTraceFlameGraph) Reset() + func (m *StackTraceFlameGraph) Size() (n int) + func (m *StackTraceFlameGraph) Unmarshal(dAtA []byte) error + func (m *StackTraceFlameGraph) XXX_DiscardUnknown() + func (m *StackTraceFlameGraph) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StackTraceFlameGraph) XXX_Merge(src proto.Message) + func (m *StackTraceFlameGraph) XXX_Size() int + func (m *StackTraceFlameGraph) XXX_Unmarshal(b []byte) error + func (this *StackTraceFlameGraph) Equal(that interface{}) bool + func (this *StackTraceFlameGraph) GoString() string + func (this *StackTraceFlameGraph) String() string + type Table struct + GutterColumn string + func (*Table) Descriptor() ([]byte, []int) + func (*Table) ProtoMessage() + func (m *Table) GetGutterColumn() string + func (m *Table) Marshal() (dAtA []byte, err error) + func (m *Table) MarshalTo(dAtA []byte) (int, error) + func (m *Table) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Table) Reset() + func (m *Table) Size() (n int) + func (m *Table) Unmarshal(dAtA []byte) error + func (m *Table) XXX_DiscardUnknown() + func (m *Table) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Table) XXX_Merge(src proto.Message) + func (m *Table) XXX_Size() int + func (m *Table) XXX_Unmarshal(b []byte) error + func (this *Table) Equal(that interface{}) bool + func (this *Table) GoString() string + func (this *Table) String() string + type TimeseriesChart struct + Timeseries []*TimeseriesChart_Timeseries + Title string + XAxis *Axis + YAxis *Axis + func (*TimeseriesChart) Descriptor() ([]byte, []int) + func (*TimeseriesChart) ProtoMessage() + func (m *TimeseriesChart) GetTimeseries() []*TimeseriesChart_Timeseries + func (m *TimeseriesChart) GetTitle() string + func (m *TimeseriesChart) GetXAxis() *Axis + func (m *TimeseriesChart) GetYAxis() *Axis + func (m *TimeseriesChart) Marshal() (dAtA []byte, err error) + func (m *TimeseriesChart) MarshalTo(dAtA []byte) (int, error) + func (m *TimeseriesChart) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TimeseriesChart) Reset() + func (m *TimeseriesChart) Size() (n int) + func (m *TimeseriesChart) Unmarshal(dAtA []byte) error + func (m *TimeseriesChart) XXX_DiscardUnknown() + func (m *TimeseriesChart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TimeseriesChart) XXX_Merge(src proto.Message) + func (m *TimeseriesChart) XXX_Size() int + func (m *TimeseriesChart) XXX_Unmarshal(b []byte) error + func (this *TimeseriesChart) Equal(that interface{}) bool + func (this *TimeseriesChart) GoString() string + func (this *TimeseriesChart) String() string + type TimeseriesChart_Timeseries struct + Mode TimeseriesChart_Timeseries_Mode + Series string + StackBySeries bool + Value string + func (*TimeseriesChart_Timeseries) Descriptor() ([]byte, []int) + func (*TimeseriesChart_Timeseries) ProtoMessage() + func (m *TimeseriesChart_Timeseries) GetMode() TimeseriesChart_Timeseries_Mode + func (m *TimeseriesChart_Timeseries) GetSeries() string + func (m *TimeseriesChart_Timeseries) GetStackBySeries() bool + func (m *TimeseriesChart_Timeseries) GetValue() string + func (m *TimeseriesChart_Timeseries) Marshal() (dAtA []byte, err error) + func (m *TimeseriesChart_Timeseries) MarshalTo(dAtA []byte) (int, error) + func (m *TimeseriesChart_Timeseries) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TimeseriesChart_Timeseries) Reset() + func (m *TimeseriesChart_Timeseries) Size() (n int) + func (m *TimeseriesChart_Timeseries) Unmarshal(dAtA []byte) error + func (m *TimeseriesChart_Timeseries) XXX_DiscardUnknown() + func (m *TimeseriesChart_Timeseries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TimeseriesChart_Timeseries) XXX_Merge(src proto.Message) + func (m *TimeseriesChart_Timeseries) XXX_Size() int + func (m *TimeseriesChart_Timeseries) XXX_Unmarshal(b []byte) error + func (this *TimeseriesChart_Timeseries) Equal(that interface{}) bool + func (this *TimeseriesChart_Timeseries) GoString() string + func (this *TimeseriesChart_Timeseries) String() string + type TimeseriesChart_Timeseries_Mode int32 + const MODE_AREA + const MODE_LINE + const MODE_POINT + const MODE_UNKNOWN + func (TimeseriesChart_Timeseries_Mode) EnumDescriptor() ([]byte, []int) + func (x TimeseriesChart_Timeseries_Mode) String() string + type VegaChart struct + Spec string + func (*VegaChart) Descriptor() ([]byte, []int) + func (*VegaChart) ProtoMessage() + func (m *VegaChart) GetSpec() string + func (m *VegaChart) Marshal() (dAtA []byte, err error) + func (m *VegaChart) MarshalTo(dAtA []byte) (int, error) + func (m *VegaChart) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *VegaChart) Reset() + func (m *VegaChart) Size() (n int) + func (m *VegaChart) Unmarshal(dAtA []byte) error + func (m *VegaChart) XXX_DiscardUnknown() + func (m *VegaChart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VegaChart) XXX_Merge(src proto.Message) + func (m *VegaChart) XXX_Size() int + func (m *VegaChart) XXX_Unmarshal(b []byte) error + func (this *VegaChart) Equal(that interface{}) bool + func (this *VegaChart) GoString() string + func (this *VegaChart) String() string + type Vis struct + GlobalFuncs []*Vis_GlobalFunc + Variables []*Vis_Variable + Widgets []*Widget + func (*Vis) Descriptor() ([]byte, []int) + func (*Vis) ProtoMessage() + func (m *Vis) GetGlobalFuncs() []*Vis_GlobalFunc + func (m *Vis) GetVariables() []*Vis_Variable + func (m *Vis) GetWidgets() []*Widget + func (m *Vis) Marshal() (dAtA []byte, err error) + func (m *Vis) MarshalTo(dAtA []byte) (int, error) + func (m *Vis) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Vis) Reset() + func (m *Vis) Size() (n int) + func (m *Vis) Unmarshal(dAtA []byte) error + func (m *Vis) XXX_DiscardUnknown() + func (m *Vis) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Vis) XXX_Merge(src proto.Message) + func (m *Vis) XXX_Size() int + func (m *Vis) XXX_Unmarshal(b []byte) error + func (this *Vis) Equal(that interface{}) bool + func (this *Vis) GoString() string + func (this *Vis) String() string + type Vis_GlobalFunc struct + Func *Widget_Func + OutputName string + func (*Vis_GlobalFunc) Descriptor() ([]byte, []int) + func (*Vis_GlobalFunc) ProtoMessage() + func (m *Vis_GlobalFunc) GetFunc() *Widget_Func + func (m *Vis_GlobalFunc) GetOutputName() string + func (m *Vis_GlobalFunc) Marshal() (dAtA []byte, err error) + func (m *Vis_GlobalFunc) MarshalTo(dAtA []byte) (int, error) + func (m *Vis_GlobalFunc) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Vis_GlobalFunc) Reset() + func (m *Vis_GlobalFunc) Size() (n int) + func (m *Vis_GlobalFunc) Unmarshal(dAtA []byte) error + func (m *Vis_GlobalFunc) XXX_DiscardUnknown() + func (m *Vis_GlobalFunc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Vis_GlobalFunc) XXX_Merge(src proto.Message) + func (m *Vis_GlobalFunc) XXX_Size() int + func (m *Vis_GlobalFunc) XXX_Unmarshal(b []byte) error + func (this *Vis_GlobalFunc) Equal(that interface{}) bool + func (this *Vis_GlobalFunc) GoString() string + func (this *Vis_GlobalFunc) String() string + type Vis_Variable struct + DefaultValue *types.StringValue + Description string + Name string + Type PXType + ValidValues []string + func (*Vis_Variable) Descriptor() ([]byte, []int) + func (*Vis_Variable) ProtoMessage() + func (m *Vis_Variable) GetDefaultValue() *types.StringValue + func (m *Vis_Variable) GetDescription() string + func (m *Vis_Variable) GetName() string + func (m *Vis_Variable) GetType() PXType + func (m *Vis_Variable) GetValidValues() []string + func (m *Vis_Variable) Marshal() (dAtA []byte, err error) + func (m *Vis_Variable) MarshalTo(dAtA []byte) (int, error) + func (m *Vis_Variable) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Vis_Variable) Reset() + func (m *Vis_Variable) Size() (n int) + func (m *Vis_Variable) Unmarshal(dAtA []byte) error + func (m *Vis_Variable) XXX_DiscardUnknown() + func (m *Vis_Variable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Vis_Variable) XXX_Merge(src proto.Message) + func (m *Vis_Variable) XXX_Size() int + func (m *Vis_Variable) XXX_Unmarshal(b []byte) error + func (this *Vis_Variable) Equal(that interface{}) bool + func (this *Vis_Variable) GoString() string + func (this *Vis_Variable) String() string + type Widget struct + DisplaySpec *types.Any + FuncOrRef isWidget_FuncOrRef + Name string + Position *Widget_Position + func (*Widget) Descriptor() ([]byte, []int) + func (*Widget) ProtoMessage() + func (*Widget) XXX_OneofWrappers() []interface{} + func (m *Widget) GetDisplaySpec() *types.Any + func (m *Widget) GetFunc() *Widget_Func + func (m *Widget) GetFuncOrRef() isWidget_FuncOrRef + func (m *Widget) GetGlobalFuncOutputName() string + func (m *Widget) GetName() string + func (m *Widget) GetPosition() *Widget_Position + func (m *Widget) Marshal() (dAtA []byte, err error) + func (m *Widget) MarshalTo(dAtA []byte) (int, error) + func (m *Widget) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Widget) Reset() + func (m *Widget) Size() (n int) + func (m *Widget) Unmarshal(dAtA []byte) error + func (m *Widget) XXX_DiscardUnknown() + func (m *Widget) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Widget) XXX_Merge(src proto.Message) + func (m *Widget) XXX_Size() int + func (m *Widget) XXX_Unmarshal(b []byte) error + func (this *Widget) Equal(that interface{}) bool + func (this *Widget) GoString() string + func (this *Widget) String() string + type Widget_Func struct + Args []*Widget_Func_FuncArg + Name string + func (*Widget_Func) Descriptor() ([]byte, []int) + func (*Widget_Func) ProtoMessage() + func (m *Widget_Func) GetArgs() []*Widget_Func_FuncArg + func (m *Widget_Func) GetName() string + func (m *Widget_Func) Marshal() (dAtA []byte, err error) + func (m *Widget_Func) MarshalTo(dAtA []byte) (int, error) + func (m *Widget_Func) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Widget_Func) Reset() + func (m *Widget_Func) Size() (n int) + func (m *Widget_Func) Unmarshal(dAtA []byte) error + func (m *Widget_Func) XXX_DiscardUnknown() + func (m *Widget_Func) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Widget_Func) XXX_Merge(src proto.Message) + func (m *Widget_Func) XXX_Size() int + func (m *Widget_Func) XXX_Unmarshal(b []byte) error + func (this *Widget_Func) Equal(that interface{}) bool + func (this *Widget_Func) GoString() string + func (this *Widget_Func) String() string + type Widget_Func_ struct + Func *Widget_Func + func (m *Widget_Func_) MarshalTo(dAtA []byte) (int, error) + func (m *Widget_Func_) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Widget_Func_) Size() (n int) + func (this *Widget_Func_) Equal(that interface{}) bool + func (this *Widget_Func_) GoString() string + func (this *Widget_Func_) String() string + type Widget_Func_FuncArg struct + Input isWidget_Func_FuncArg_Input + Name string + func (*Widget_Func_FuncArg) Descriptor() ([]byte, []int) + func (*Widget_Func_FuncArg) ProtoMessage() + func (*Widget_Func_FuncArg) XXX_OneofWrappers() []interface{} + func (m *Widget_Func_FuncArg) GetInput() isWidget_Func_FuncArg_Input + func (m *Widget_Func_FuncArg) GetName() string + func (m *Widget_Func_FuncArg) GetValue() string + func (m *Widget_Func_FuncArg) GetVariable() string + func (m *Widget_Func_FuncArg) Marshal() (dAtA []byte, err error) + func (m *Widget_Func_FuncArg) MarshalTo(dAtA []byte) (int, error) + func (m *Widget_Func_FuncArg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Widget_Func_FuncArg) Reset() + func (m *Widget_Func_FuncArg) Size() (n int) + func (m *Widget_Func_FuncArg) Unmarshal(dAtA []byte) error + func (m *Widget_Func_FuncArg) XXX_DiscardUnknown() + func (m *Widget_Func_FuncArg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Widget_Func_FuncArg) XXX_Merge(src proto.Message) + func (m *Widget_Func_FuncArg) XXX_Size() int + func (m *Widget_Func_FuncArg) XXX_Unmarshal(b []byte) error + func (this *Widget_Func_FuncArg) Equal(that interface{}) bool + func (this *Widget_Func_FuncArg) GoString() string + func (this *Widget_Func_FuncArg) String() string + type Widget_Func_FuncArg_Value struct + Value string + func (m *Widget_Func_FuncArg_Value) MarshalTo(dAtA []byte) (int, error) + func (m *Widget_Func_FuncArg_Value) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Widget_Func_FuncArg_Value) Size() (n int) + func (this *Widget_Func_FuncArg_Value) Equal(that interface{}) bool + func (this *Widget_Func_FuncArg_Value) GoString() string + func (this *Widget_Func_FuncArg_Value) String() string + type Widget_Func_FuncArg_Variable struct + Variable string + func (m *Widget_Func_FuncArg_Variable) MarshalTo(dAtA []byte) (int, error) + func (m *Widget_Func_FuncArg_Variable) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Widget_Func_FuncArg_Variable) Size() (n int) + func (this *Widget_Func_FuncArg_Variable) Equal(that interface{}) bool + func (this *Widget_Func_FuncArg_Variable) GoString() string + func (this *Widget_Func_FuncArg_Variable) String() string + type Widget_GlobalFuncOutputName struct + GlobalFuncOutputName string + func (m *Widget_GlobalFuncOutputName) MarshalTo(dAtA []byte) (int, error) + func (m *Widget_GlobalFuncOutputName) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Widget_GlobalFuncOutputName) Size() (n int) + func (this *Widget_GlobalFuncOutputName) Equal(that interface{}) bool + func (this *Widget_GlobalFuncOutputName) GoString() string + func (this *Widget_GlobalFuncOutputName) String() string + type Widget_Position struct + H int32 + W int32 + X int32 + Y int32 + func (*Widget_Position) Descriptor() ([]byte, []int) + func (*Widget_Position) ProtoMessage() + func (m *Widget_Position) GetH() int32 + func (m *Widget_Position) GetW() int32 + func (m *Widget_Position) GetX() int32 + func (m *Widget_Position) GetY() int32 + func (m *Widget_Position) Marshal() (dAtA []byte, err error) + func (m *Widget_Position) MarshalTo(dAtA []byte) (int, error) + func (m *Widget_Position) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Widget_Position) Reset() + func (m *Widget_Position) Size() (n int) + func (m *Widget_Position) Unmarshal(dAtA []byte) error + func (m *Widget_Position) XXX_DiscardUnknown() + func (m *Widget_Position) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Widget_Position) XXX_Merge(src proto.Message) + func (m *Widget_Position) XXX_Size() int + func (m *Widget_Position) XXX_Unmarshal(b []byte) error + func (this *Widget_Position) Equal(that interface{}) bool + func (this *Widget_Position) GoString() string + func (this *Widget_Position) String() string