Versions in this module Expand all Collapse all v1 v1.6.65 Sep 23, 2024 v1.6.64 Sep 13, 2024 v1.6.4 Sep 13, 2024 Changes in this version + func SetDefault(ptr interface{}) error + type AutoCustomTags struct + Description string + DisplayName string + TagFields []string + TagName string + type Clickhouse struct + ConnectTimeout int + Host string + MaxConnection int + Password string + Port int + Timeout int + User string + type Config struct + ControllerConfig ControllerConfig + QuerierConfig QuerierConfig + TraceIdWithIndex TraceIdWithIndex + func DefaultConfig() *Config + func (c *Config) Load(path string) + func (c *Config) Validate() error + type ControllerConfig struct + ListenPort int + var ControllerCfg *ControllerConfig + type DeepflowApp struct + Host string + Port string + type Location struct + Format string + Length int + Start int + type QuerierConfig struct + AutoCustomTags []AutoCustomTags + Clickhouse Clickhouse + DeepflowApp DeepflowApp + ExternalAPM []tracing_adapter.ExternalAPM + Language string + Limit string + ListenPort int + LogFile string + LogLevel string + MaxCacheableEntrySize int + MaxPrometheusIdSubqueryLruEntry int + OtelEndpoint string + Profile profile.ProfileConfig + Prometheus prometheus.Prometheus + PrometheusCacheUpdateInterval int + PrometheusIdSubqueryLruTimeout int + TimeFillLimit int + Tracemap tracemap.TraceMapConfig + var Cfg *QuerierConfig + type Setter interface + SetDefaults func() + type TraceIdWithIndex struct + Disabled bool + IncrementalIdLocation Location + Type string + var TraceConfig *TraceIdWithIndex