@@ -48,13 +48,20 @@ resources:
48
48
value: "*"
49
49
- name: "StatusCode"
50
50
value: "*"
51
- - name: ["CassandraConnectionClosures", " CassandraRequestCharges", "CassandraRequests"]
51
+ - name: ["CassandraRequestCharges", "CassandraRequests"]
52
52
namespace: "Microsoft.DocumentDb/databaseAccounts"
53
53
ignore_unsupported: true
54
54
timegrain: "PT1M"
55
55
dimensions:
56
56
- name: "DatabaseName"
57
57
value: "*"
58
+ - name: ["CassandraConnectionClosures"]
59
+ namespace: "Microsoft.DocumentDb/databaseAccounts"
60
+ ignore_unsupported: true
61
+ timegrain: "PT1M"
62
+ dimensions:
63
+ - name: "ClosureReason"
64
+ value: "*"
58
65
- name: [ "GremlinDatabaseDelete", "GremlinDatabaseThroughputUpdate", "GremlinDatabaseUpdate", "GremlinGraphDelete","GremlinGraphThroughputUpdate", "GremlinGraphUpdate",
59
66
"MongoCollectionDelete", "MongoCollectionThroughputUpdate", "MongoCollectionUpdate", "MongoDBDatabaseUpdate", "MongoDatabaseDelete", "MongoDatabaseThroughputUpdate",
60
67
"CassandraKeyspaceDelete", "CassandraKeyspaceThroughputUpdate", "CassandraKeyspaceUpdate","CassandraTableDelete", "CassandraTableThroughputUpdate", "CassandraTableUpdate",
@@ -91,13 +98,20 @@ resources:
91
98
value: "*"
92
99
- name: "StatusCode"
93
100
value: "*"
94
- - name: ["CassandraConnectionClosures", " CassandraRequestCharges", "CassandraRequests"]
101
+ - name: ["CassandraRequestCharges", "CassandraRequests"]
95
102
namespace: "Microsoft.DocumentDb/databaseAccounts"
96
103
ignore_unsupported: true
97
104
timegrain: "PT1M"
98
105
dimensions:
99
106
- name: "DatabaseName"
100
107
value: "*"
108
+ - name: ["CassandraConnectionClosures"]
109
+ namespace: "Microsoft.DocumentDb/databaseAccounts"
110
+ ignore_unsupported: true
111
+ timegrain: "PT1M"
112
+ dimensions:
113
+ - name: "ClosureReason"
114
+ value: "*"
101
115
- name: [ "GremlinDatabaseDelete", "GremlinDatabaseThroughputUpdate", "GremlinDatabaseUpdate", "GremlinGraphDelete","GremlinGraphThroughputUpdate", "GremlinGraphUpdate",
102
116
"MongoCollectionDelete", "MongoCollectionThroughputUpdate", "MongoCollectionUpdate", "MongoDBDatabaseUpdate", "MongoDatabaseDelete", "MongoDatabaseThroughputUpdate",
103
117
"CassandraKeyspaceDelete", "CassandraKeyspaceThroughputUpdate", "CassandraKeyspaceUpdate","CassandraTableDelete", "CassandraTableThroughputUpdate", "CassandraTableUpdate",
@@ -140,13 +154,20 @@ resources:
140
154
value: "*"
141
155
- name: "StatusCode"
142
156
value: "*"
143
- - name: ["CassandraConnectionClosures", " CassandraRequestCharges", "CassandraRequests"]
157
+ - name: ["CassandraRequestCharges", "CassandraRequests"]
144
158
namespace: "Microsoft.DocumentDb/databaseAccounts"
145
159
ignore_unsupported: true
146
160
timegrain: "PT1M"
147
161
dimensions:
148
162
- name: "DatabaseName"
149
163
value: "*"
164
+ - name: ["CassandraConnectionClosures"]
165
+ namespace: "Microsoft.DocumentDb/databaseAccounts"
166
+ ignore_unsupported: true
167
+ timegrain: "PT1M"
168
+ dimensions:
169
+ - name: "ClosureReason"
170
+ value: "*"
150
171
- name: [ "GremlinDatabaseDelete", "GremlinDatabaseThroughputUpdate", "GremlinDatabaseUpdate", "GremlinGraphDelete","GremlinGraphThroughputUpdate", "GremlinGraphUpdate",
151
172
"MongoCollectionDelete", "MongoCollectionThroughputUpdate", "MongoCollectionUpdate", "MongoDBDatabaseUpdate", "MongoDatabaseDelete", "MongoDatabaseThroughputUpdate",
152
173
"CassandraKeyspaceDelete", "CassandraKeyspaceThroughputUpdate", "CassandraKeyspaceUpdate","CassandraTableDelete", "CassandraTableThroughputUpdate", "CassandraTableUpdate",
0 commit comments