Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CleverCloud/rack-statsd-example

Run Rack with StatsD on Clever Cloud
https://github.com/CleverCloud/rack-statsd-example

clevercloud-example rack ruby statsd

Last synced: 2 months ago
JSON representation

Run Rack with StatsD on Clever Cloud

Awesome Lists containing this project

README

        

# demo-ruby-rack-statsd
Deploy a Rack application that uses statsd to store business metrics

## Configuration

You will need the following environment variables:

```
CC_RACKUP_SERVER=puma
ENABLE_METRICS=true
PORT=8080
RUBY_VERSION=2
```