Commit graph

12 commits

Author SHA1 Message Date
069d416585 refactor(monitoring): remove django-prometheus integration
Replaced `django-prometheus` with the default Django components, including model mixins, database backends, and cache configuration. This change simplifies monitoring setup by removing unnecessary dependencies, reducing overhead, and improving compatibility.

**Details:**
- Removed Prometheus metrics endpoints and middleware.
- Updated database, cache, and model configurations to remove `django-prometheus`.
- Adjusted WSGI settings to integrate OpenTelemetry instrumentation instead of Prometheus.
- Updated dependency files and migration schemas accordingly.
2026-02-21 23:44:15 +03:00
39b841fcb2 2026.1 2026-01-25 23:16:38 +03:00
890957197c Extra: RUFF 2025-12-15 20:29:02 +03:00
1db40a85cf Fixes: 1) Correct metrics path in Prometheus configuration.
Extra: None.
2025-06-22 15:09:36 +03:00
a53a3dc788 Fixes: 1) Correct trailing slash in Prometheus metrics_path for 'app' job. 2025-06-22 14:55:55 +03:00
64f00d74c0 Fixes: 1) Remove unused metrics_path and scheme configurations from 'worker' job in Prometheus config;
Extra: None;
2025-06-16 17:38:29 +03:00
867c4d919b 2.8.0 released 2025-06-05 20:47:30 +03:00
5b2c642afc Features: Prometheus for celery workers 2025-06-05 19:36:57 +03:00
fcfa6fdc20 Fixes: fix prometheus.yml 2025-06-05 18:11:55 +03:00
4163606f0c Features: Prometheus password protection #2 2025-06-05 15:39:48 +03:00
30ac2ce0e5 Features: Prometheus password protection 2025-06-05 15:34:59 +03:00
a2d38cbdfb Features: Prometheus added 2025-06-05 15:16:59 +03:00