{
    "health": {
        "zero_nulls": {
            "status": "FAIL",
            "message": "Null cells detected"
        },
        "no_ties": {
            "status": "PASS",
            "message": "No scoring ties"
        }
    },
    "counts": {
        "profiles": 10,
        "components": 12,
        "workloads": 4,
        "core_entities": 4,
        "match_conditions": 10,
        "resolution_cells": 18,
        "null_cells": 2,
        "tie_count": 0,
        "audit_rows": 1395
    },
    "resolution_matrix": [],
    "recent_audit": [],
    "metrics_available": true,
    "prometheus_text": "# HELP contract_resolution_total Total successful profile resolutions\n# TYPE contract_resolution_total counter\n# HELP contract_resolution_fail_total Total failed profile resolutions\n# TYPE contract_resolution_fail_total counter\n# HELP contract_resolution_tie_total Total scoring ties detected\n# TYPE contract_resolution_tie_total counter\n# HELP contract_health_check_total Total health check executions\n# TYPE contract_health_check_total counter\n# HELP contract_resolution_seconds Profile resolution time in seconds\n# TYPE contract_resolution_seconds histogram\n# HELP contract_matrix_null_count Number of null cells in resolution matrix\n# TYPE contract_matrix_null_count gauge\n# HELP contract_matrix_tie_count Number of scoring ties in resolution matrix\n# TYPE contract_matrix_tie_count gauge\n# HELP contract_profiles_active Number of active profiles\n# TYPE contract_profiles_active gauge\n# HELP contract_components_active Number of active components\n# TYPE contract_components_active gauge\n# HELP contract_audit_rows Number of rows in resolution audit trail\n# TYPE contract_audit_rows gauge\n"
}