Zanzana: Add metric for last reconciliation (#115768)

This commit is contained in:
Stephanie Hingtgen
2025-12-31 12:42:09 -06:00
committed by GitHub
parent 79ca4e5aec
commit 521670981a
4 changed files with 110 additions and 4 deletions
@@ -102,6 +102,8 @@ func runIntegrationFolderTree(t *testing.T, opts testinfra.GrafanaOpts) {
helper := apis.NewK8sTestHelper(t, opts)
defer helper.Shutdown()
apis.AwaitZanzanaReconcileNext(t, helper)
tests := []struct {
Name string
Definition FolderDefinition
@@ -247,6 +249,8 @@ func (f *FolderDefinition) CreateWithLegacyAPI(t *testing.T, h *apis.K8sTestHelp
})
require.NoError(t, err)
apis.AwaitZanzanaReconcileNext(t, h)
var statusCode int
result := client.Post().AbsPath("api", "folders").
Body(body).