Files
edx-platform/lms/djangoapps/monitoring
Robert Raposa ef51a44794 move CodeOwnerMetricMiddleware from LMS (#24508)
The CodeOwnerMetricMiddleware is being moved from
edx-platform to edx-django-utils so it can be used
in multiple IDAs.

ARCHBOM-1356
2020-07-17 11:35:40 -04:00
..

This directory contains utilities for adding a code_owner custom metric for help with split-ownership of the LMS.

For details on the decision to implement the code_owner custom metric, see:
lms/djangoapps/monitoring/docs/decisions/0001-monitoring-by-code-owner.rst

Originally, this directory contained the ``CodeOwnerMetricMiddleware``, but that has since been moved to:
https://github.com/edx/edx-django-utils/tree/master/edx_django_utils/monitoring/code_owner

This directory continues to contain scripts that can help generate the appropriate ownership mappings for the LMS.