فهرست منبع

Fix dropcounter option, is called dropResets (#8336)

Pranay Kanwar 8 سال پیش
والد
کامیت
ee8799de88
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pkg/tsdb/opentsdb/opentsdb.go

+ 1 - 1
pkg/tsdb/opentsdb/opentsdb.go

@@ -191,7 +191,7 @@ func (e *OpenTsdbExecutor) buildMetric(query *tsdb.Query) map[string]interface{}
 		}
 
 		if !counterMaxCheck && (!resetValueCheck || resetValue.MustFloat64() == 0) {
-			rateOptions["dropcounter"] = true
+			rateOptions["dropResets"] = true
 		}
 
 		metric["rateOptions"] = rateOptions