2018-05-30 11:29:44 +02:00
|
|
|
<div class="gf-form-group">
|
|
|
|
|
<div class="gf-form">
|
2018-06-06 16:11:40 +02:00
|
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.query' placeholder='from(db:"telegraf") |> range($range)'></input>
|
2018-05-30 11:29:44 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2018-06-06 16:11:40 +02:00
|
|
|
<h5 class="section-heading">Field mappings
|
|
|
|
|
<tip>If your influxdb query returns more than one field you need to specify the column names below. An annotation event is composed
|
|
|
|
|
of a title, tags, and an additional text field.</tip>
|
|
|
|
|
</h5>
|
2018-05-30 11:29:44 +02:00
|
|
|
<div class="gf-form-group">
|
|
|
|
|
<div class="gf-form-inline">
|
|
|
|
|
<div class="gf-form">
|
|
|
|
|
<span class="gf-form-label width-4">Text</span>
|
|
|
|
|
<input type="text" class="gf-form-input max-width-10" ng-model='ctrl.annotation.textColumn' placeholder=""></input>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="gf-form">
|
|
|
|
|
<span class="gf-form-label width-4">Tags</span>
|
|
|
|
|
<input type="text" class="gf-form-input max-width-10" ng-model='ctrl.annotation.tagsColumn' placeholder=""></input>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-06-06 16:11:40 +02:00
|
|
|
</div>
|