elastic/kibana

[ML] Single Metric Viewer - clarify the time interval a sum or count is over

開放

#19,107 建立於 2018年5月16日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (8,021 個分叉)batch import
:mlFeature:Anomaly Detectionenhancementgood first issue

倉庫指標

星標
 (19,065 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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 15m with peak values a bit above 7.000: single_metric_viewer_agg_interval_15m
  • same graph with expanded time window such that the aggregation interval is 30m now shows peak values a bit above 11.000 (sum over a longer time gives higher values): single_metric_viewer_agg_interval_30m

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.

貢獻者指南