[opentsdb] Allow custom tag key in OpenTSDB Query editor (#62762)
This commit is contained in:
@@ -140,6 +140,7 @@ export function TagSection({
|
||||
className="gf-form-input"
|
||||
value={curTagKey ? toOption('' + curTagKey) : undefined}
|
||||
placeholder="key"
|
||||
allowCustomValue
|
||||
onOpenMenu={async () => {
|
||||
updKeyIsLoading(true);
|
||||
const tKs = await suggestTagKeys(query);
|
||||
|
||||
Reference in New Issue
Block a user