Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CleverCloud/falcon-statsd-example
Run Falcon with StatsD on Clever Cloud
https://github.com/CleverCloud/falcon-statsd-example
clevercloud-example falcon python statsd
Last synced: 2 months ago
JSON representation
Run Falcon with StatsD on Clever Cloud
- Host: GitHub
- URL: https://github.com/CleverCloud/falcon-statsd-example
- Owner: CleverCloud
- Created: 2018-01-16T10:56:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T11:02:50.000Z (about 7 years ago)
- Last Synced: 2024-08-25T12:01:11.694Z (5 months ago)
- Topics: clevercloud-example, falcon, python, statsd
- Language: Python
- 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-python-falcon-statsd
README
# demo-python-falcon-statsd
Deploy a Falcon application that uses statsd to store business metrics## Configuration
You will need the following environment variables:
```
CC_PYTHON_MODULE=server:api
ENABLE_METRICS=true
PORT=8080
PYTHON_BACKEND=gunicorn
```