This website requires JavaScript.
Explore
Help
Sign In
mirror
/
redis
mirror of
https://github.com/go-redis/redis.git
Watch
1
Star
0
Fork
You've already forked redis
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f1dd3d5898
redis
/
example
/
otel
/
docker-compose.yml
10 lines
118 B
YAML
Raw
Normal View
History
Unescape
Escape
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
version
:
'3'
chore: cleanup OpenTelemetry example
2021-09-08 15:54:10 +03:00
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
services
:
redis-server
:
image
:
redis
ports
:
chore: cleanup OpenTelemetry example
2021-09-08 15:54:10 +03:00
-
'6379:6379'
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
redis-cli
:
image
:
redis