Is your feature request related to a problem? Please describe.
While reviewing elastic/kibana#48035 it was noted that we should denote to the user that a message like All monitors are up should be tempered with some descriptor if a filter is applied.
Describe the solution you'd like
If the user has filtered by up monitors, it is important for the message to say something like All selected monitors are up to denote that they're looking at their environment through a filtered lens. So a message like above is better.
Describe alternatives you've considered
It might even be preferable to always include this more descriptive heading when filters are applied. A message like "3/5 of the selected monitors are down" is better than saying "3/5 monitors are down" when a filter is applied. This type of language helps better define what we're looking at, and is part of the reason we've had headaches in the past over whether the values we're showing in the Snapshot component are "accurate".
Additional context
N/A
Is your feature request related to a problem? Please describe.
While reviewing elastic/kibana#48035 it was noted that we should denote to the user that a message like
All monitors are upshould be tempered with some descriptor if a filter is applied.Describe the solution you'd like
If the user has filtered by
upmonitors, it is important for the message to say something likeAll selected monitors are upto denote that they're looking at their environment through a filtered lens. So a message like above is better.Describe alternatives you've considered
It might even be preferable to always include this more descriptive heading when filters are applied. A message like "3/5 of the selected monitors are down" is better than saying "3/5 monitors are down" when a filter is applied. This type of language helps better define what we're looking at, and is part of the reason we've had headaches in the past over whether the values we're showing in the
Snapshotcomponent are "accurate".Additional context
N/A