mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
14 lines
543 B
HTML
14 lines
543 B
HTML
<div class="gf-form-group">
|
|
<div class="gf-form">
|
|
<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>
|
|
</div>
|
|
|
|
<h5 class="section-heading">Or</h5>
|
|
|
|
<div class="gf-form">
|
|
<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>
|
|
</div>
|
|
</div>
|