polarsignals / frostdb

❄️ Coolest database around 🧊 Embeddable column database written in Go.
Apache License 2.0
1.27k stars 65 forks source link

*: add reusableRegistry #904

Closed asubiotto closed 1 month ago

asubiotto commented 1 month ago

This registry allows the re-registration of metrics when dropping and recreating DBs and tables. In this case, we do not want to panic and simply want to continue exporting the same metrics.

Fixes #716

asubiotto commented 1 month ago

Closing in favor of an upcoming PR that registers metrics at the store level.