Switch count_scalar to count for prometheus

Closes-Bug: PROD-16609
Change-Id: Ida3f9ff9c694ccb48e0201b5e95514d2c9fca841
diff --git a/ceph/files/grafana_dashboards/ceph_cluster_prometheus.json b/ceph/files/grafana_dashboards/ceph_cluster_prometheus.json
index cf88f47..2bd96bd 100644
--- a/ceph/files/grafana_dashboards/ceph_cluster_prometheus.json
+++ b/ceph/files/grafana_dashboards/ceph_cluster_prometheus.json
@@ -749,7 +749,7 @@
           "tableColumn": "",
           "targets": [
             {
-              "expr": "count_scalar(ceph_pool_usage_objects)",
+              "expr": "count(ceph_pool_usage_objects)",
               "format": "time_series",
               "interval": "",
               "intervalFactor": 1,
@@ -766,7 +766,7 @@
           "valueMaps": [
             {
               "op": "=",
-              "text": "N/A",
+              "text": "0",
               "value": "null"
             }
           ],