sapcc / mosquitto-exporter

Prometheus metrics exporter for the Mosquitto message broker
Apache License 2.0
128 stars 60 forks source link

Mqtt library update, mqtt logging and build flags #28

Closed forsberg closed 4 years ago

forsberg commented 4 years ago
Legion2 commented 4 years ago

I created #27 where I updated to go 1.14 and use the new go module system

forsberg commented 4 years ago

@Legion2 - noticed that now. That is of course the better option, but my go skills were not good enough to make this happen :-)

I'll close this PR, and make a new one based on your PR, adding the logging and updating MQTT library.

forsberg commented 4 years ago

See #29.

Legion2 commented 4 years ago

@forsberg this is my first time doing something with go and I had to figure out that there is no official package system until 1.14.