Python Web API
URL: http://109.199.120.120:8888 Technology: Python (Flask/FastAPI) The Python Web API is a utility backend service in the Coderz Stack. It handles lightweight API operations, and like the .NET API, is fully monitored via Prometheus and logged to ELK.Health Check
Structured Logging
The Python API writes structured JSON logs to stdout, which are captured by Filebeat and shipped to Logstash → Elasticsearch → Kibana. Example log entry:View Logs in Kibana
Monitoring in Grafana
The Python Web API metrics are scraped by Prometheus via its/metrics endpoint and displayed alongside the .NET API in the Coderz Stack Home dashboard.