From 95012271ace105215f07df29cdb6015b93afd99b Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 3 Jun 2019 11:32:35 +0200 Subject: [PATCH] Annotations: Improve annotation option tooltips (#17384) * should be 'Tags' not 'All' * fix poor wording in 'Match any' tooltip * add tooltip for 'Tags' input (untested! and can probably be worded better, i just don't know enough about the implementation) --- .../grafana/partials/annotations.editor.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/public/app/plugins/datasource/grafana/partials/annotations.editor.html b/public/app/plugins/datasource/grafana/partials/annotations.editor.html index e5a67d6a7dc..c1164f7f8c7 100644 --- a/public/app/plugins/datasource/grafana/partials/annotations.editor.html +++ b/public/app/plugins/datasource/grafana/partials/annotations.editor.html @@ -7,7 +7,7 @@ @@ -32,10 +32,19 @@ label-class="width-9" checked="ctrl.annotation.matchAny" on-change="ctrl.refresh()" - tooltip="By default Grafana will only show annotation that matches all tags in the query. Enabling this will make Grafana return any annotation with the tags you specify."> + tooltip="By default Grafana only shows annotations that match all tags in the query. Enabling this returns annotations that match any of the tags in the query.">
- Tags + + Tags + + A tag entered here as 'foo' will match +
    +
  • annotation tags 'foo'
  • +
  • annotation key-value tags formatted as 'foo:bar'
  • +
+
+