Feature flags

Preview features that are still under development. Expect rough edges, bugs, and breaking changes.

Coldstore

Next-generation storage and query engine. Once enabled, Coldstore automatically powers search, analytics, and data loading across the Gantry UI.

Debug flags

The flags below exist for debugging only and should be switched on when you are actively working with Gantry support.

Extended summary metrics

Display additional columns on the projects list table (eg. token count, time to first token, trace count, error count).

Full-text-search index for GQL match filters

Enables an experimental full-text-search index for GQL match filters. Only switch this on while working with Gantry support.

GQL fast search

Enables an experimental fast search mode for GQL.

Force columnstore for trace search

Unlikely to improve performance, but useful when working with Gantry support to test specific query optimizations.

Never use columnstore for trace search

By default, columnstore is enabled dynamically for trace search. This flag disables columnstore for trace search entirely.

Disable live updates

Disable live updates throughout the application. This should only be enabled while reproducing a bug.

Coldstore live updates

Enable live updates for Coldstore. Turn this off only when debugging a performance issue with the Gantry team.

Coldstore skip backfill check

Skip checking whether data has been backfilled before reading from Coldstore. Turn this on only when debugging a performance issue with the Gantry team.

Query diagnostics

Include additional query diagnostics in trace detail views to help explain query performance.