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

https://github.com/CleverCloud/demo-ruby-rack-statsd

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

clevercloud-example rack ruby statsd

Last synced: 3 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
```