Resolve "Limit Cypress Prometheus Targets Test"
General MR
Summary
Limit the query size to still satisfy the cypress test
We would most likely hit this in "large" deployments -- lot's of packages enabled. I've tested locally and also using a bigbang umbrella branch with a large set of changes/packages:
Relevant logs/screenshots
Payload size differences:
$ curl -L https://prometheus.dev.bigbang.mil/api/v1/targets > /dev/null
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 32.0M 0 32.0M 0 0 62.0M 0 --:--:-- --:--:-- --:--:-- 62.1M
curl -L https://prometheus.dev.bigbang.mil/api/v1/targets?state=active > /dev/null
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1444k 0 1444k 0 0 25.6M 0 --:--:-- --:--:-- --:--:-- 26.1M
Linked Issue
For #348 (closed)
Upgrade Notices
n/a
Edited by Michael Martin

