The "Enable container network traffic metrics for app instances" option in Tanzu Application Service (TAS) provides valuable visibility into application-level traffic patterns by reporting rx_bytes (received bytes) and tx_bytes (transmitted bytes) for all application instances. These metrics are typically emitted as Gauge envelopes and are instrumental for calculating traffic utilization at the container level.
While enabling this feature is generally considered safe for production environments, it introduces additional telemetry data volume that flows through the Loggregator system (Doppler and Log Cache).
rep process on Diego Cells. However, in large foundations with thousands of application instances, the aggregate volume can contribute to increased load on Loggregator components.cf app showing 0% utilization), it typically indicates that the Loggregator system requires additional capacity.To ensure stability and performance, we recommend the following best practices when enabling this feature:
cf nozzle) to listen to the firehose directly. This verifies if the metrics are flowing correctly without relying on the Cloud Controller or Apps Manager, which may have polling limitations.