diff --git a/processor/resourcedetectionprocessor/README.md b/processor/resourcedetectionprocessor/README.md index 8a10b4fc6f054..52df4e7801314 100644 --- a/processor/resourcedetectionprocessor/README.md +++ b/processor/resourcedetectionprocessor/README.md @@ -720,9 +720,9 @@ processors: Uses the Scaleway metadata API to read resource information from the instance metadata service and populate related resource attributes. -The list of the populated resource attributes can be found at [Scaleway Detector Resource Attributes](./internal/akamai/documentation.md). +The list of the populated resource attributes can be found at [Scaleway Detector Resource Attributes](./internal/scaleway/documentation.md). -Akamai custom configuration example: +Scaleway custom configuration example: ```yaml processors: @@ -752,11 +752,12 @@ processors: detectors: ["vultr"] vultr: fail_on_missing_metadata: true +``` ## Configuration ```yaml -# a list of resource detectors to run, valid options are: "env", "system", "gcp", "ec2", "ecs", "elastic_beanstalk", "eks", "lambda", "azure", "heroku", "openshift", "dynatrace" +# a list of resource detectors to run, valid options are: "env", "system", "gcp", "ec2", "ecs", "elastic_beanstalk", "eks", "lambda", "azure", "aks", "heroku", "openshift", "dynatrace", "consul", "docker", "k8snode, "kubeadm", "hetzner", "akamai", "scaleway", "vultr", "oraclecloud" detectors: [ ] # determines if existing resource attributes should be overridden or preserved, defaults to true override: