Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:26 +08:00
commit e10ddbbaa8
8 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for response-time-tracker skill
- [ ] api_endpoints.md: Documentation of the API endpoints being monitored.
- [ ] database_schema.md: Schema of the database tables used by the application.
- [ ] slo_definitions.md: Definitions of the Service Level Objectives (SLOs) for response times.
- [ ] optimization_techniques.md: A guide to common optimization techniques for improving response times.