module TelemetryFlows

Public Instance Methods

emit() click to toggle source
# File lib/telemetry/flows.rb, line 7
def emit
        Telemetry::Api.flow_update(self)
end