grafana / kairosdb-datasource

Data source plugin for KairosDB
Apache License 2.0
30 stars 62 forks source link

add support for hyphen in tag names #59

Closed farzadpanahi closed 6 years ago

farzadpanahi commented 7 years ago

This PR adds support for hyphen - in tag names.

Currently if you want to build nested templates where there is parent child relation between template variables, and your tag names have hyphen in their names then the regex in code will not match your tag name.

I changed \w to [A-Za-z0-9_-] in order to allow tag names with hyphens.

jifwin commented 6 years ago

This is implemented in v3.0.0.