schon/schon
Egor fureunoir Gorbunov 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
..
locale 2026.1 2026-01-26 03:23:41 +03:00
settings refactor(monitoring): remove django-prometheus integration 2026-02-21 23:44:15 +03:00
utils 2026.1 2026-01-26 03:23:41 +03:00
__init__.py 2026.1 2026-01-25 23:16:38 +03:00
asgi.py 2026.1 2026-01-25 23:16:38 +03:00
celery.py 2026.1 2026-01-25 23:16:38 +03:00
celery_serializers.py 2026.1 2026-01-25 23:16:38 +03:00
i18n.py 2026.1 2026-01-25 23:16:38 +03:00
middleware.py 2026.1 2026-01-25 23:16:38 +03:00
pagination.py feat(core): improve XML formatting and validation rules 2026-01-30 14:43:52 +03:00
signal_processors.py 2026.1 2026-01-25 23:16:38 +03:00
urls.py refactor(monitoring): remove django-prometheus integration 2026-02-21 23:44:15 +03:00
wsgi.py refactor(monitoring): remove django-prometheus integration 2026-02-21 23:44:15 +03:00