smartrent / jackalope

An opinionated MQTT client library based on Tortoise MQTT
Apache License 2.0
28 stars 5 forks source link

Capture transmission telemetry #56

Closed jfcloutier closed 2 years ago

jfcloutier commented 2 years ago

Captures socket stats (sent/received) for telemetry

mattludwigs commented 2 years ago

One recommendation is to document the telemetry API somewhere as exposing a telemetry API is a public API of sorts.

jfcloutier commented 2 years ago

This really feels like it should be added to Tortoise instead - like in connection.ex. This would enable other metrics as well like MQTT messages sent and received, pings, connection counts, etc. What do you think?

Sounds right to me.

jfcloutier commented 2 years ago

Moving telemetry to Tortoise311