集成 otel 记录接口性能数据

This commit is contained in:
2025-12-01 19:31:45 +08:00
parent a024c38375
commit e59c7c96f6
8 changed files with 121 additions and 39 deletions

View File

@@ -34,7 +34,7 @@ func initRedis() error {
return nil
}
func stopRedis() error {
func closeRedis() error {
if Redis != nil {
return Redis.Close()
}