Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:56 +08:00
commit c96959a7a7
8 changed files with 187 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for distributed-tracing-setup skill
- [ ] setup_jaeger.sh: Automates the deployment and configuration of a Jaeger instance for trace collection.
- [ ] instrument_service.py: Automatically instruments a microservice with OpenTelemetry SDK based on provided configuration.
- [ ] validate_tracing.py: Validates that tracing is correctly configured by sending test requests and verifying trace data.