Navigation :
access_logging.proto
Package : rpc.solo.io
Top
access_logging.proto
Table of Contents
AccessLog
AccessLog.WorkloadMetadata.LabelsEntry
Field |
Type |
Label |
Description |
key |
string |
|
|
value |
string |
|
|
AccessLogs
GetAccessLogsRequest
Field |
Type |
Label |
Description |
workloadSelectors |
[]common.gloo.solo.io.ObjectSelector |
repeated |
Select the workloads whose access logs should be returned. Leave empty to get access logs for all workloads. |
retrievalNumber |
google.protobuf.UInt32Value |
|
Maximum number of access logs to get. If not set, a default value of 20 will be used. |
WatchAccessLogsRequest
Field |
Type |
Label |
Description |
workloadSelectors |
[]common.gloo.solo.io.ObjectSelector |
repeated |
Select the workloads whose access logs should be streamed. Leave empty to stream access logs for all workloads. |
Logging