expose prometheus metrics, add health endpoint

This commit is contained in:
Denis Savosin
2024-10-07 11:04:00 +07:00
parent 89080e4ac4
commit 983a9badf2
5 changed files with 55 additions and 10 deletions

View File

@@ -3,9 +3,9 @@ Some simple checklist for this demo repo:
- [x] make migrations
- [x] make repository and models
- [x] make crud api
- [ ] make openapi documentation generation
- [x] make openapi documentation generation
- [x] connect to kafka to produce events
- [x] make kafka consumer
- [ ] register prometheus metrics
- [ ] expose prometheus metrics
- [x] expose prometheus metrics
- [ ] add otel collector