Open
Description
Is your feature request related to a problem?
Currently the neural stats API allows for filtering based on stat names. When filtering for large number of stats, it can be difficult to batch multiple stat names and have them fit in the GET request parameters. As we add more stats, this becomes a larger concern since we want to reduce the response payload size to reduce possible performance concern.
We should have a parameter to filter by stat path so we can batch filters for related stats
What solution would you like?
More control to filter stats by their paths
What alternatives have you considered?
Typing out each stat individually
Do you have any additional context?
n/a