From eab04eeca94f6d59596219a7d2c611e2b5897bce Mon Sep 17 00:00:00 2001 From: David MICHENEAU Date: Fri, 13 Oct 2023 15:02:06 +0200 Subject: [PATCH] fix: resource name for stats --- internal/provider/backup/backup_datasource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/backup/backup_datasource.go b/internal/provider/backup/backup_datasource.go index f1522e04..cf740723 100644 --- a/internal/provider/backup/backup_datasource.go +++ b/internal/provider/backup/backup_datasource.go @@ -50,7 +50,7 @@ func (d *backupDataSource) Configure(ctx context.Context, req datasource.Configu } func (d *backupDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) { - defer metrics.New("cloudavenue_backup", d.client.GetOrgName(), metrics.Read)() + defer metrics.New("data.cloudavenue_backup", d.client.GetOrgName(), metrics.Read)() config := &backupModel{}