ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
- com.
Implements
public final class ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
implements JsonSerializable<ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation>
Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
enabled()
Get the enabled property: Indicates if Application Monitoring Auto-instrumentation is enabled or not. |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withEnabled(Boolean enabled)
Set the enabled property: Indicates if Application Monitoring Auto-instrumentation is enabled or not. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
public ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation()
Creates an instance of ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Indicates if Application Monitoring Auto-instrumentation is enabled or not.
Returns:
fromJson
public static ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation withEnabled(Boolean enabled)
Set the enabled property: Indicates if Application Monitoring Auto-instrumentation is enabled or not.
Parameters:
Returns: