ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics interface
Application Monitoring OpenTelemetry Metrics Profile for AKS. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview.
Properties
| enabled | Indicates if Application Monitoring OpenTelemetry Metrics is enabled or not. |
| grpc |
The host port for OpenTelemetry GRPC metrics. If not specified, the default port is 28334. |
| http |
The host port for OpenTelemetry HTTP/PROTOBUF metrics. If not specified, the default port is 28333. |
Property Details
enabled
Indicates if Application Monitoring OpenTelemetry Metrics is enabled or not.
enabled?: boolean
Property Value
boolean
grpcPort
The host port for OpenTelemetry GRPC metrics. If not specified, the default port is 28334.
grpcPort?: number
Property Value
number
httpPort
The host port for OpenTelemetry HTTP/PROTOBUF metrics. If not specified, the default port is 28333.
httpPort?: number
Property Value
number