Hucaru / Valhalla

A Golang MapleStory (v28) server
MIT License
274 stars 71 forks source link

Added metrics port flag and refactored metrics initialization #11

Closed ErwinsExpertise closed 4 years ago

ErwinsExpertise commented 4 years ago

Current setup for metrics will throw errors on a single-host non-dockerized environment. Added flag to specify metrics port. Default for metrics port is 9000 if not specified so the Docker-Compose configuration will work without issue.