II.
LibraryProcess JSON
Structured · livelib-process:performance-optimization--real-user-monitoring-setup
specializations/performance-optimization/real-user-monitoring-setup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:performance-optimization--real-user-monitoring-setup",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/performance-optimization/real-user-monitoring-setup",
"description": "Real User Monitoring (RUM) Setup - Implement RUM for frontend applications including script\ninjection, metric collection, user journey tracking, and performance correlation with backend.",
"libraryPath": "library/specializations/performance-optimization/real-user-monitoring-setup.js",
"specialization": "performance-optimization",
"references": [
"- Web Vitals: https://web.dev/vitals/",
"- Performance Observer API: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver"
],
"example": "const result = await orchestrate('specializations/performance-optimization/real-user-monitoring-setup', {\n projectName: 'E-commerce Website',\n rumProvider: 'datadog',\n applicationUrls: ['https://shop.example.com', 'https://checkout.example.com']\n});",
"usesAgents": [
"performance-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:performance-optimization--real-user-monitoring-setup",
"to": "skill-area:performance-monitoring-profiling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--real-user-monitoring-setup",
"to": "skill-area:profiling-cpu",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--real-user-monitoring-setup",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--real-user-monitoring-setup",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--real-user-monitoring-setup",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--real-user-monitoring-setup",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--real-user-monitoring-setup",
"to": "workflow:engineering-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--real-user-monitoring-setup",
"to": "specialization:performance-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--real-user-monitoring-setup",
"to": "lib-agent:software-architecture--performance-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}