autometrics-dev / am

Autometrics Companion CLI app
Apache License 2.0
16 stars 2 forks source link

Allow for only a port to be used as a metric endpoint #24

Closed hatchan closed 1 year ago

hatchan commented 1 year ago

Passing in : plus a number would result in using http and localhost as the defaults. It is still possible to use a path after this.

So am start :3000 would become http://localhost:3000/metrics.

See #9 for more details on the previous work.

hatchan commented 1 year ago

Implemented in #26