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
metaboolean
ngalertboolean
reportVariablesboolean
trimDefaultsboolean

accesscontrol property

Signature

  1. accesscontrol: boolean;

meta property

Signature

  1. meta: boolean;

Remarks

Available only in Grafana Enterprise

ngalert property

Signature

  1. ngalert: boolean;

reportVariables property

Signature

  1. reportVariables: boolean;

trimDefaults property

Signature

  1. trimDefaults: boolean;