anryko / grafana-influx-dashboard

Grafana InfluxDB scripted dashboard
MIT License
132 stars 44 forks source link

Add possibility to use regexp in plugin metric configuration #32

Closed anryko closed 8 years ago

anryko commented 8 years ago

Currently implemented (start || end) metric matching

'graph': {
  'metric' : {  }
}

Add possibility to use regexp as a metric key value:

'graph': {
  '/[a,b]-metric\d$/' : {  }
}