grafana/k6

Better metrics about sleep and group

Aperta

#921 aperta il 8 feb 2019

 (1 commento) (0 reazioni) (0 assegnatari)Go (1537 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (30.564 stelle)
Metriche merge PR
 (Merge medio 11g 15h) (47 PR mergiate in 30 g)

Descrizione

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

Guida contributor