m-lab / prometheus-support

Prometheus configuration for M-Lab running on GKE
Apache License 2.0
19 stars 11 forks source link

Eliminates all usage of "ndt.iupui" and "neubot.mlab" #1028

Closed nkinkade closed 7 months ago

nkinkade commented 7 months ago

We haven't used experiment names or DNS names of "ndt.iupui" or "ndt-iupui" or "neubot.mlab" or "neubot-mlab" in a very long time. And, recently we even removed the experiments of those names from experiments.jsonnet in site. This PR remove all references to those old names and replaces them, where appropriate, with just "ndt' and "neubot".

One of the primary changes in this PR is to remove "iupui" and "mlab" from the --select flag of mlabconfig.py, such that it generates blackbox_exporter and script_exporter targets with the proper names, which should clear a staging MlabNS_NdtMetricsMissing alert we got for missing metrics.

Though they aren't used any longer, and are probably broken in several ways, I also went ahead and removed references to those old experiment names from a couple of MLABNS dashboards.


This change is Reviewable