Skip to content

Commit f9e60f2

Browse files
committed
chore: update example
1 parent 9014499 commit f9e60f2

File tree

3 files changed

+317
-56
lines changed

3 files changed

+317
-56
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
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

example/otel/go.mod

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ replace github.com/go-redis/redis/extra/rediscmd/v9 => ../../extra/rediscmd
1111
require (
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
)

0 commit comments

Comments
 (0)