2016-02-19 09:01:02 -06:00
|
|
|
<div class="gf-form-group">
|
|
|
|
<div class="gf-form">
|
2017-04-12 08:01:17 -05:00
|
|
|
<span class="gf-form-label width-12">Graphite query</span>
|
|
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.target' placeholder="Example: statsd.application.counters.*.count"></input>
|
2016-02-19 09:01:02 -06:00
|
|
|
</div>
|
2017-04-12 08:01:17 -05:00
|
|
|
|
|
|
|
<h5 class="section-heading">Or</h5>
|
|
|
|
|
2016-02-19 09:01:02 -06:00
|
|
|
<div class="gf-form">
|
2017-04-12 08:01:17 -05:00
|
|
|
<span class="gf-form-label width-12">Graphite events tags</span>
|
|
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.tags' placeholder="Example: event_tag_name"></input>
|
2016-02-19 09:01:02 -06:00
|
|
|
</div>
|
2016-02-22 07:54:19 -06:00
|
|
|
</div>
|