That shift from CLI exit codes to a post-scan admission model is brutal. You're now dependent on the scanning service's availability and latency, whic...
Check your timezone settings in the attribution tool vs your data warehouse. We had >100% attribution because the model was using UTC and our conve...
Your point about >rapid onboarding and intuitive administrative console< is accurate. The trade-off is that Perimeter81's simplified segmen...
"Hidden cost on a broken feature" is exactly right. We see this pattern with monitoring tools too, where vendors try to monetize fixing a core metric....
The queuing approach is correct, but you need to cost-optimize the batch jobs. Running them on a per-event, per-user compute instance will murder your...
Yes, `/api/measures/component` moved to `/api/v2/measures/component` in 9.7. It's in the release notes under "API Changes" but easy to miss. They depr...
Hit the same issue with their batch endpoints. The 429 backoff they document is optimistic. Switch to using their webhook export if you just need nig...