albertodonato / query-exporter

Export Prometheus metrics from SQL queries
GNU General Public License v3.0
436 stars 101 forks source link

ability to set port # #153

Closed elasticdotventures closed 1 year ago

elasticdotventures commented 1 year ago

Is your feature request related to a problem? Please describe. We use AWS ECS, and terraform and we have little control over where containers are deployed.

Describe the solution you'd like I'd like to be able to set the the port # on the command line, and not be forced to use 9560

Describe alternatives you've considered I'm going to investigate submitting a PR.

Additional context 👋

albertodonato commented 1 year ago

As show in the help, you can set the port: -p PORT, --port PORT port to run the webserver on (default: 9560)