UsefulLinks
Computer Science
Distributed Systems
Distributed Tracing
1. Fundamentals of Distributed Systems
2. Introduction to Observability
3. Core Concepts of Distributed Tracing
4. Context Propagation
5. Instrumentation Fundamentals
6. Language-Specific Implementation
7. Framework and Library Integration
8. Service Mesh and Infrastructure
9. Sampling Strategies
10. Data Collection and Processing
11. Storage and Backends
12. Open Source Tracing Systems
13. Standards and Protocols
14. Trace Analysis and Visualization
15. Debugging with Distributed Tracing
16. Advanced Tracing Concepts
17. Security and Privacy
18. Performance and Optimization
19. Production Deployment
20. Cost Management and Economics
10.
Data Collection and Processing
10.1.
Tracing Agents
10.1.1.
Agent Architecture
10.1.2.
Local Data Collection
10.1.3.
Buffering Strategies
10.1.4.
Agent Configuration
10.2.
OpenTelemetry Collector
10.2.1.
Collector Architecture
10.2.2.
Receivers
10.2.2.1.
OTLP Receiver
10.2.2.2.
Jaeger Receiver
10.2.2.3.
Zipkin Receiver
10.2.3.
Processors
10.2.3.1.
Batch Processor
10.2.3.2.
Memory Limiter
10.2.3.3.
Attribute Processor
10.2.3.4.
Sampling Processor
10.2.4.
Exporters
10.2.4.1.
Backend Exporters
10.2.4.2.
File Exporters
10.2.4.3.
Logging Exporters
10.3.
Data Pipeline Design
10.3.1.
Buffering and Batching
10.3.2.
Data Transformation
10.3.3.
Error Handling
10.3.4.
Backpressure Management
10.4.
Data Enrichment
10.4.1.
Metadata Addition
10.4.2.
Resource Attribution
10.4.3.
Environment Tagging
10.4.4.
Correlation with Other Signals
Previous
9. Sampling Strategies
Go to top
Next
11. Storage and Backends