This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Description
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
Traffic Monitor marks topology-based delivery services as unavailable. From the logs:
cache.go :375 : 2020 - 07 - 24 T14:23 :49.450102741 Z: CRConfig does not have delivery service demo1 , but traffic monitor poller does ; skipping
trafficmonitor_1 | INFO : stat.go :54 : 2020 - 07 - 24 T14:20 :08.753631349 Z: CreateStats not adding availability data for 'edge ': not found in DeliveryServices
trafficmonitor_1 | INFO : stat.go :54 : 2020 - 07 - 24 T14:20 :08.753641187 Z: CreateStats not adding availability data for 'mid ': not found in DeliveryServices
trafficmonitor_1 | INFO : stat.go :136 : 2020 - 07 - 24 T14 :20 :08.753646906 Z: CreateStats not adding disabledLocations for 'demo1 ': not found in Stats
Expected / new behavior:
Topology-based delivery services should have the potential to be marked as available. Expected output:
trafficmonitor_1 | 1595954995.290 host = "demo1" , type = Delivery Service , available = true , msg = "available caches"
trafficmonitor_1 | 1595954995.290 host = "demo1" , type = DELIVERYSERVICE , available = true , msg = "REPORTED - available"
Minimal reproduction of the problem with instructions:
Make topology-based delivery service
Perform CDN snapshot
Look at Traffic Monitor logs
Reactions are currently unavailable