The issue: The previous system reported the manifests to failed (ready=false) during the reconciliation process. That is okay, but it wasn't possible to filter out this state from the Grafana and all reconciliation progress marked the manifests as failed.
The proposed solution: The release v2.1.0 gives the possibility to add the 'status' field to the 'customResourceState' configs, and then the problematic status can be ignored on the any Grafana dashboards (ready=False and status != "Progressing").
The issue: The previous system reported the manifests to failed (ready=false) during the reconciliation process. That is okay, but it wasn't possible to filter out this state from the Grafana and all reconciliation progress marked the manifests as failed.
The proposed solution: The release v2.1.0 gives the possibility to add the 'status' field to the 'customResourceState' configs, and then the problematic status can be ignored on the any Grafana dashboards (ready=False and status != "Progressing").