telemetry

This commit is contained in:
2025-04-13 11:24:20 +08:00
parent a6c5ba5957
commit 3d989c2f47
14 changed files with 443 additions and 63 deletions

5
fs/tracer.go Normal file
View File

@ -0,0 +1,5 @@
package fs
import "go.opentelemetry.io/otel"
var tracer = otel.Tracer("fs")