1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-25 00:01:00 +03:00
Files
go-redis/example/otel/docker-compose.yml
Tiger He 62469e4f42 Introduce metrics capture with OpenTelemetry (#1398)
* internal: Add instrumentation

Co-authored-by: reggiemcdonald <regmcdonald95@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-07-15 12:07:07 +03:00

9 lines
117 B
YAML

version: '3'
services:
redis-server:
image: redis
ports:
- "6379:6379"
redis-cli:
image: redis