Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Endpoint defines the host and port where we serve our frontend app Endpoint string `mapstructure:"endpoint"` // Endpoint defines the path of your database file. Setting an enpty string opens DuckDB in in-memory mode DbPath string `mapstructure:"db"` }
Config represents the exporter config settings (provided to the collector via command line on launch)
Directories
¶
Path | Synopsis |
---|---|
internal
|
|
sharedcomponent
Package sharedcomponent exposes util functionality for receivers and exporters that need to share state between different signal types instances such as net.Listener or os.File.
|
Package sharedcomponent exposes util functionality for receivers and exporters that need to share state between different signal types instances such as net.Listener or os.File. |
Click to show internal directories.
Click to hide internal directories.