square / metrics

Metrics Query Engine
Apache License 2.0
170 stars 21 forks source link

Clarify error message #295

Closed Nathan-Fenner closed 8 years ago

Nathan-Fenner commented 8 years ago

Previously, it could sometimes say the (highly misleading):

fetch limit exceeded: too many series to fetch (actual=4857 limit=5000)

it will now report the (much more helpful)

performing fetch of 4857 additional series brings the total to 9714, which exceeds specified limit 5000

@drcapulet