Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/CleverCloud/rack-statsd-example
- Owner: CleverCloud
- Created: 2018-01-16T10:58:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T11:03:48.000Z (about 7 years ago)
- Last Synced: 2024-08-04T17:08:44.464Z (6 months ago)
- Topics: clevercloud-example, rack, ruby, statsd
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clever-cloud - demo-ruby-rack-statsd
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
```