edx / edx-arch-experiments

A plugin to include applications under development by the architecture team at edx
GNU Affero General Public License v3.0
0 stars 3 forks source link

Duplicate New Relic Dashboard and Alert search script for Datadog #786

Open robrap opened 3 months ago

robrap commented 3 months ago

AC:

We had a search script for NRQL in New Relic alerts and dashboards: https://github.com/openedx/edx-django-utils/blob/master/edx_django_utils/monitoring/scripts/new_relic_search.py.

This is very useful when changing names of teams or services or custom attributes, because you need to know about usage.

Here is a doc for monitor search in DD: https://docs.datadoghq.com/api/latest/monitors/#monitors-search

robrap commented 2 months ago

Note: If we decide to rename the lms workers, again this script would be useful.