Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct { Metrics MetricsConfig `mapstructure:"metrics"` Logs LogsConfig `mapstructure:"logs"` Traces TracesConfig `mapstructure:"traces"` }
Config defines configuration for HostMetrics receiver.
type LogsConfig ¶
type LogsConfig struct { // JsonlFile is an optional configuration option to specify the path to // get the base generated signals from. JsonlFile `mapstructure:"jsonl_file"` }
type MetricsConfig ¶
type MetricsConfig struct { // JsonlFile is an optional configuration option to specify the path to // get the base generated signals from. JsonlFile `mapstructure:"jsonl_file"` }
type TracesConfig ¶
type TracesConfig struct { // JsonlFile is an optional configuration option to specify the path to // get the base generated signals from. JsonlFile `mapstructure:"jsonl_file"` }
Click to show internal directories.
Click to hide internal directories.