## Summary
Using IP reputation filter variables in an AbuseFilter will result in additional time needed to generate the variables for an AbuseFilter. We want a way to track how much time is being spent, to track anomalies and avoid disrupting the editing workflow process.
## Background
- Creating an IP reputation AbuseFilter variable will result in an HTTP request to #ipoid-service for a given IP address. (The results from the request are cached for 1 minute.)
- There is a max request timeout of 2 seconds for queries to IPoid from AbuseFilter via the IPReputation service.
##User story
As a TSP engineer, I want to monitor latencies involved in IP reputation variables in AbuseFilter, to avoid adding significant slowdown to edits.
## Technical notes
TBD
## Acceptance criteria
- [ ] Grafana dashboard for monitoring latencies