|
96 | 96 | {
|
97 | 97 | "name": "query1",
|
98 | 98 | "data_source": "metrics",
|
99 |
| - "query": "sum:authzed_cloud.grpc.server_handled{container:spicedb and grpc_method in (checkpermission, bulkcheckpermission, checkbulkpermission, readrelationships, lookupsubjects, lookupresources, writerelationships, deleterelationships, readschema, writeschema)} by {grpc_method}.as_rate()" |
| 99 | + "query": "sum:authzed_cloud.grpc.server_handled{container:spicedb AND grpc_method IN (checkpermission,bulkcheckpermission,checkbulkpermission,readrelationships,lookupsubjects,lookupresources,writerelationships,deleterelationships,readschema,writeschema)} by {grpc_method}.as_rate()" |
100 | 100 | }
|
101 | 101 | ],
|
102 | 102 | "response_format": "timeseries",
|
|
192 | 192 | {
|
193 | 193 | "name": "query1",
|
194 | 194 | "data_source": "metrics",
|
195 |
| - "query": "sum:authzed_cloud.grpc.server_handled{container:spicedb and grpc_method in (checkpermission, bulkcheckpermission, checkbulkpermission)} by {grpc_method}.as_rate()" |
| 195 | + "query": "sum:authzed_cloud.grpc.server_handled{container:spicedb AND grpc_method IN (checkpermission,bulkcheckpermission,checkbulkpermission)} by {grpc_method}.as_rate()" |
196 | 196 | }
|
197 | 197 | ],
|
198 | 198 | "response_format": "timeseries",
|
|
240 | 240 | {
|
241 | 241 | "name": "query1",
|
242 | 242 | "data_source": "metrics",
|
243 |
| - "query": "sum:authzed_cloud.grpc.server_handled{container:spicedb and grpc_method in (lookupsubjects, lookupresources)} by {grpc_method}.as_rate()" |
| 243 | + "query": "sum:authzed_cloud.grpc.server_handled{container:spicedb AND grpc_method IN (lookupsubjects,lookupresources)} by {grpc_method}.as_rate()" |
244 | 244 | }
|
245 | 245 | ],
|
246 | 246 | "response_format": "timeseries",
|
|
288 | 288 | {
|
289 | 289 | "name": "query1",
|
290 | 290 | "data_source": "metrics",
|
291 |
| - "query": "sum:authzed_cloud.grpc.server_handled{container:spicedb and grpc_method in (readrelationships, writerelationships, deleterelationships)} by {grpc_method}.as_rate()" |
| 291 | + "query": "sum:authzed_cloud.grpc.server_handled{container:spicedb AND grpc_method IN (readrelationships,writerelationships,deleterelationships)} by {grpc_method}.as_rate()" |
292 | 292 | }
|
293 | 293 | ],
|
294 | 294 | "response_format": "timeseries",
|
|
337 | 337 | {
|
338 | 338 | "name": "query1",
|
339 | 339 | "data_source": "metrics",
|
340 |
| - "query": "sum:spicedb.grpc.server.handled.count{grpc_method in (writeschema ,readschema)} by {grpc_method}.as_rate()" |
| 340 | + "query": "sum:spicedb.grpc.server.handled.count{grpc_method IN (writeschema,readschema)} by {grpc_method}.as_rate()" |
341 | 341 | }
|
342 | 342 | ],
|
343 | 343 | "response_format": "timeseries",
|
|
479 | 479 | {
|
480 | 480 | "name": "query1",
|
481 | 481 | "data_source": "metrics",
|
482 |
| - "query": "p50:authzed_cloud.grpc.server_handling{grpc_method in (checkbulkpermission, bulkcheckpermission)}" |
| 482 | + "query": "p50:authzed_cloud.grpc.server_handling{grpc_method IN (checkbulkpermission,bulkcheckpermission)}" |
483 | 483 | },
|
484 | 484 | {
|
485 | 485 | "name": "query2",
|
486 | 486 | "data_source": "metrics",
|
487 |
| - "query": "p95:authzed_cloud.grpc.server_handling{grpc_method in (checkbulkpermission, bulkcheckpermission)}" |
| 487 | + "query": "p95:authzed_cloud.grpc.server_handling{grpc_method IN (checkbulkpermission,bulkcheckpermission)}" |
488 | 488 | },
|
489 | 489 | {
|
490 | 490 | "name": "query3",
|
491 | 491 | "data_source": "metrics",
|
492 |
| - "query": "p99:authzed_cloud.grpc.server_handling{grpc_method in (checkbulkpermission, bulkcheckpermission)}" |
| 492 | + "query": "p99:authzed_cloud.grpc.server_handling{grpc_method IN (checkbulkpermission,bulkcheckpermission)}" |
493 | 493 | }
|
494 | 494 | ],
|
495 | 495 | "response_format": "timeseries",
|
|
1092 | 1092 | {
|
1093 | 1093 | "name": "query1",
|
1094 | 1094 | "data_source": "metrics",
|
1095 |
| - "query": "sum:authzed_cloud.process.cpu{namespace:tenant} by {pod}.as_rate()" |
| 1095 | + "query": "sum:authzed_cloud.process.cpu{*} by {pod}.as_rate()" |
1096 | 1096 | }
|
1097 | 1097 | ],
|
1098 | 1098 | "response_format": "timeseries",
|
|
1142 | 1142 | {
|
1143 | 1143 | "name": "query1",
|
1144 | 1144 | "data_source": "metrics",
|
1145 |
| - "query": "avg:authzed_cloud.process.virtual_memory{container:spicedb} by {pod}" |
| 1145 | + "query": "avg:authzed_cloud.process.virtual_memory{*} by {pod}" |
1146 | 1146 | }
|
1147 | 1147 | ],
|
1148 | 1148 | "response_format": "timeseries",
|
|
1592 | 1592 | {
|
1593 | 1593 | "name": "query1",
|
1594 | 1594 | "data_source": "metrics",
|
1595 |
| - "query": "avg:authzed_cloud.rds.database_connections{*} by {dimension_dbclusteridentifier}" |
| 1595 | + "query": "avg:authzed_cloud.rds.database_connections{dimension_dbinstanceidentifier:*} by {dimension_dbinstanceidentifier}" |
1596 | 1596 | }
|
1597 | 1597 | ],
|
1598 | 1598 | "response_format": "timeseries",
|
1599 | 1599 | "style": {
|
1600 | 1600 | "palette": "dog_classic",
|
1601 | 1601 | "order_by": "values",
|
| 1602 | + "order_reverse": false, |
1602 | 1603 | "line_type": "solid",
|
1603 | 1604 | "line_width": "normal"
|
1604 | 1605 | },
|
|
2060 | 2061 | {
|
2061 | 2062 | "name": "query1",
|
2062 | 2063 | "data_source": "metrics",
|
2063 |
| - "query": "sum:authzed_cloud.grpc.server_handled{authzed_com_tiger_cache_component:cache-server and grpc_method in (dispatchcheck ,dispatchlookupsubjects ,dispatchlookupresources2 )} by {grpc_method}.as_rate()" |
| 2064 | + "query": "sum:authzed_cloud.grpc.server_handled{authzed_com_tiger_cache_component:cache-server AND grpc_method IN (dispatchcheck,dispatchlookupsubjects,dispatchlookupresources2)} by {grpc_method}.as_rate()" |
2064 | 2065 | }
|
2065 | 2066 | ],
|
2066 | 2067 | "response_format": "timeseries",
|
|
2108 | 2109 | {
|
2109 | 2110 | "name": "query1",
|
2110 | 2111 | "data_source": "metrics",
|
2111 |
| - "query": "sum:authzed_cloud.grpc.server_handled{authzed_com_tiger_cache_component:cache-server and grpc_method in (dispatchcheck ,dispatchlookupsubjects ,dispatchlookupresources2 )} by {grpc_method}.as_count()" |
| 2112 | + "query": "sum:authzed_cloud.grpc.server_handled{authzed_com_tiger_cache_component:cache-server AND grpc_method IN (dispatchcheck,dispatchlookupsubjects,dispatchlookupresources2)} by {grpc_method}.as_count()" |
2112 | 2113 | }
|
2113 | 2114 | ],
|
2114 | 2115 | "response_format": "timeseries",
|
|
2156 | 2157 | {
|
2157 | 2158 | "name": "query1",
|
2158 | 2159 | "data_source": "metrics",
|
2159 |
| - "query": "sum:authzed_cloud.grpc.server_msg_sent{authzed_com_tiger_cache_component:cache-server and grpc_method in (dispatchcheck ,dispatchlookupsubjects ,dispatchlookupresources2 )} by {grpc_method}.as_rate()" |
| 2160 | + "query": "sum:authzed_cloud.grpc.server_msg_sent{authzed_com_tiger_cache_component:cache-server AND grpc_method IN (dispatchcheck,dispatchlookupsubjects,dispatchlookupresources2)} by {grpc_method}.as_rate()" |
2160 | 2161 | }
|
2161 | 2162 | ],
|
2162 | 2163 | "response_format": "timeseries",
|
|
2204 | 2205 | {
|
2205 | 2206 | "name": "query1",
|
2206 | 2207 | "data_source": "metrics",
|
2207 |
| - "query": "sum:authzed_cloud.grpc.server_msg_sent{authzed_com_tiger_cache_component:cache-server and grpc_method in (dispatchcheck ,dispatchlookupsubjects ,dispatchlookupresources2 )} by {grpc_method}.as_count()" |
| 2208 | + "query": "sum:authzed_cloud.grpc.server_msg_sent{authzed_com_tiger_cache_component:cache-server AND grpc_method IN (dispatchcheck,dispatchlookupsubjects,dispatchlookupresources2)} by {grpc_method}.as_count()" |
2208 | 2209 | }
|
2209 | 2210 | ],
|
2210 | 2211 | "response_format": "timeseries",
|
|
0 commit comments