Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Enabled bool `env:"TRACE_ENABLED"` Host string `env:"TRACE_HOST,notEmpty"` Port string `env:"TRACE_PORT,notEmpty"` BatchTimeout time.Duration `env:"TRACE_BATCH_TIMEOUT" envDefault:"5000ms"` MaxExportBatchSize int `env:"TRACE_MAX_EXPORT_BATCH_SIZE" envDefault:"512"` HttpInsecure bool `env:"TRACE_HTTP_INSECURE"` }
Click to show internal directories.
Click to hide internal directories.