Hyperfoil / Horreum

Benchmark results repository service
https://horreum.hyperfoil.io/
Apache License 2.0
37 stars 31 forks source link

return an error indication for invalid /labelValues filter parameters #1780

Open willr3 opened 3 months ago

willr3 commented 3 months ago

Right now an invalid filter to <test>/labelValues returns the full list of labelValues as though filter was not used. This can lead to users incorrectly believing the results reflect the desired filter.

I beleive we should instead return an error to indicate that the provided filter was invalid. This will lead to correct filter usage rather than silently accepting invalid filters.