Documentation ¶
Index ¶
- type DsdCaptureDurationRuntimeSetting
- func (l DsdCaptureDurationRuntimeSetting) Description() string
- func (l DsdCaptureDurationRuntimeSetting) Get() (interface{}, error)
- func (l DsdCaptureDurationRuntimeSetting) Hidden() bool
- func (l DsdCaptureDurationRuntimeSetting) Name() string
- func (l DsdCaptureDurationRuntimeSetting) Set(v interface{}) error
- type DsdStatsRuntimeSetting
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DsdCaptureDurationRuntimeSetting ¶ added in v0.9.0
type DsdCaptureDurationRuntimeSetting string
DsdCaptureDurationRuntimeSetting wraps operations to change the duration, in seconds, of traffic captures
func (DsdCaptureDurationRuntimeSetting) Description ¶ added in v0.9.0
func (l DsdCaptureDurationRuntimeSetting) Description() string
Description returns the runtime setting's description
func (DsdCaptureDurationRuntimeSetting) Get ¶ added in v0.9.0
func (l DsdCaptureDurationRuntimeSetting) Get() (interface{}, error)
Get returns the current value of the runtime setting
func (DsdCaptureDurationRuntimeSetting) Hidden ¶ added in v0.9.0
func (l DsdCaptureDurationRuntimeSetting) Hidden() bool
Hidden returns whether or not this setting is hidden from the list of runtime settings
func (DsdCaptureDurationRuntimeSetting) Name ¶ added in v0.9.0
func (l DsdCaptureDurationRuntimeSetting) Name() string
Name returns the name of the runtime setting
func (DsdCaptureDurationRuntimeSetting) Set ¶ added in v0.9.0
func (l DsdCaptureDurationRuntimeSetting) Set(v interface{}) error
Set changes the value of the runtime setting
type DsdStatsRuntimeSetting ¶ added in v0.9.0
type DsdStatsRuntimeSetting string
DsdStatsRuntimeSetting wraps operations to change the collection of dogstatsd stats at runtime.
func (DsdStatsRuntimeSetting) Description ¶ added in v0.9.0
func (s DsdStatsRuntimeSetting) Description() string
Description returns the runtime setting's description
func (DsdStatsRuntimeSetting) Get ¶ added in v0.9.0
func (s DsdStatsRuntimeSetting) Get() (interface{}, error)
Get returns the current value of the runtime setting
func (DsdStatsRuntimeSetting) Hidden ¶ added in v0.9.0
func (s DsdStatsRuntimeSetting) Hidden() bool
Hidden returns whether or not this setting is hidden from the list of runtime settings
func (DsdStatsRuntimeSetting) Name ¶ added in v0.9.0
func (s DsdStatsRuntimeSetting) Name() string
Name returns the name of the runtime setting
func (DsdStatsRuntimeSetting) Set ¶ added in v0.9.0
func (s DsdStatsRuntimeSetting) Set(v interface{}) error
Set changes the value of the runtime setting