NationalSecurityAgency / timely

Accumulo backed time series database
https://code.nsa.gov/timely/
Apache License 2.0
380 stars 108 forks source link

Fixed #194, corrected datasource.js to look at wildcard tag value #195

Closed dtspence closed 4 years ago

dtspence commented 4 years ago

The alignment process to match tag query results with the metric definition looks at the tag k/v pairs and makes a special consideration for a wildcard tag value. The change adjusts datasource.js so that the '.*' notation will match a query result and metric definition.