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
newNavigationboolean
prometheusMonacoboolean
tempoSearchboolean
tempoServiceGraphboolean
trimDefaultsboolean

accesscontrol property

Signature

  1. accesscontrol: boolean;

newNavigation property

Signature

  1. newNavigation: boolean;

prometheusMonaco property

Signature

  1. prometheusMonaco: boolean;

tempoSearch property

Signature

  1. tempoSearch: boolean;

tempoServiceGraph property

Signature

  1. tempoServiceGraph: boolean;

trimDefaults property

Signature

  1. trimDefaults: boolean;