1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

chore: improve instrumentation example

This commit is contained in:
Vladimir Mihailenco
2022-10-12 17:18:55 +03:00
parent d01dc36c09
commit 3e4ae80c12
2 changed files with 9 additions and 2 deletions

View File

@ -21,4 +21,6 @@ rdb := rdb.NewClient(&rdb.Options{...})
rdb.AddHook(redisotel.NewTracingHook())
```
See [example](example) and [documentation](https://redis.uptrace.dev/tracing/) for more details.
See [example](example) and
[Monitoring Go Redis Performance and Errors](https://redis.uptrace.dev/guide/go-redis-monitoring.html)
for details.