ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces interface
Application Monitoring Open Telemetry Logs and Traces Profile for AKS. Collects OpenTelemetry logs and traces 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 Open Telemetry Logs and traces is enabled or not. |
| grpc |
The host port for Open Telemetry GRPC logs and traces. If not specified, the default port is 28332. |
| http |
The host port for Open Telemetry HTTP/PROTOBUF logs and traces. If not specified, the default port is 28331. |
Property Details
enabled
Indicates if Application Monitoring Open Telemetry Logs and traces is enabled or not.
enabled?: boolean
Property Value
boolean
grpcPort
The host port for Open Telemetry GRPC logs and traces. If not specified, the default port is 28332.
grpcPort?: number
Property Value
number
httpPort
The host port for Open Telemetry HTTP/PROTOBUF logs and traces. If not specified, the default port is 28331.
httpPort?: number
Property Value
number