You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("--min-series-count must be 0 or higher, got %d", c.MinSeriesCount)
167
161
}
168
-
ifc.MetricCount>0&&c.GaugeMetricCount>0 {
169
-
returnfmt.Errorf("--metric-count (set to %v) is deprecated and it means the same as --gauge-metric-count (set to %v); both can't be used in the same time", c.MetricCount, c.GaugeMetricCount)
0 commit comments