coralproject / pillar

Deprecated: Service layer for the Coral ecosystem
Other
4 stars 1 forks source link

Statsd #142

Closed alexbyrnes closed 8 years ago

alexbyrnes commented 8 years ago

What does this PR do?

Add statsd to pillar

How do I test this PR?

Add this yml excerpt to your docker-compose file:

statsd: container_name: statsd image: hopsoft/graphite-statsd ports:

Add this environment variable to your .env or host environment:

STATSD_URL=statsd:8125

Start up the container and view at :81 (so as not to conflict with cay)

@coralproject/backend

gabelula commented 8 years ago

It looks good.

gabelula commented 8 years ago

It looks good other than no tests 🌴