chore: fix links

This commit is contained in:
Vladimir Mihailenco 2022-04-13 15:53:17 +03:00
parent 99c79f7041
commit fc61bffa49
2 changed files with 5 additions and 2 deletions

View File

@ -6,4 +6,5 @@ To run this example:
go run .
```
See [Using HyperLogLog command with go-redis](https://redis.uptrace.dev/guide/hll.html) for details.
See [Using HyperLogLog command with go-redis](https://redis.uptrace.dev/guide/go-redis-hll.html) for
details.

View File

@ -1,6 +1,8 @@
# Example for go-redis OpenTelemetry instrumentation
See [Monitoring performance and errors](https://redis.uptrace.dev/guide/tracing.html) for details.
See
[Redis Monitoring Performance and Errors](https://redis.uptrace.dev/guide/redis-performance-monitoring.html)
for details.
This example requires Redis Server on port `:6379`. You can start Redis Server using Docker: