1
0
mirror of https://github.com/redis/go-redis.git synced 2025-11-04 02:33:24 +03:00

More fixes for otel example

This commit is contained in:
Vladimir Mihailenco
2021-08-12 14:30:05 +03:00
parent 084dcdea94
commit 9cd9efd218
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ import (
"sync"
"time"
"github.com/go-redis/redis/extra/redisotel/v8"
"github.com/go-redis/redis/v8"
"github.com/go-redis/redis/v8/extra/redisotel"
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/exporters/stdout/stdouttrace"
sdktrace "go.opentelemetry.io/otel/sdk/trace"