4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
import { config } from '@grafana/runtime';
|
|
|
|
export const shouldUsePrometheusRulesPrimary = () => config.featureToggles.alertingPrometheusRulesPrimary ?? false;
|