filodb / FiloDB

Distributed Prometheus time series database
Apache License 2.0
1.43k stars 225 forks source link

fix(downsample): [0.9.25.1] use default string for missing export dynamic columns #1744

Closed alextheimer closed 7 months ago

alextheimer commented 7 months ago

Pull Request checklist

Currently, an assertion exists that throws an exception when expected labels are missing. Instead, this PR uses a default string in place of these missing values.