Wrap up metrics library

This commit is contained in:
2025-09-03 15:43:26 -04:00
parent 18b0a642bf
commit b8eb00e313
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
- [ ] Implement `DELETE /v1/retention/<policy_id>` endpoint for retention policy removal
### Infrastructure & Tooling
- [ ] Implement thread-safe Prometheus metrics library and serve `GET /metrics` endpoint
- [x] Implement thread-safe Prometheus metrics library and serve `GET /metrics` endpoint
- [ ] Implement gperf-based HTTP routing for efficient request dispatching
- [ ] Implement HTTP client for S3 interactions
- [ ] Design `HttpClient` class following WeaselDB patterns (factory creation, arena allocation, RAII)