File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ func (me *MultiMetricsEngine) RecordConnectionClose(success bool) {
83
83
}
84
84
}
85
85
86
- // RecordImps across openRTB2 engines that support the 'Native' Imp type
86
+ //RecordsImps records imps with imp types across all metric engines
87
87
func (me * MultiMetricsEngine ) RecordImps (implabels pbsmetrics.ImpLabels ) {
88
88
for _ , thisME := range * me {
89
89
thisME .RecordImps (implabels )
Original file line number Diff line number Diff line change @@ -486,15 +486,6 @@ func requestTypesAsString() []string {
486
486
return output
487
487
}
488
488
489
- func impTypesAsString () []string {
490
- list := pbsmetrics .ImpTypes ()
491
- output := make ([]string , len (list ))
492
- for i , s := range list {
493
- output [i ] = string (s )
494
- }
495
- return output
496
- }
497
-
498
489
func browserTypesAsString () []string {
499
490
list := pbsmetrics .BrowserTypes ()
500
491
output := make ([]string , len (list ))
You can’t perform that action at this time.
0 commit comments