diff --git a/entity-types/infra-azurerecoveryservicesvaults/definition.yml b/entity-types/infra-azurerecoveryservicesvaults/definition.yml deleted file mode 100644 index 11e3ad07b..000000000 --- a/entity-types/infra-azurerecoveryservicesvaults/definition.yml +++ /dev/null @@ -1,21 +0,0 @@ -domain: INFRA -type: AZURERECOVERYSERVICESVAULTS -goldenTags: -- azure.regionName -- azure.subscriptionId -configuration: - entityExpirationTime: DAILY - alertable: true -synthesis: - tags: - newrelic.cloudIntegrations.providerAccountName: - entityTagNames: [newrelic.cloudIntegrations.providerAccountName, providerAccountName] - rules: - - identifier: azure.resourceId - name: displayName - legacyFeatures: - overrideGuidType: true - encodeIdentifierInGUID: true - conditions: - - attribute: azure.resourceType - value: microsoft.recoveryservices/vaults \ No newline at end of file diff --git a/entity-types/infra-azurerecoveryservicesvaults/golden_metrics.yml b/entity-types/infra-azurerecoveryservicesvaults/golden_metrics.yml deleted file mode 100644 index 700953469..000000000 --- a/entity-types/infra-azurerecoveryservicesvaults/golden_metrics.yml +++ /dev/null @@ -1,18 +0,0 @@ -totalHealthyBackupEvent: - title: Total Healthy Restore Event - unit: COUNT - queries: - azure: - select: FROM Metric SELECT sum(azure.recoveryservices.vaults.BackupHealthEvent) AS 'Total Healthy Backup Event' WHERE azure.recoveryservices.vaults.healthstatus = 'Healthy' - from: Metric - eventId: entity.guid - eventName: entity.name -totalHealthyRestoreEvent: - title: Total Healthy Restore Event - unit: COUNT - queries: - azure: - select: FROM Metric SELECT sum(azure.recoveryservices.vaults.RestoreHealthEvent) AS 'Total Healthy Restore Event' WHERE azure.recoveryservices.vaults.healthstatus = 'Healthy' - from: Metric - eventId: entity.guid - eventName: entity.name \ No newline at end of file diff --git a/entity-types/infra-azurerecoveryservicesvaults/summary_metrics.yml b/entity-types/infra-azurerecoveryservicesvaults/summary_metrics.yml deleted file mode 100644 index ea5f789fd..000000000 --- a/entity-types/infra-azurerecoveryservicesvaults/summary_metrics.yml +++ /dev/null @@ -1,13 +0,0 @@ -providerAccountName: - tag: - key: providerAccountName - title: Azure account - unit: STRING -totalHealthyBackupEvent: - goldenMetric: totalHealthyBackupEvent - unit: COUNT - title: Total healthy backup event -totalHealthyRestoreEvent: - goldenMetric: totalHealthyRestoreEvent - unit: COUNT - title: Total Healthy Restore Event \ No newline at end of file