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: app-log-rate-limits.html.md.erb
+6-12
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,15 @@ its cache in order to store large volumes of logs.
17
17
18
18
* Limit the CPU usage of logging agents on the Diego Cell VM.
19
19
20
-
You can allow log rate limits on a per-app basis in bytes per second.
20
+
You can define log rate limits on a per-app basis in bytes per second.
21
21
22
22
## <aid='overview-byte-limit'></a> App log rate limiting in bytes per second
23
23
24
24
In <%=vars.app_runtime_abbr%>, you can limit the number of bytes each app instance can generate per second.
25
25
26
-
You can configure app log rate limiting in bytes per second on a per-app basis through either the app manifest or the cf CLI. Additionally, you can enforce
27
-
the log rate limit you configure for all apps that are deployed within a space or org by specifying the log rate limit in the quota plan for the space or org.
26
+
You can configure app log rate limiting in bytes per second on a per-app and per-task basis through the cf CLI. Log rate limits can also be
27
+
defined for apps in the application manifest. Additionally, you can enforce the log rate limit you configure for all apps that are deployed
28
+
within a space or org by specifying the log rate limit in the quota plan for the space or org.
28
29
<%ifvars.platform_code != "OFFLINE"%>For more information, see [Creating and Modifying Quota Plans](../adminguide/quota-plans.html).<%end%>
29
30
30
31
## <aid='determine-limit'></a> Determining the ideal app log rate limit
@@ -88,23 +89,16 @@ appears in the log stream for the noisy app:
To identify which app instances are exceeding the app log rate limit:
92
+
To identify which app instances are exceeding the app log rate limit, you can search through application logs for the string "app instance exceeded log rate limit".
92
93
93
-
<p> The Firehose and Log Cache plug-ins are developed by the open-source Cloud Foundry community and are not supported by
94
-
VMware.</p>
94
+
One way to do this across all applications is by using the Firehose cf CLI plug-in.
95
95
96
96
1. In a terminal window, install the Firehose plug-in by running:
0 commit comments