Skip to content

Commit 4c626cc

Browse files
[ECOINT-187] Add AuthZed Cloud integration (DataDog#2677)
* Add AuthZed Cloud integration * Update AuthZed Cloud integration * Update AuthZed Cloud integration * Update authzed_cloud/manifest.json --------- Co-authored-by: dd-pub-platform[bot] <157534740+dd-pub-platform[bot]@users.noreply.github.com> Co-authored-by: bgoldberg122 <[email protected]>
1 parent c3da829 commit 4c626cc

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

authzed_cloud/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG - AuthZed Cloud
22

3-
## 1.0.0 / 2025-04-18
3+
## 1.0.0 / 2025-05-19
44

55
_**Added**_:
66

authzed_cloud/assets/dashboards/authzed_cloud_overview.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
{
9797
"name": "query1",
9898
"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()"
100100
}
101101
],
102102
"response_format": "timeseries",
@@ -192,7 +192,7 @@
192192
{
193193
"name": "query1",
194194
"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()"
196196
}
197197
],
198198
"response_format": "timeseries",
@@ -240,7 +240,7 @@
240240
{
241241
"name": "query1",
242242
"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()"
244244
}
245245
],
246246
"response_format": "timeseries",
@@ -288,7 +288,7 @@
288288
{
289289
"name": "query1",
290290
"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()"
292292
}
293293
],
294294
"response_format": "timeseries",
@@ -337,7 +337,7 @@
337337
{
338338
"name": "query1",
339339
"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()"
341341
}
342342
],
343343
"response_format": "timeseries",
@@ -479,17 +479,17 @@
479479
{
480480
"name": "query1",
481481
"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)}"
483483
},
484484
{
485485
"name": "query2",
486486
"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)}"
488488
},
489489
{
490490
"name": "query3",
491491
"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)}"
493493
}
494494
],
495495
"response_format": "timeseries",
@@ -1092,7 +1092,7 @@
10921092
{
10931093
"name": "query1",
10941094
"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()"
10961096
}
10971097
],
10981098
"response_format": "timeseries",
@@ -1142,7 +1142,7 @@
11421142
{
11431143
"name": "query1",
11441144
"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}"
11461146
}
11471147
],
11481148
"response_format": "timeseries",
@@ -1592,13 +1592,14 @@
15921592
{
15931593
"name": "query1",
15941594
"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}"
15961596
}
15971597
],
15981598
"response_format": "timeseries",
15991599
"style": {
16001600
"palette": "dog_classic",
16011601
"order_by": "values",
1602+
"order_reverse": false,
16021603
"line_type": "solid",
16031604
"line_width": "normal"
16041605
},
@@ -2060,7 +2061,7 @@
20602061
{
20612062
"name": "query1",
20622063
"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()"
20642065
}
20652066
],
20662067
"response_format": "timeseries",
@@ -2108,7 +2109,7 @@
21082109
{
21092110
"name": "query1",
21102111
"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()"
21122113
}
21132114
],
21142115
"response_format": "timeseries",
@@ -2156,7 +2157,7 @@
21562157
{
21572158
"name": "query1",
21582159
"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()"
21602161
}
21612162
],
21622163
"response_format": "timeseries",
@@ -2204,7 +2205,7 @@
22042205
{
22052206
"name": "query1",
22062207
"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()"
22082209
}
22092210
],
22102211
"response_format": "timeseries",

0 commit comments

Comments
 (0)