appuio / appuio-cloud-reporting

Reporting for APPUiO Cloud
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix query on namespace label changes and organization change #112

Closed bastjan closed 1 year ago

bastjan commented 1 year ago

Changes to namespace labels and organization changes can lead to many-to-many matching errors

bottomk(1,
  min by (cluster_id, namespace, tenant_id) (
    _INFO_SERIES
  )
) by(cluster_id, namespace)

Chooses a random tenant_id for every point if there is an overlap.

Checklist