File tree 3 files changed +317
-56
lines changed
3 files changed +317
-56
lines changed Original file line number Diff line number Diff line change 10
10
> use it to monitor applications and set up automatic alerts to receive notifications via email,
11
11
> Slack, Telegram, and others.
12
12
>
13
- > [ OpenTelemetry] ( example/otel ) example demonstrates how you can use Uptrace to monitor go-redis.
13
+ > See [ OpenTelemetry] ( example/otel ) example which demonstrates how you can use Uptrace to monitor
14
+ > go-redis.
14
15
15
16
## Resources
16
17
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ replace github.com/go-redis/redis/extra/rediscmd/v9 => ../../extra/rediscmd
11
11
require (
12
12
github.com/go-redis/redis/extra/redisotel/v9 v9.0.0-rc.1
13
13
github.com/go-redis/redis/v9 v9.0.0-rc.1
14
- github.com/uptrace/opentelemetry-go-extra/otelplay v0.1.15
15
- go.opentelemetry.io/otel v1.10.0
16
- golang.org/x/net v0.0.0-20220728030405-41545e8bf201 // indirect
17
- google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
14
+ github.com/uptrace/uptrace-go v1.11.4
15
+ go.opentelemetry.io/otel v1.11.1
18
16
)
You can’t perform that action at this time.
0 commit comments