{% extends "base.html" %} {% block content %}
{% if requests %}RPC | Count | {% if has_cost_data %}Cost | Cost % | {% endif %}
---|---|---|---|
{{item.0|escape}} | {{item.1}} | {% if has_cost_data %}{{item.2}} | {{item.4}}% | {% endif %}
{{subitem.0|escape}} | {{subitem.1}} | {{subitem.2}} | {{subitem.4}}% |
{{subitem.0|escape}} | {{subitem.1}} |
Path | #RPCs | {% if has_cost_data %}Cost | Cost% | {% endif %}#Requests | Most Recent requests |
---|---|---|---|---|---|
{{item.0|escape}} | {{item.1}} | {% if has_cost_data %}{{item.2}} | {{item.4}}% | {{item.5}} | {% for index in item.6 %} {% if index %} ({{index}}) {% else %} ... {% endif %} {% endfor %} |
{{subitem.0|escape}} | {{subitem.1|escape}} | {{subitem.2|escape}} | {{subitem.4}}% | {{item.2}} | {% for index in item.3 %} {% if index %} ({{index}}) {% else %} ... {% endif %} {% endfor %} | {% for subitem in item.4 %}
{{subitem.0|escape}} | {{subitem.1|escape}} |
Request | {% else %}Request | {% endif %}||||
---|---|---|---|---|---|
{% else %} | {% endif %} ({{forloop.counter}}) {{r.start_time_formatted}} "{{r.http_method|escape}} {{r.http_path|escape}}{{r.http_query|escape}}" {{r.http_status}} real={{r.duration_milliseconds}}ms api={{r.api_milliseconds}}ms overhead={{r.overhead_walltime_milliseconds}}ms {% if has_cost_data %} ({{r.combined_rpc_count}} RPC{{r.combined_rpc_count|pluralize}}, cost={{r.combined_rpc_cost_micropennies}}, billed_ops=[{{r.combined_rpc_billed_ops}}]) {% endif %} | ||||
{{item.service_call_name}} | {{item.total_amount_of_calls}} | {% if has_cost_data %}{{item.total_cost_of_calls_microdollars}} | {{item.total_billed_ops_str}} | {% endif %}