Track expiry rate on pduCountTotal

main
Neil Alexander 2021-07-05 13:47:37 +01:00
parent 99d8e1c107
commit bcd3ef38d0
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
1 changed files with 1 additions and 0 deletions

View File

@ -358,6 +358,7 @@ func (t *inputWorker) run() {
select {
case <-task.ctx.Done():
task.err = context.DeadlineExceeded
pduCountTotal.WithLabelValues("expired").Inc()
return
default:
evStart := time.Now()