diff --git a/README.md b/README.md index c669d2f..6a89142 100644 --- a/README.md +++ b/README.md @@ -477,10 +477,6 @@ The `.env.example` file contains all variables. Run `make setup` to copy it to ` | Redpanda Console (Kafka UI) | http://localhost:8080 | Browse topics, consumer groups, messages | | Mongo Express | http://localhost:8081 | Browse MongoDB collections | | Mailpit | http://localhost:8025 | Captures all outbound email (dev only) | -| Prometheus | http://localhost:9090 | Metrics query and alerting rules | -| Grafana | http://localhost:3010 | Pre-built dashboards (admin / admin) | -| Jaeger UI | http://localhost:16686 | Distributed trace explorer | -| Loki / Grafana Explore | http://localhost:3010/explore | Log aggregation query UI | --- diff --git a/services/payment-service/requirements.txt b/services/payment-service/requirements.txt index c76fe29..d698fa0 100644 --- a/services/payment-service/requirements.txt +++ b/services/payment-service/requirements.txt @@ -7,4 +7,4 @@ pydantic-settings==2.5.2 aiokafka==0.11.0 prometheus-fastapi-instrumentator==7.0.0 razorpay==1.4.1 -setuptools==75.1.0 +setuptools==78.1.1