Hi all! I rely on the drilldown API to publish high-level usage metrics for our users at https://api.waterdata.usgs.gov/docs/ogcapi/metrics/ .
We use this to show traffic per day to some key endpoints. My understanding is that this API only publishes daily metrics for the top 10 paths at a given depth, and rolls the rest into an "other" category. Some of our most important endpoints aren't actually included in this top 10, which means we can't include them in this breakout easily using the same pull as the rest of our graph.
Is there any way to send an argument and request additional endpoints in the per-interval breakout?