Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsdInjector ¶
type StatsdInjector struct { /*MetronPort - Descr: The port on which metron is running Default: 3457 */ MetronPort interface{} `yaml:"metron_port,omitempty"` /*StatsdPort - Descr: The port on which the injector should listen for statsd messages Default: 8125 */ StatsdPort interface{} `yaml:"statsd_port,omitempty"` /*LogLevel - Descr: The log level for the statsd injector Default: info */ LogLevel interface{} `yaml:"log_level,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type StatsdInjectorJob ¶
type StatsdInjectorJob struct { /*StatsdInjector - Descr: The log level for the statsd injector Default: info */ StatsdInjector *StatsdInjector `yaml:"statsd_injector,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.