Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Module for fx.
Functions ¶
Types ¶
type Config ¶
type Config struct { Enabled bool `yaml:"enabled" json:"enabled" toml:"enabled"` Kind string `yaml:"kind" json:"kind" toml:"kind"` Host string `yaml:"host" json:"host" toml:"host"` Key string `yaml:"key" json:"key" toml:"key"` Secure bool `yaml:"secure" json:"secure" toml:"secure"` }
Config for tracer.
func (*Config) IsBaselime ¶ added in v1.128.0
IsBaselime configuration.
Click to show internal directories.
Click to hide internal directories.