{% if listeners %} {% if instance_owner_map %}{% endif %} {% for l in listeners %} {% if instance_owner_map %} {% endif %} {% endfor %}
HandlerInstanceTopic Invocations Success Failed Avg Duration
{{ l.handler_name }} {% if l.owner in instance_owner_map %} {{ l.owner.split(".")[-1] }} {% else %} {{ l.owner }} {% endif %} {{ l.topic }} {{ l.total_invocations }} {{ l.successful }} {{ l.failed }} {{ "%.1f" | format(l.avg_duration_ms) }}ms
{% else %}

No bus listeners registered.

{% endif %}