FeatureToggles interface

Describes available feature toggles in Grafana. These can be configured via the conf/custom.ini to enable features under development or not yet available in stable version.

Signature

  1. export interface FeatureToggles

Import

  1. import { FeatureToggles } from '@grafana/data';

Properties

PropertyTypeDescription
accesscontrolboolean
fullRangeLogsVolumeboolean
newNavigationboolean
recordedQueriesboolean
tempoBackendSearchboolean
tempoSearchboolean
tempoServiceGraphboolean
trimDefaultsboolean

accesscontrol property

Signature

  1. accesscontrol: boolean;

fullRangeLogsVolume property

Signature

  1. fullRangeLogsVolume: boolean;

newNavigation property

Signature

  1. newNavigation: boolean;

recordedQueries property

Signature

  1. recordedQueries: boolean;

tempoBackendSearch property

Signature

  1. tempoBackendSearch: boolean;

tempoSearch property

Signature

  1. tempoSearch: boolean;

tempoServiceGraph property

Signature

  1. tempoServiceGraph: boolean;

trimDefaults property

Signature

  1. trimDefaults: boolean;