{% extends "skeleton.html" %} {% block page_title %}Instances{% endblock %} {% block page_head %} {% endblock %} {% block body %}
Latency (ms) | QPS | Total Requests | Logs | Runtime | |
---|---|---|---|---|---|
{{ module.name }} | {% if module.runtime == "vm" %} vm: {% endif %} {{ module.effective_runtime }} | ||||
{% if module.supports_individually_addressable_instances %} {% endif %} {{ instance.instance_id }} {% if module.supports_individually_addressable_instances %} {% endif %} | {{ '%0.1f'|format(instance.get_latency_60s() * 1000) }} | {{ '%0.2f'|format(instance.get_qps_60s()) }} | {{ instance.total_requests }} | {% if module.runtime == "vm" %}Logs | {% endif %}