zmon-controller icon indicating copy to clipboard operation
zmon-controller copied to clipboard

In the trial run mode add the list of 10 matched entities even if the total number is large

Open ovolynets opened this issue 7 years ago • 1 comments

In the Trial Run mode it is very useful to see example entities when their number is low (I think 10 or so). However, when the number of matched entities is large, it does not display any matched entities, just the total number: image

When setting up new alerts it is useful to see example values for the entities and therefore it would be nice to still display e.g. 10 first entities.

ovolynets avatar Jun 01 '18 13:06 ovolynets

the limit is imposed in the backend, currently set to 25. In other words, if 25 entities or more match, the backend only provides a count, not a listing.

Not sure what the implications of attaching the first 10 matched entities onto the response would be. Maybe @vibhory2j can take a look when he has time.

elauria avatar Jun 06 '18 13:06 elauria