Add sample for Redis metric exporter

This commit is contained in:
Dave Syer
2015-05-01 22:04:10 +01:00
committed by Andy Wilkinson
parent a32c530c36
commit 18928a62df
10 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
redis:
image: redis
ports:
- "6379:6379"