openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

feat: new relic code_owner audit script #123

Closed robrap closed 3 years ago

robrap commented 3 years ago

Description:

Add script new_relic_code_owner_audit.py to help audit New Relic alert policies and dashboards for uses of 'code_owner'. This is to aid the transition from the 'code_owner' to 'code_owner_squad' custom attribute.

JIRA:

ARCHBOM-1783

Notes to Reviewer:

I'm not concerned with the script being perfect. It worked for my purposes, and might be useful for creating a different script to help squads who need to change their names. Mostly, I just want to have access to this in the future. I know it could be improved with helpers, etc.

Merge checklist: