Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Nov 9, 2022
1 parent 9014499 commit f9e60f2
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 56 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
> use it to monitor applications and set up automatic alerts to receive notifications via email,
> Slack, Telegram, and others.
>
> [OpenTelemetry](example/otel) example demonstrates how you can use Uptrace to monitor go-redis.
> See [OpenTelemetry](example/otel) example which demonstrates how you can use Uptrace to monitor
> go-redis.
## Resources

Expand Down
6 changes: 2 additions & 4 deletions example/otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ replace github.com/go-redis/redis/extra/rediscmd/v9 => ../../extra/rediscmd
require (
github.com/go-redis/redis/extra/redisotel/v9 v9.0.0-rc.1
github.com/go-redis/redis/v9 v9.0.0-rc.1
github.com/uptrace/opentelemetry-go-extra/otelplay v0.1.15
go.opentelemetry.io/otel v1.10.0
golang.org/x/net v0.0.0-20220728030405-41545e8bf201 // indirect
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
github.com/uptrace/uptrace-go v1.11.4
go.opentelemetry.io/otel v1.11.1
)
Loading

0 comments on commit f9e60f2

Please sign in to comment.