Contents
Distributions
Top tasks
- Top tasks by runs
- Top tasks by max runtime
- Top tasks by avg runtime
- Top tasks by failed runs
- Top tasks by retried runs
Throughput
Queue
Task runs by state
{% include "admin/taskmonitor/tasklog/report_piechart_partial.html" with report_name="task_runs_by_state" %}Task runs by app
{% include "admin/taskmonitor/tasklog/report_piechart_partial.html" with report_name="task_runs_by_app" %}Throughput in task executions per minute
{% include "admin/taskmonitor/tasklog/report_table_partial.html" with report_name="tasks_throughput" disable_percent="yes" %}Top {{ MAX_TOP }} tasks by runs
{% include "admin/taskmonitor/tasklog/report_barchart_partial.html" with report_name="tasks_top_runs" %}Top {{ MAX_TOP }} tasks by max instance runtime in seconds
{% include "admin/taskmonitor/tasklog/report_barchart_partial.html" with report_name="tasks_top_max_runtime" %}Top {{ MAX_TOP }} tasks by average instance runtime in seconds
{% include "admin/taskmonitor/tasklog/report_barchart_partial.html" with report_name="tasks_top_avg_runtime" %}Top {{ MAX_TOP }} tasks by failed runs
{% include "admin/taskmonitor/tasklog/report_barchart_partial.html" with report_name="tasks_top_failed" %}Top {{ MAX_TOP }} tasks by retried runs
{% include "admin/taskmonitor/tasklog/report_barchart_partial.html" with report_name="tasks_top_retried" %}Task throughput per minute by state
{% include "admin/taskmonitor/tasklog/report_throughput_chart_partial.html" with report_name="tasks_throughput_by_state" %}Task throughput per minute by app
{% include "admin/taskmonitor/tasklog/report_throughput_chart_partial.html" with report_name="tasks_throughput_by_app" %}Queue length over time
{% include "admin/taskmonitor/tasklog/report_throughput_chart_partial.html" with report_name="queue_length_over_time" %}Total of {% if total_runs > 1000000 %} {{ total_runs|intword }} {% else %} {{ total_runs|intcomma }} {% endif %} task logs spanning {{ newest_date|timeuntil:oldest_date }}. This data is cached. All data of this app is stored for a maxmimum of {{ data_max_age }} hours.