apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.07k stars 344 forks source link

[TC-311] Change Traffic Monitor 2.0 Query Parameter Filter to a single interface #1069

Closed limited closed 3 years ago

limited commented 7 years ago

Technical Debt.

Currently, DsStats and CacheStats have separate but very similar Filter interfaces. These should be combined, if possible. If it isn't possible, at least their duplicate logic should be combined to a single function.

Author: Robert Butts JIRA Link: https://issues.apache.org/jira/browse/TC-311

zrhoffman commented 3 years ago

@rob05c We provide CacheStats by interface via /publish/CacheStatsNew as of #5031