Experience Center
About Private Service Edge Metrics Log Fields
The Log Streaming Service can send Private Service Edge Metrics log information for Private Applications to any third-party log analytics tool. By default, the Private Service Edge Metrics log type includes the fields listed in the following table for each log template (i.e., CSV, JSON, TSV). While configuring your log receiver, you can edit the default log stream content to capture only specific fields, and create a Custom log template.
- View a Private Service Edge Metrics log example
{"LogTimestamp":"Fri May 6 11:40:00 2022,"PrivateSE":"TestPrivateServiceEdge","CPUUtilization":"1","SystemMemoryUtilization":%j{SystemMemoryUtilization},"ProcessMemoryUtilization":%j{ProcessMemoryUtilization},"UsedTCPPortsIPv4":"1","UsedUDPPortsIPv4":"4","UsedTCPPortsIPv6":"1","UsedUDPPortsIPv6":"5","AvailablePorts":"28223","SystemMaximumFileDescriptors":"960344","SystemUsedFileDescriptors":"1211","ProcessMaximumFileDescriptors":"421000","ProcessUsedFileDescriptors":"122","AvailableDiskBytes":"261886394368", "MicroTenantID": "145257480799129312"}
Close
The following table includes descriptions and supported field format specifications for each field within the template. To learn more about the format specifications listed for each field, including examples, see Log Field Format Specifications.
Field | Description | Supported Field Format Specifications |
---|---|---|
LogTimeStamp | Timestamp when the log was generated |
|
PrivateSE | Name of the Private Service Edge for Private Applications |
|
CPUUtilization | The maximum CPU usage in the past 5 minutes |
|
SystemMemoryUtilization | The memory utilization of the entire virtual machine (VM) |
|
ProcessMemoryUtilization | The memory utilization of the Private Service Edge for Private Applications process |
|
UsedTCPPortsIPv4 | The number of used TCP ports for an IPv4 connection |
|
UsedUDPPortsIPv4 | The number of used UDP ports for an IPv4 connection |
|
UsedTCPPortsIPv6 | The number of used TCP ports for an IPv6 connection |
|
UsedUDPPortsIPv6 | The number of used UDP ports for an IPv6 connection |
|
AvailablePorts | The number of usable ports |
|
SystemMaximumFileDescriptors | The number of total Private Service Edge for Private Applications system file descriptors |
|
SystemUsedFileDescriptors | The number of used Private Service Edge for Private Applications system file descriptors |
|
ProcessMaximumFileDescriptors | The number of total Private Service Edge for Private Applications process file descriptors |
|
ProcessUsedFileDescriptors | The number of used Private Service Edge for Private Applications process file descriptors |
|
AvailableDiskBytes | The number of free bytes available for the Private Service Edge for Private Applications |
|
MicroTenantID | The Microtenant ID of the Private Service Edge for Private Applications |
|