grafana / carbon-relay-ng

Fast carbon relay+aggregator with admin interfaces for making changes online - production ready
Other
467 stars 151 forks source link

[enhancement request] config via command line options or env variables #83

Open blysik opened 9 years ago

blysik commented 9 years ago

Allow setting listen_addr, admin_addr, http_addr, and graphite_addr via either command line arguments, environment variables, or both.

(This would help enable running in a Heroku-type environment.)

tehlers320 commented 7 years ago

+1 for this. I've suddenly found myself needing it as well and it feels so dirty with this sed edit ive done in the docker container for instance name.

chadmyers commented 1 year ago

This would also help with running in AWS ECS Fargate where it's hard to get files into the container (requires a sidecar to pull file(s) from S3 into a shared volume)