Share via


ManagedClusterAzureMonitorProfileContainerInsights interface

Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview.

Properties

disableCustomMetrics

Indicates whether custom metrics collection has to be disabled or not. If not specified the default is false. No custom metrics will be emitted if this field is false but the container insights enabled field is false

disablePrometheusMetricsScraping

Indicates whether prometheus metrics scraping is disabled or not. If not specified the default is false. No prometheus metrics will be emitted if this field is false but the container insights enabled field is false

enabled

Indicates if Azure Monitor Container Insights Logs Addon is enabled or not.

logAnalyticsWorkspaceResourceId

Fully Qualified ARM Resource Id of Azure Log Analytics Workspace for storing Azure Monitor Container Insights Logs.

syslogPort

The syslog host port. If not specified, the default port is 28330.

Property Details

disableCustomMetrics

Indicates whether custom metrics collection has to be disabled or not. If not specified the default is false. No custom metrics will be emitted if this field is false but the container insights enabled field is false

disableCustomMetrics?: boolean

Property Value

boolean

disablePrometheusMetricsScraping

Indicates whether prometheus metrics scraping is disabled or not. If not specified the default is false. No prometheus metrics will be emitted if this field is false but the container insights enabled field is false

disablePrometheusMetricsScraping?: boolean

Property Value

boolean

enabled

Indicates if Azure Monitor Container Insights Logs Addon is enabled or not.

enabled?: boolean

Property Value

boolean

logAnalyticsWorkspaceResourceId

Fully Qualified ARM Resource Id of Azure Log Analytics Workspace for storing Azure Monitor Container Insights Logs.

logAnalyticsWorkspaceResourceId?: string

Property Value

string

syslogPort

The syslog host port. If not specified, the default port is 28330.

syslogPort?: number

Property Value

number