grafana/k6

Better metrics about sleep and group

開放

#921 建立於 2019年2月8日

 (1 則留言) (0 個反應) (0 位負責人)Go (1,537 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (30,564 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Currently if a group includes a 10 second sleep we are going to say that the group took 10 seconds, which while correct might not be what the enduser is interested in. I propose that we:

  1. implement #880
  2. Have the group know that there was n seconds of sleep in it's current execution - probably through some new methods on lib.Group
  3. Add new metric group_sleep?
  4. Choose whether to remove the sleep time from the group_duration or add another metric that is the group_duration without the group_sleep or the reverse - have the group_duration be without the group_sleep but have another full_group_duration that includes the group_sleep

貢獻者指南