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
-
136
+
137
137
activeQueryDir:=cmd.Flag("query.active-query-path", "Directory to log currently active queries in the queries.active file.").Default("").String()
138
138
139
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()
0 commit comments