Updated some comments

This commit is contained in:
TeoV
2017-09-27 12:49:19 +03:00
committed by Dan Christian Bogos
parent 682e5d9147
commit 48c508ef5c

View File

@@ -471,7 +471,7 @@ func NewPDD() (StatMetric, error) {
return &StatPDD{Events: make(map[string]time.Duration)}, nil
}
// ACD implements AverageCallDuration metric
// PDD implements Post Dial Delay (average) metric
type StatPDD struct {
Sum time.Duration
Count int64