supeng 1 year ago
parent
commit
a8648be60e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      all/prometheus/main.go

+ 1 - 1
all/prometheus/main.go

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