# Functions
Annotate the context with a map computed of computed flags.
AppMetrics - Send UI Telementry to Tools cluster - should always be false in OSS.
ByKey returns the Flag corresponding to the given key.
DefaultFlagger returns a flagger that always returns default values.
DefaultMonacoSelectionToEof - Positions the cursor at the end of the line(s) when using the monaco editor.
EnforceOrganizationDashboardLimits - Enforces the default limit params for the dashboards api when orgs are set.
ExposedFlagsFromContext returns the filtered map of exposed flags attached to the context by Annotate, or nil if none is found.
Flags returns all feature flags.
FlagsFromContext returns the map of flags attached to the context by Annotate, or nil if none is found.
GroupWindowAggregateTranspose - Enables the GroupWindowAggregateTransposeRule for all enabled window aggregates.
InjectLatestSuccessTime - Inject the latest successful task run timestamp into a Task query extern when executing.
MakeBase constructs a flag flag.
MakeBoolFlag returns a string flag with the given Base and default.
MakeFlag constructs a Flag.
MakeFloatFlag returns a string flag with the given Base and default.
MakeIntFlag returns a string flag with the given Base and default.
MakeStringFlag returns a string flag with the given Base and default.
MemoryOptimizedFill - Enable the memory optimized fill().
MemoryOptimizedSchemaMutation - Enable the memory optimized schema mutation functions.
NewDashboardAutorefresh - Enables the new dashboard autorefresh controls in the UI.
NewFlagsHandler returns a handler that returns the map of computed feature flags on the request context.
NewHandler returns a configured feature flag middleware that will annotate request context with a computed map of the given flags using the provided Flagger.
NewHTTPProxy returns a new Proxy.
NewLabelPackage - Enables the refactored labels api.
QueryTracing - Turn on query tracing for queries that are sampled.
RefreshSingleCell - Refresh a single cell on the dashboard rather than the entire dashboard.
TimeFilterFlags - Filter task run list based on before and after flags.
# Structs
flag base type.
BoolFlag implements Flag for boolean values.
FloatFlag implements Flag for float values.
Handler is a middleware that annotates the context with a map of computed feature flags.
HTTPProxy is an HTTP proxy that's guided by a feature flag.
IntFlag implements Flag for integer values.
StringFlag implements Flag for string values.
# Interfaces
Flag represents a generic feature flag with a key and a default.
Flagger returns flag values.
HTTPErrorHandler is an influxdb.HTTPErrorHandler.
ProxyEnabler is a boolean feature flag.