Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Run Falcon with StatsD on Clever Cloud

Awesome Lists containing this project

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
```