[opentsdb] Allow custom tag key in OpenTSDB Query editor (#62762)

pull/70237/head^2
Nicolas DUPEUX 2 years ago committed by GitHub
parent e3ea5422ea
commit cb7e18938b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/plugins/datasource/opentsdb/components/TagSection.tsx

@ -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);

Loading…
Cancel
Save