@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/api-grpc-health-checking-for-agent-clients>
  a schema:TechArticle ;
  schema:headline "API gRPC Health Checking for Agent Clients" ;
  schema:url <https://anchorfact.org/computer-science/api-grpc-health-checking-for-agent-clients/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.685" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-grpc-health-checking-for-agent-clients>
  schema:citation <https://grpc.io/docs/guides/health-checking/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-grpc-health-checking-for-agent-clients>
  schema:citation <https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe> ;
  af:sourceTier "B" .