redis/extra/redisotel/example
monkey92t 916da5b2ce
sync v8.11.0
2021-07-02 20:56:25 +08:00
..
Makefile extra/redisotel: add readme and example 2021-04-18 14:49:28 +03:00
README.md extra/redisotel: add readme and example 2021-04-18 14:49:28 +03:00
docker-compose.yml extra/redisotel: add readme and example 2021-04-18 14:49:28 +03:00
go.mod sync v8.11.0 2021-07-02 20:56:25 +08:00
go.sum sync v8.11.0 2021-07-02 20:56:25 +08:00
main.go sync v8.11.0 2021-07-02 20:56:25 +08:00

README.md

OpenTelemetry instrumentation for go-redis

To run this example you need a Redis server. You can start one with Docker:

make up

Then run the example:

go run main.go