elastic/kibana
Ver no GitHub[ML] Single Metric Viewer - clarify the time interval a sum or count is over
Open
#19.107 aberto em 16 de mai. de 2018
:mlFeature:Anomaly Detectionenhancementgood first issue
Métricas do repositório
- Stars
- (19.065 stars)
- Métricas de merge de PR
- (Mesclagem média 1d 16h) (999 fundiu PRs em 30d)
Description
Changing the chart zoom in the Single Metric Viewer changes the aggregation interval as well, such that sum and count result in other aggregated values, e.g.:
- aggregation interval of
15mwith peak values a bit above 7.000:
- same graph with expanded time window such that the aggregation interval is
30mnow shows peak values a bit above 11.000 (sum over a longer time gives higher values):
The tooltips in the chart show the value of the selected aggregation inteval. To provide some explanation to the user about the changing values in the graph it would be good to add the time interval to the tooltip, like sum over 30m.