Skip to content

Commit

Permalink
Merge pull request #1742 from Permify/ufuk/monitoring
Browse files Browse the repository at this point in the history
feat: new global tracer and meter
  • Loading branch information
ucatbas authored Oct 31, 2024
2 parents f8d3d67 + 6856d73 commit 9bd2056
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/monitoring.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package internal

import "go.opentelemetry.io/otel"

var (
tracer = otel.Tracer("permify")
meter = otel.Meter("permify")
)

0 comments on commit 9bd2056

Please sign in to comment.