This commit is contained in:
Jim Minter 2019-10-18 13:57:49 -05:00
Родитель 5cc46f1037
Коммит 7479173de4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0730CBDA10D1A2D3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -75,7 +75,7 @@ func (f *frontend) middleware(h http.Handler) http.Handler {
"access": true,
"bodyReceivedBytes": b.bytes,
"bodySentBytes": w.(*statsResponseWriter).bytes,
"requestDurationMs": int(time.Now().Sub(t) / time.Millisecond),
"durationMs": int(time.Now().Sub(t) / time.Millisecond),
"requestMethod": r.Method,
"requestPath": r.URL.Path,
"requestProto": r.Proto,