You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to have real time listeners/callbacks or channels. Usage: IoT (but not limited to it) : Attach to a custom MQTT listener to publish that information
Listeners can be via API or a piped process (stdout ?); So non GO clients can feed off metric events (Export doesnt seem to cut it)
Listeners can be defined via CLI or config (can decide)
Listeners can be activated on thresholds also OR thresholds can be applied to raw listeners that publish the data (same as export formats supported) -- (part of config?!)
Hi, Im exploring the use of this tool. I have not gone through the Source yet so can tell me to RTFM and point me the page :)
I read export however, id have to poll export and filter through. A {listener + filter} model would boost the functional scalability of this tool.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
TL;DR:
Hi, Im exploring the use of this tool. I have not gone through the Source yet so can tell me to RTFM and point me the page :)
I read
export
however, id have to poll export and filter through. A {listener + filter} model would boost the functional scalability of this tool.thanks
Beta Was this translation helpful? Give feedback.
All reactions