File tree Expand file tree Collapse file tree 3 files changed +317
-56
lines changed Expand file tree Collapse file tree 3 files changed +317
-56
lines changed Original file line number Diff line number Diff line change 1010> use it to monitor applications and set up automatic alerts to receive notifications via email,
1111> Slack, Telegram, and others.
1212>
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.
1415
1516## Resources
1617
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
1111require (
1212 github.com/go-redis/redis/extra/redisotel/v9 v9.0.0-rc.1
1313 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
1816)
You can’t perform that action at this time.
0 commit comments