Update zertoencryption.json

This commit is contained in:
2023-04-11 20:42:50 -04:00
committed by GitHub
parent 30eb343c0b
commit c99ccfcdb3
@@ -214,7 +214,7 @@
"uid": "PBFA97CFB590B2093" "uid": "PBFA97CFB590B2093"
}, },
"editorMode": "builder", "editorMode": "builder",
"expr": "sum(vm_UnencryptedDataInLBs)", "expr": "sum(vm_UnencryptedDataInLBs{SiteName=\"$SiteName\"})",
"hide": false, "hide": false,
"interval": "", "interval": "",
"legendFormat": "Unencrypted Logical Blocks", "legendFormat": "Unencrypted Logical Blocks",
@@ -227,7 +227,7 @@
"uid": "PBFA97CFB590B2093" "uid": "PBFA97CFB590B2093"
}, },
"editorMode": "builder", "editorMode": "builder",
"expr": "sum(vm_EncryptedDataInLBs)", "expr": "sum(vm_EncryptedDataInLBs{SiteName=\"$SiteName\"})",
"hide": false, "hide": false,
"legendFormat": "Encrypted Logical Blocks", "legendFormat": "Encrypted Logical Blocks",
"range": true, "range": true,
@@ -653,6 +653,6 @@
"timezone": "", "timezone": "",
"title": "Encryption Analyzer Dashboard", "title": "Encryption Analyzer Dashboard",
"uid": "DqUCTVcVz", "uid": "DqUCTVcVz",
"version": 1, "version": 2,
"weekStart": "" "weekStart": ""
} }