The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "in_latency_window": [
        {
            "address": "b:27017", 
            "avg_rtt_ms": 5, 
            "tags": {
                "data_center": "nyc"
            }, 
            "type": "RSSecondary"
        }
    ], 
    "operation": "read", 
    "read_preference": {
        "mode": "SecondaryPreferred", 
        "tag_sets": [
            {
                "data_center": "nyc"
            }
        ]
    }, 
    "suitable_servers": [
        {
            "address": "b:27017", 
            "avg_rtt_ms": 5, 
            "tags": {
                "data_center": "nyc"
            }, 
            "type": "RSSecondary"
        }, 
        {
            "address": "c:27017", 
            "avg_rtt_ms": 100, 
            "tags": {
                "data_center": "nyc"
            }, 
            "type": "RSSecondary"
        }
    ], 
    "topology_description": {
        "servers": [
            {
                "address": "b:27017", 
                "avg_rtt_ms": 5, 
                "tags": {
                    "data_center": "nyc"
                }, 
                "type": "RSSecondary"
            }, 
            {
                "address": "c:27017", 
                "avg_rtt_ms": 100, 
                "tags": {
                    "data_center": "nyc"
                }, 
                "type": "RSSecondary"
            }, 
            {
                "address": "a:27017", 
                "avg_rtt_ms": 26, 
                "tags": {
                    "data_center": "nyc"
                }, 
                "type": "RSPrimary"
            }
        ], 
        "type": "ReplicaSetWithPrimary"
    }
}