II.
LibraryProcess overview
Reference · livelib-process:performance-optimization--distributed-tracing-implementation
specializations/performance-optimization/distributed-tracing-implementation overview
Distributed Tracing Implementation - Implement comprehensive distributed tracing for microservices including context propagation, span configuration, sampling strategies, and trace analysis.
Attributes
displayName
specializations/performance-optimization/distributed-tracing-implementation
description
Distributed Tracing Implementation - Implement comprehensive distributed tracing for microservices
including context propagation, span configuration, sampling strategies, and trace analysis.
libraryPath
library/specializations/performance-optimization/distributed-tracing-implementation.js
specialization
performance-optimization
references
- - OpenTelemetry: https://opentelemetry.io/docs/
- - Jaeger: https://www.jaegertracing.io/docs/
- - Zipkin: https://zipkin.io/
example
const result = await orchestrate('specializations/performance-optimization/distributed-tracing-implementation', {
projectName: 'E-commerce Platform',
tracingBackend: 'jaeger',
services: ['api-gateway', 'catalog-service', 'cart-service', 'payment-service']
});
usesAgents
- performance-engineer
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:performance-optimization·Specialization
lib_covers_topic1
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow1
- workflow:performance-profiling-cycle·WorkflowPerformance Profiling Cycle
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area3
- skill-area:performance-monitoring-profiling·SkillAreaPerformance Monitoring and Profiling
- skill-area:profiling-cpu·SkillAreaCPU Profiling
- skill-area:distributed-tracing·SkillAreaDistributed Tracing
uses_agent1
- lib-agent:software-architecture--performance-engineer·LibraryAgentperformance-engineer
Incoming edges
None.