|
@@ -479,7 +479,7 @@ func main() {
|
|
|
AdOwnConvDesc: prometheus.NewDesc(
|
|
|
"ad_own_conv_metrics_info",
|
|
|
"Front report ad own metrics info",
|
|
|
- []string{"app_id", "event_type"},
|
|
|
+ []string{"app_id", "event_type", "_type"},
|
|
|
prometheus.Labels{},
|
|
|
),
|
|
|
ApiInfoDesc: prometheus.NewDesc(
|