2016-02-19 16:01:02 +01:00
|
|
|
<div class="gf-form-group">
|
|
|
|
|
<div class="gf-form">
|
2017-04-12 15:01:17 +02: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 16:01:02 +01:00
|
|
|
</div>
|
2017-04-12 15:01:17 +02:00
|
|
|
|
|
|
|
|
<h5 class="section-heading">Or</h5>
|
|
|
|
|
|
2016-02-19 16:01:02 +01:00
|
|
|
<div class="gf-form">
|
2017-04-12 15:01:17 +02: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 16:01:02 +01:00
|
|
|
</div>
|
2016-02-22 14:54:19 +01:00
|
|
|
</div>
|