vernemq / vmq_mzbench

An MQTT loadtest and usage scenario tool for VerneMQ and other MQTT systems.
Apache License 2.0
42 stars 44 forks source link

missing counter val for: mqtt.connection.reconnects #15

Closed urjitbhatia closed 7 years ago

urjitbhatia commented 7 years ago

Ran into this error:

gen_fsm <0.11821.0> in state connected terminated with reason: call to undefined function mzb_metrics:notify/1 from mqtt_worker:stats/2 line 223

and realized that the call was missing the counter value - mzb_metrics:notify/2 needs the actual counter value to update.

ioolkos commented 7 years ago

Of course...! Thanks a lot, @urjitbhatia