{
  "test_id": "T31",
  "verdict": "pass",
  "observed": "annotation 적용 전에는 client istio-proxy의 /stats/prometheus 출력에서 envoy_http_downstream_rq_active 매치 라인 수가 0으로 확인됨. pod에 proxy.istio.io/config={\"proxyStatsMatcher\":{\"inclusionRegexps\":[\".*downstream_rq_active.*\"]}} 어노테이션을 매니페스트에 반영해 pod를 재생성한 뒤에는 매치 라인 수가 13(TYPE 라인 1개 + inbound/outbound 리스너별 게이지 12개)으로 나타나 0에서 양수로 전환됨. 참고로 envoy_cluster_upstream_rq_active{cluster_name=\"xds-grpc\"}는 annotation 없이도 기본값으로 이미 노출되어 있어, 이는 컨트롤플레인 커넥션 관련 별도 기본 포함 stat이고 http_downstream_rq_active(HCM 단위 상세 stat)와는 다른 범주임이 함께 확인됨.",
  "claims": [
    {
      "doc": "gt__src-runbook",
      "cid": "C8",
      "empirical": "supports-claim",
      "note": "기본 설정에서 envoy_http_downstream_rq_active가 /stats/prometheus에 노출되지 않고(count=0), proxyStatsMatcher.inclusionRegexps 추가+pod 재생성 후에만 노출됨(count=13)을 실측으로 확인."
    },
    {
      "doc": "gt__src-w6-production-apply",
      "cid": "C5",
      "empirical": "supports-claim",
      "note": "동일한 실측 결과(annotation 전 0건, 후 13건)가 이 claim이 기술하는 proxyStatsMatcher.inclusionRegexps 필요성을 그대로 뒷받침함."
    }
  ]
}
