Files
edx-platform/lms/djangoapps/monitoring
Tim McCormack ce3d1a3207 feat: Stop code owner mapping script with error when URL can't be matched (#32012)
We don't actually review the output of this script for warnings, and had
been missing a mapping. This turns it into an error so we'll notice in the
future.
2023-04-06 16:19:46 +00:00
..
2021-02-02 11:39:28 +05:00

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

For details on the decision to implement the code_owner custom attribute, 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/openedx/edx-django-utils/tree/master/edx_django_utils/monitoring/code_owner
and renamed ``CodeOwnerMonitoringMiddleware``.

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