Documentation
¶
Index ¶
- Constants
- type MonitorExecutor
- func (e *MonitorExecutor) CheckConfig(ctx context.Context, args []v1alpha1.MeasureArgs, judgement v1alpha1.Judgement) error
- func (e *MonitorExecutor) InitialData(ctx context.Context, args []v1alpha1.MeasureArgs) (string, error)
- func (e *MonitorExecutor) Measure(ctx context.Context, args []v1alpha1.MeasureArgs, judgement v1alpha1.Judgement, ...) error
Constants ¶
View Source
const (
QueryArgsKey = "query"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitorExecutor ¶
type MonitorExecutor struct {
// contains filtered or unexported fields
}
func NewMonitorExecutor ¶
func NewMonitorExecutor(ctx context.Context) (*MonitorExecutor, error)
func (*MonitorExecutor) CheckConfig ¶
func (e *MonitorExecutor) CheckConfig(ctx context.Context, args []v1alpha1.MeasureArgs, judgement v1alpha1.Judgement) error
func (*MonitorExecutor) InitialData ¶
func (e *MonitorExecutor) InitialData(ctx context.Context, args []v1alpha1.MeasureArgs) (string, error)
Click to show internal directories.
Click to hide internal directories.