{% endif %}
{% endfor %}
{% for key, value in record.meta_data.response.items %}
{% if key != "content" and key != "json" and key != "elapsed_ms" and key != "response_time_ms" and key != "content_size" and key != "content_type" and key != "status_code" and key != "reason" and key != "ok" and key != "encoding" and key != "url" %}
low_priority
{% if key == "headers" %}
rsp_header
{% else %}
{{ key }}
{% endif %}
{% if key == "headers" %}
{% for header_key, header_value in record.meta_data.response.headers.items %}