集成 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

@@ -46,7 +46,7 @@ func initOrm() error {
return nil
}
func stopOrm() error {
func closeOrm() error {
if DB != nil {
conn, err := DB.DB()
if err != nil {