View Source ExRocketmq.Stats (lib_oss v0.1.0)

{mq, :pull} => {locked, last_lock_timestamp, last_pull_timestamp} {mq, :consume} => last_consumed_timestamp

pull_point: {ts, round, cost} consume_point: {ts, round, ok_round, failed_round, cost, failed_cnt}

topic => {begin_pull_point, end_pull_point} topic => {begin_consume_point, end_consume_point}

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

consume_report(name, mq, ok_cnt, failed_cnt, consume_rt)

View Source
@spec get_running_info(atom()) :: ExRocketmq.Models.RunningInfo.t()

Callback implementation for GenServer.init/1.

Link to this function

puller_report(name, mq, locked, last_lock_timestamp, pull_cnt, pull_rt)

View Source
@spec start_link(keyword()) :: GenServer.on_start()