Skip to content

Commit

Permalink
Merge branch 'nephio-project:main' into missing-otel-traces
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMcDermott authored Jan 14, 2025
2 parents df98229 + cb1b392 commit ec78a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/memory/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (c *Cache) OpenRepository(ctx context.Context, repositorySpec *configapi.Re
}

func (c *Cache) CloseRepository(ctx context.Context, repositorySpec *configapi.Repository, allRepos []configapi.Repository) error {
_, span := tracer.Start(ctx, "Cache::OpenRepository", trace.WithAttributes())
_, span := tracer.Start(ctx, "Cache::CloseRepository", trace.WithAttributes())
defer span.End()

key, err := getCacheKey(repositorySpec)
Expand Down

0 comments on commit ec78a3b

Please sign in to comment.