File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ To run this example:
6
6
go run .
7
7
```
8
8
9
- See [ Using HyperLogLog command with go-redis] ( https://redis.uptrace.dev/guide/hll.html ) for details.
9
+ See [ Using HyperLogLog command with go-redis] ( https://redis.uptrace.dev/guide/go-redis-hll.html ) for
10
+ details.
Original file line number Diff line number Diff line change 1
1
# Example for go-redis OpenTelemetry instrumentation
2
2
3
- See [ Monitoring performance and errors] ( https://redis.uptrace.dev/guide/tracing.html ) for details.
3
+ See
4
+ [ Redis Monitoring Performance and Errors] ( https://redis.uptrace.dev/guide/redis-performance-monitoring.html )
5
+ for details.
4
6
5
7
This example requires Redis Server on port ` :6379 ` . You can start Redis Server using Docker:
6
8
You can’t perform that action at this time.
0 commit comments