Skip to content

Commit

Permalink
use correct tracer pkg name (#4046)
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic authored Jul 6, 2023
1 parent ca8d796 commit 2727f60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/unreleased/use-correct-tracer-name.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Enhancement: Use correct tracer name

https://github.com/cs3org/reva/pull/4046

2 changes: 1 addition & 1 deletion pkg/storage/cache/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
var tracer trace.Tracer

func init() {
tracer = otel.Tracer("github.com/cs3org/reva/pkg/storage/utils/decomposedfs/lookup")
tracer = otel.Tracer("github.com/cs3org/reva/pkg/storage/cache")
}

// NewStatCache creates a new StatCache
Expand Down

0 comments on commit 2727f60

Please sign in to comment.