File tree 1 file changed +20
-2
lines changed
1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,30 @@ The following table describes all Diego container metrics:
71
71
</ tr >
72
72
</ tr > < tr >
73
73
< td > < code > rx_bytes</ code > </ td >
74
- < td > Received network traffic in bytes for an app instance.</ td >
74
+ < td >
75
+ Received network traffic in bytes for an app instance.
76
+ <% if vars . platform_code = 'CF' %>
77
+ Operators can enable this metric by setting garden-runc-release's
78
+ < code > garden.enable_container_network_metrics</ code > bosh
79
+ property to < code > true</ code > .
80
+ <% else %>
81
+ This metric is not available in Tanzu Platform for Cloud Foundry.
82
+ <% end %>
83
+ </ td >
75
84
< td > < code > uint64</ code > </ td >
76
85
</ tr >
77
86
</ tr > < tr >
78
87
< td > < code > tx_bytes</ code > </ td >
79
- < td > Transmitted network traffic in bytes for an app instance.</ td >
88
+ < td >
89
+ Transmitted network traffic in bytes for an app instance.
90
+ <% if vars . platform_code = 'CF' %>
91
+ Operators can enable this metric by setting garden-runc-release's
92
+ < code > garden.enable_container_network_metrics</ code > bosh
93
+ property to < code > true</ code > .
94
+ <% else %>
95
+ This metric is not available in Tanzu Platform for Cloud Foundry.
96
+ <% end %>
97
+ </ td >
80
98
< td > < code > uint64</ code > </ td >
81
99
</ tr >
82
100
</ table >
You can’t perform that action at this time.
0 commit comments