urbanairship / datacube

Multidimensional data storage with rollups for numerical data
http://urbanairship.com
Apache License 2.0
265 stars 62 forks source link

Pre-create read metrics to catch rollups that are never used #93

Closed hkolbeck closed 6 years ago

hkolbeck commented 6 years ago

This uses a counter instead of the existing histogram to prevent every writer from generating too many definitely-never-used read metrics.