/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils
import { TypedVariableModel } from '@grafana/data'; export function wrapRegex(v: TypedVariableModel): string { return `/^$${v.name}$/`; } export function wrapPure(v: TypedVariableModel): string { return `$${v.name}`; }
.
Edit
..
Edit
filterTags.ts
Edit
getTemplateVariableOptions.ts
Edit
partListUtils.tsx
Edit
tagUtils.test.ts
Edit
tagUtils.ts
Edit
toSelectableValue.ts
Edit
unwrap.ts
Edit
withTemplateVariableOptions.ts
Edit
wrapper.ts
Edit