jakubplichta / grafana-dashboard-builder

Generate Grafana dashboards with YAML
Apache License 2.0
147 stars 42 forks source link

Support fine-tuning of template query creation #10

Closed jakubplichta closed 9 years ago

jakubplichta commented 9 years ago

Currently template query use * for searching variable values. It would be nice to allow customization

  templates:
    - query:
        query: '{metric-prefix}.{component}.$application'
        application:
          metric: '*core*'
          current: first
          options:
            - first
            - last