Class UnifiedAgentKubernetesFilter
Kubernetes filter object
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentKubernetesFilter : UnifiedAgentMonitoringFilterProperties
AllowList
Declaration
[JsonProperty(PropertyName = "allowList")]
public List<string> AllowList { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | List of metrics regex to be allowed. | 
DenyList
Declaration
[JsonProperty(PropertyName = "denyList")]
public List<string> DenyList { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | List of metrics regex to be denied. |