diff --git a/processor/resourcedetectionprocessor/README.md b/processor/resourcedetectionprocessor/README.md index f0957e01e806..88f2d84f09eb 100644 --- a/processor/resourcedetectionprocessor/README.md +++ b/processor/resourcedetectionprocessor/README.md @@ -417,7 +417,8 @@ processors: override: false aks: resource_attributes: - k8s.cluster.name: true + k8s.cluster.name: + enabled: true ``` Azure AKS cluster name is derived from the Azure Instance Metadata Service's (IMDS) infrastructure resource group field. This field contains the resource group and name of the cluster, separated by underscores. e.g: `MC___`.