Skip to content

feat: migrate to mitol-django-observability plugin#3821

Open
blarghmatey wants to merge 1 commit intomasterfrom
feat/mitol-django-observability
Open

feat: migrate to mitol-django-observability plugin#3821
blarghmatey wants to merge 1 commit intomasterfrom
feat/mitol-django-observability

Conversation

@blarghmatey
Copy link
Member

Summary

Migrate to mitol-django-observability — the new shared plugin that consolidates OpenTelemetry tracing and structured logging configuration.

Changes

  • Remove LOGGING dict (syslog handler) and LOG_HOST/LOG_HOST_PORT env reads from settings.py
  • Add mitol.observability.apps.ObservabilityConfig to INSTALLED_APPS
  • Import LOGGING from mitol.observability.settings.logging
  • Update pyproject.toml: add mitol-django-observability dep

Depends on

Requires mitol-django-observability to be published to PyPI (see ol-django#407).

Replace bespoke logging configuration with the new
mitol-django-observability shared plugin.

Changes:
- Remove LOGGING dict (syslog handler) from settings.py
- Remove LOG_HOST/LOG_HOST_PORT env reads
- Add 'mitol.observability.apps.ObservabilityConfig' to INSTALLED_APPS
- Import LOGGING from mitol.observability.settings.logging
- Update pyproject.toml: add mitol-django-observability dep

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant