You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/dashboard/cloudevent-receiver/README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
# `dashboard/cloudevent-receiver`
2
2
3
-
This module provisions a Google Cloud Monitoring dashboard for a regionalized Cloud Run service that receives Cloud Events from one or more `cloudevent-trigger`.
3
+
This module provisions a Google Cloud Monitoring dashboard for a regionalized
4
+
Cloud Run service that receives Cloud Events from one or more
5
+
`cloudevent-trigger`.
4
6
5
7
It assumes the service has the same name in all regions.
The dashboard it creates includes widgets for service logs, request count, latency (p50,p95,p99), instance count grouped by revision, CPU and memory utilization, startup latency, and sent/received bytes.
67
+
The dashboard it creates includes widgets for service logs, request count,
68
+
latency (p50,p95,p99), instance count grouped by revision, CPU and memory
69
+
utilization, startup latency, and sent/received bytes.
0 commit comments