You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Traffic Ops monitoring.json is missing DeliveryServices. This is mostly ok, because the Monitor is smart enough to copy them in from the CRConfig. But, the CRConfig doesn't have thresholds. So, Delivery Service thresholds are broken, until this is fixed.
Traffic Ops
monitoring.jsonis missing DeliveryServices. This is mostly ok, because the Monitor is smart enough to copy them in from the CRConfig. But, the CRConfig doesn't have thresholds. So, Delivery Service thresholds are broken, until this is fixed.It looks like the bug is that the endpoint is only using DS Profiles which are also a Router Profile. See https://github.com/apache/trafficcontrol/blob/master/traffic_ops/traffic_ops_golang/monitoring/monitoring.go#L350
It may be as simple as removing that line, and the join above it.