Web UI Port:
{{ web_ui_port }}
APM Server Port:
{{ apm_port }}
OTLP HTTP Port:
{{ otlp_http_port }}
OTLP GRPC Port:
{{ otlp_grpc_port }}
Proxying to Agent:
{{ 'Yes' if is_proxying else 'No' }}
{% if is_proxying %}
Agent URL:
{{ agent_url }}
{% endif %}
Snapshot Directory:
{{ snapshot_dir }}
VCR Enabled:
{{ 'Yes' if vcr_enabled else 'No' }}
Error Responses Disabled:
{{ 'Yes' if error_responses_disabled else 'No' }}
Max Requests in Memory:
{{ max_requests }}