thanos-community / obslytics

Tools and Services allowing seamless usage of Observability data from Prometheus, Thanos, Cortex, M3DB, Loki and more!
Apache License 2.0
30 stars 8 forks source link

Seg fault when no series response received by the StoreAPI #18

Open 4n4nd opened 3 years ago

4n4nd commented 3 years ago

In the storeapi series iterator, when iterating through the series sereisResp.GetSeries() can return nil and lead to a seg fault.