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
enableMetricMetadataPartialResponse:=cmd.Flag("metric-metadata.partial-response", "Enable partial response for metric metadata endpoint. --no-metric-metadata.partial-response for disabling.").
135
135
Hidden().Default("true").Bool()
136
-
137
-
enableQueryExperimentalFunctions:=cmd.Flag("--enable-feature=promql-experimental-functions", "Enable experimental functions for queries.")
136
+
138
137
activeQueryDir:=cmd.Flag("query.active-query-path", "Directory to log currently active queries in the queries.active file.").Default("").String()
139
138
140
139
featureList:=cmd.Flag("enable-feature", "Comma separated experimental feature names to enable. The current list of features is: promql-experimental-functions (enables experimental PromQL functions).").Hidden().Default("").Strings()
level.Warn(logger).Log("msg", "This option for --enable-feature is now permanently deprecated and therefore ignored.", "option", queryPushdown)
221
220
}
222
-
iffeature==promqlExperimentalFunctions {
223
-
level.Warn(logger).Log("msg", "This option for --enable-feature is now permanently enabled and therefore a no-op.", "option", promqlExperimentalFunctions)
0 commit comments