PHASE-8: Instrumenting #9

Merged
krendelhoff merged 10 commits from phase-8-instrumenting into master 2025-08-23 13:54:08 +03:00
Showing only changes of commit 64513deaf8 - Show all commits

View file

@ -103,11 +103,11 @@
- [X] Test end-to-end client-server communication flow
## Phase 8: Server Instrumentation & Configuration
- [ ] Add `/metrics` HTTP endpoint for Prometheus collection
- [ ] Add `/debug/pprof` endpoint for performance profiling
- [ ] Create Dockerfile to build server image
- [ ] Implement configuration management using cleanenv library
- [ ] Read configuration from file with environment variable support
- [X] Add `/metrics` HTTP endpoint for Prometheus collection
- [X] Add `/debug/pprof` endpoint for performance profiling
- [X] Create Dockerfile to build server image
- [X] Implement configuration management using cleanenv library
- [X] Read configuration from file with environment variable support
## Directory Structure