II.
LibraryProcess JSON
Structured · livelib-process:network-programming--health-check-system
specializations/network-programming/health-check-system json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:network-programming--health-check-system",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/network-programming/health-check-system",
"description": "Health Check System - Build a comprehensive health checking framework with multiple probe types,\nconfigurable intervals, alerting integration, and dashboard visualization.",
"libraryPath": "library/specializations/network-programming/health-check-system.js",
"specialization": "network-programming",
"references": [
"- Consul Health Checks: https://developer.hashicorp.com/consul/docs/services/usage/checks",
"- Kubernetes Probes: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/"
],
"example": "const result = await orchestrate('specializations/network-programming/health-check-system', {\n projectName: 'Infrastructure Health Monitor',\n language: 'Go',\n probeTypes: ['tcp', 'http', 'grpc', 'dns'],\n features: { alerting: true, dashboard: true, distributed: true }\n});",
"usesAgents": [
"load-balancer",
"network-testing"
]
},
"outgoingEdges": [
{
"from": "lib-process:network-programming--health-check-system",
"to": "skill-area:protocol-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--health-check-system",
"to": "skill-area:socket-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--health-check-system",
"to": "topic:circuit-breakers",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--health-check-system",
"to": "domain:networking",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--health-check-system",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--health-check-system",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--health-check-system",
"to": "workflow:protocol-implementation-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--health-check-system",
"to": "specialization:network-programming",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}