feat 链路追踪

This commit is contained in:
2026-01-16 22:01:35 +08:00
parent 7cb057fc91
commit e59d106700
11 changed files with 394 additions and 108 deletions

View File

@@ -17,6 +17,9 @@ type MetricConfig struct {
Address string `yaml:"address"`
Port int32 `yaml:"port"`
} `yaml:"prometheus"`
Jaeger *struct {
Endpoint string `yaml:"endpoint"`
} `yaml:"jaeger"`
}
type DBConfig struct {