profile_actionv3

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 License: Apache-2.0 Imports: 19 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_extensions_watchdog_profile_action_v3_profile_action_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ProfileActionConfig

type ProfileActionConfig struct {

	// How long the profile should last. If not set defaults to 5 seconds.
	ProfileDuration *duration.Duration `protobuf:"bytes,1,opt,name=profile_duration,json=profileDuration,proto3" json:"profile_duration,omitempty"`
	// File path to the directory to output profiles.
	ProfilePath string `protobuf:"bytes,2,opt,name=profile_path,json=profilePath,proto3" json:"profile_path,omitempty"`
	// Limits the max number of profiles that can be generated by this action
	// over its lifetime to avoid filling the disk.
	// If not set (i.e. it's 0), a default of 10 will be used.
	MaxProfiles uint64 `protobuf:"varint,3,opt,name=max_profiles,json=maxProfiles,proto3" json:"max_profiles,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the profile watchdog action.

func (*ProfileActionConfig) Descriptor deprecated

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

Deprecated: Use ProfileActionConfig.ProtoReflect.Descriptor instead.

func (*ProfileActionConfig) GetMaxProfiles

func (x *ProfileActionConfig) GetMaxProfiles() uint64

func (*ProfileActionConfig) GetProfileDuration

func (x *ProfileActionConfig) GetProfileDuration() *duration.Duration

func (*ProfileActionConfig) GetProfilePath

func (x *ProfileActionConfig) GetProfilePath() string

func (*ProfileActionConfig) ProtoMessage

func (*ProfileActionConfig) ProtoMessage()

func (*ProfileActionConfig) ProtoReflect

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

func (*ProfileActionConfig) Reset

func (x *ProfileActionConfig) Reset()

func (*ProfileActionConfig) String

func (x *ProfileActionConfig) String() string

func (*ProfileActionConfig) Validate

func (m *ProfileActionConfig) Validate() error

Validate checks the field values on ProfileActionConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProfileActionConfig) ValidateAll

func (m *ProfileActionConfig) ValidateAll() error

ValidateAll checks the field values on ProfileActionConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProfileActionConfigMultiError, or nil if none found.

type ProfileActionConfigMultiError

type ProfileActionConfigMultiError []error

ProfileActionConfigMultiError is an error wrapping multiple validation errors returned by ProfileActionConfig.ValidateAll() if the designated constraints aren't met.

func (ProfileActionConfigMultiError) AllErrors

func (m ProfileActionConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProfileActionConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ProfileActionConfigValidationError

type ProfileActionConfigValidationError struct {
	// contains filtered or unexported fields
}

ProfileActionConfigValidationError is the validation error returned by ProfileActionConfig.Validate if the designated constraints aren't met.

func (ProfileActionConfigValidationError) Cause

Cause function returns cause value.

func (ProfileActionConfigValidationError) Error

Error satisfies the builtin error interface

func (ProfileActionConfigValidationError) ErrorName

ErrorName returns error name.

func (ProfileActionConfigValidationError) Field

Field function returns field value.

func (ProfileActionConfigValidationError) Key

Key function returns key value.

func (ProfileActionConfigValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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