Instrument with less labels and more focused metrics

This commit is contained in:
Las Zenow 2017-06-07 23:15:41 +00:00
parent 455fb65e77
commit ab9c5281a5
2 changed files with 33 additions and 11 deletions

View file

@ -120,11 +120,11 @@ func (sg StatsGatherer) worker() {
}
sg.instrument.Request(instrument.RequestData{
Section: section,
ID: id,
Search: search,
Fmt: fmt,
Duration: req.duration
Section: section,
ID: id,
Search: search,
Fmt: fmt,
Duration: req.duration,
})
switch section {
case "download":