Seconds that the sample or samples were active
()
| 174 | |
| 175 | // Seconds that the sample or samples were active |
| 176 | func (s *Sample) Seconds() float64 { |
| 177 | return s.Duration().Seconds() |
| 178 | } |
| 179 | |
| 180 | // NewSampleGroup initializer |
| 181 | func NewSampleGroup() *SampleGroup { |