{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Source" %} | {{ health.source.name }} |
|---|---|
| {% trans "Source status" %} | {{ health.source.status }} |
| {% trans "Source URL" %} | {{ health.source.url }} |
| {% trans "Branching available" %} | {{ health.runtime.branching_available|yesno:"Yes,No" }} |
| {% trans "Max changes per staging item" %} | {{ health.runtime.max_changes_per_staging_item }} |
| {% trans "Forward API timeout" %} | {{ health.runtime.source_timeout_seconds|placeholder }} |
| {% trans "Worker timeout" %} | {{ health.runtime.rq_default_timeout_seconds|placeholder }} |
| {% trans "Pushdown alert thresholds" %} | {% with thresholds=health.runtime.pushdown_alert_thresholds %} fallback={{ thresholds.fallback_warn_rate|placeholder }}, runtime={{ thresholds.runtime_fallback_warn_share|placeholder }}, diff={{ thresholds.diff_warn_ratio|placeholder }} {% endwith %} |
| {% trans "Snapshot selection" %} | {{ health.runtime.snapshot_selector|placeholder }} |
| {% trans "Next run" %} |
{{ health.next_run.message }}
{% if health.next_run.blockers %}
|
| {% trans "Budget status" %} | {% if budget.status == "passed" %} {% trans "Pass" %} {% elif budget.status == "failed" %} {% trans "Fail" %} {% elif budget.status == "warning" %} {% trans "Warn" %} {% else %} {{ budget.status|placeholder }} {% endif %} |
|---|---|
| {% trans "Configured rate" %} | {{ metrics.configured_requests_per_minute|placeholder }} / {{ metrics.hard_block_requests_per_minute|placeholder }} rpm |
| {% trans "Observed rate" %} | {{ metrics.observed_http_attempts_per_minute|placeholder }} rpm {% if metrics.observed_rate_sample_complete %} ({% trans "sampled" %}) {% endif %} |
| {% trans "HTTP attempts" %} | {{ counters.http_attempts|placeholder }} |
| {% trans "HTTP 429 failures" %} | {{ counters.http_429_failures|placeholder }} |
| {% trans "NQE calls" %} | query={{ counters.nqe_query_calls|placeholder }}, diff={{ counters.nqe_diff_calls|placeholder }}, unique={{ counters.nqe_execution_signature_count|placeholder }}, repeated={{ counters.nqe_repeated_execution_count|placeholder }}, pages={{ counters.nqe_pages|placeholder }} |
| {% trans "Throttle sleep" %} | {{ metrics.throttle_sleep_seconds|placeholder }} s |
| {% trans "Query parameters" %} |
{% with param_summary=health.api_usage.step_query_parameters %}
{% if param_summary.available %}
{{ param_summary.step_count }} {% trans "step(s) with explicit parameters" %}
|
| {% trans "Warnings" %} | {{ budget.warnings }} |
| {% trans "Failure reasons" %} | {{ budget.failure_reasons }} |
{% trans "No stored Forward API usage evidence is available for the latest ingestion." %}
{% endif %}| {% trans "Models primed" %} | {{ health.dependency_lookup_cache.model_count|placeholder }} |
|---|---|
| {% trans "Rows processed" %} | {{ health.dependency_lookup_cache.row_count|placeholder }} |
| {% trans "Primed targets" %} | {{ health.dependency_lookup_cache.primed_target_count|placeholder }} |
{% trans "No dependency lookup cache evidence is available for the latest ingestion." %}
{% endif %}| {% trans "Integration" %} | {{ integration.app_label|placeholder }} |
|---|---|
| {% trans "Installed" %} | {{ integration.installed|yesno:"Yes,No" }} |
| {% trans "Installed version" %} | {{ integration.version|placeholder }} |
| {% trans "Required version" %} | {{ integration.required_version|placeholder }} |
| {% trans "Package" %} | {{ integration.package_name|placeholder }} |
| {% trans "Available" %} | {{ integration.available|yesno:"Yes,No" }} |
| {% trans "Availability status" %} | {{ integration.availability_status|placeholder }} |
| {% trans "Availability reason" %} | {{ integration.availability_reason|placeholder }} |
| {% trans "Version matches" %} | {{ integration.version_matches|yesno:"Yes,No" }} |
| {% trans "Required models missing" %} | {{ integration.missing_required|length }} |
| {% trans "Command inventory entries" %} | {{ integration.command_inventory_count }} |
{% trans "No optional plugin capability evidence is available." %}
{% endfor %}| {% trans "Check" %} | {% trans "Status" %} | {% trans "Message" %} |
|---|---|---|
| {{ check.name }} | {% if check.status == "pass" %} {% trans "Pass" %} {% elif check.status == "fail" %} {% trans "Fail" %} {% elif check.status == "warn" %} {% trans "Warn" %} {% else %} {% trans "Info" %} {% endif %} | {{ check.message }} |
| {% trans "No checks available" %} | ||
| {% trans "Raw query maps" %} | {{ health.query_modes.query }} |
|---|---|
| {% trans "Direct query ID maps" %} | {{ health.query_modes.query_id }} |
| {% trans "Repository path maps" %} | {{ health.query_modes.query_path }} |
| {% trans "Diff-capable maps" %} | {{ health.query_modes.diff_capable }} |
| {% trans "Data-file-dependent maps" %} | {{ health.query_modes.data_file_maps|length }} {% if health.query_modes.data_file_maps %} {% trans "Export Live Data File Check" %} {% endif %} |
| {% trans "Query path specs" %} | {{ resolution.total_query_path_specs|placeholder }} |
|---|---|
| {% trans "Resolved specs" %} | {{ resolution.resolved_spec_count|placeholder }} |
{% trans "No query-path resolution telemetry is available for the latest ingestion." %}
{% endif %} {% endwith %}| {% trans "Maps assessed" %} | {{ health.query_drift_summary.total_maps|placeholder }} |
|---|---|
| {% trans "Warn / info / pass" %} | {{ health.query_drift_summary.warn_count }}/{{ health.query_drift_summary.info_count }}/{{ health.query_drift_summary.pass_count }} |
| {% trans "Remediation actions" %} |
{% if health.query_drift_summary.remediation_actions %}
|
| {% trans "Map" %} | {% trans "Mode" %} | {% trans "Commit" %} | {% trans "Status" %} | {% trans "Message" %} | {% trans "Remediation" %} |
|---|---|---|---|---|---|
| {{ item.name }} | {{ item.mode }} | {{ item.commit_message }} | {% if item.severity == "pass" %} {{ item.status_label|default:item.status }} {% elif item.severity == "warn" %} {{ item.status_label|default:item.status }} {% else %} {{ item.status_label|default:item.status }} {% endif %} | {{ item.message }} | {{ item.remediation|default:"" }} |
| {% trans "No local query drift diagnostics available" %} | |||||
| {% trans "Selected engines" %} | {{ health.apply_engines.selected }} |
|---|---|
| {% trans "Fallback reasons" %} | {{ health.apply_engines.fallback_reasons }} |
| {% trans "Fetch modes" %} | {{ health.fetch_contracts.modes }} |
|---|---|
| {% trans "Shard-safe models" %} | {{ health.fetch_contracts.shard_safe_count }} |
| {% trans "Model-fetch fallbacks" %} | {{ health.fetch_contracts.model_fallback_count }} |
| {% trans "Backfilled devices" %} | {% if health.collection_gap.status == "danger" %} {{ health.collection_gap.backfilled_count }} {% elif health.collection_gap.status == "warn" %} {{ health.collection_gap.backfilled_count }} {% else %} {{ health.collection_gap.backfilled_count }} {% endif %} |
|---|---|
| {% trans "Status" %} | {{ health.collection_gap.message }} |
| {% trans "Out-of-scope devices" %} | {% if health.out_of_scope.status == "warn" %} {{ health.out_of_scope.out_of_scope_count }} {% else %} {{ health.out_of_scope.out_of_scope_count }} {% endif %} |
|---|---|
| {% trans "Status" %} | {{ health.out_of_scope.message }} |
| {% trans "Tracked models" %} | {{ health.density_learning.model_count|placeholder }} |
|---|---|
| {% trans "High confidence models" %} | {{ health.density_learning.high_confidence_count|placeholder }} |
| {% trans "Medium confidence models" %} | {{ health.density_learning.medium_confidence_count|placeholder }} |
| {% trans "Low confidence models" %} | {{ health.density_learning.low_confidence_count|placeholder }} |
| {% trans "Model" %} | {% trans "Learned density" %} | {% trans "Default density" %} | {% trans "Samples" %} | {% trans "Confidence" %} |
|---|---|---|---|---|
| {{ item.model }} | {{ item.learned_density|placeholder }} | {{ item.default_density|placeholder }} | {{ item.sample_count|placeholder }} | {{ item.confidence|placeholder }} |
| {% trans "No density learning samples are available yet" %} | ||||
| {% trans "Latest validation" %} | {% if health.latest_validation %} {{ health.latest_validation.status }}{% if health.latest_validation.allowed %} ({% trans "allowed" %}){% endif %} {% else %} {{ ""|placeholder }} {% endif %} |
|---|---|
| {% trans "Latest ingestion" %} | {% if health.latest_ingestion %} {{ health.latest_ingestion.name }}{% if health.latest_ingestion.baseline_ready %} ({% trans "baseline ready" %}{% if health.latest_ingestion.sync_mode %}, {% trans "sync mode" %}: {{ health.latest_ingestion.sync_mode }}{% endif %}){% elif health.latest_ingestion.sync_mode %} ({% trans "sync mode" %}: {{ health.latest_ingestion.sync_mode }}){% endif %} {% else %} {{ ""|placeholder }} {% endif %} |
| {% trans "Latest branch" %} | {% if health.latest_ingestion.branch %} {{ health.latest_ingestion.branch }} ({{ health.latest_ingestion.branch_status|placeholder }}) {% else %} {{ ""|placeholder }} {% endif %} |
| {% trans "Ownership finalization" %} | {% if health.ownership_finalization.complete %} {% trans "Complete" %} {% elif health.ownership_finalization.failed_domains %} {% trans "Failed" %}: {{ health.ownership_finalization.failed_domains|join:", " }} {% elif health.ownership_finalization.pending_domains %} {% trans "Pending" %}: {{ health.ownership_finalization.pending_domains|join:", " }} {% else %} {{ ""|placeholder }} {% endif %} |
| {% trans "Phase" %} | {{ health.delete_wave.phase|placeholder }} |
|---|---|
| {% trans "Summary" %} | {{ health.delete_wave.message }} |
| {% trans "Deleted objects" %} | {{ health.delete_wave.latest_ingestion.deleted_change_count|placeholder }} |
| {% trans "Dependency skip issues" %} | {{ health.delete_wave.latest_ingestion.dependency_skip_issues.count|placeholder }} |
| {% trans "Branch" %} | {{ health.latest_ingestion.branch|placeholder }} |
|---|---|
| {% trans "Branch status" %} | {{ health.latest_ingestion.branch_status|placeholder }} |
| {% trans "Stage job" %} | {{ health.latest_ingestion.stage_job_status|placeholder }} |
| {% trans "Merge job" %} | {{ health.latest_ingestion.merge_job_status|placeholder }} |
| {% trans "Applied / failed / skipped changes" %} | {{ health.latest_ingestion.applied_change_count|placeholder }} / {{ health.latest_ingestion.failed_change_count|placeholder }} / {{ health.latest_ingestion.skipped_change_count|placeholder }} |
| {% trans "Ingestion issues" %} | {{ health.latest_ingestion.issue_count|placeholder }} |