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

Missing Labels When Querying Multiple Series #20

Closed 4n4nd closed 3 years ago

4n4nd commented 3 years ago

function series.getLabelNames just returns the list of labels from the first available series (here), this results in loss of labels for the rest of the data.

Instead of using the first labels list, I think we should return a union of all possible label names from the data, this might result in some None label values but I think that is better than missing values.