diff --git a/processor/resourcedetectionprocessor/README.md b/processor/resourcedetectionprocessor/README.md index 843ce8813d2a..691fc84d4c8f 100644 --- a/processor/resourcedetectionprocessor/README.md +++ b/processor/resourcedetectionprocessor/README.md @@ -547,7 +547,7 @@ See: [TLS Configuration Settings](https://github.com/open-telemetry/opentelemetr ## Configuration ```yaml -# a list of resource detectors to run, valid options are: "env", "system", "gce", "gke", "ec2", "ecs", "elastic_beanstalk", "eks", "lambda", "azure", "heroku", "openshift" +# a list of resource detectors to run, valid options are: "env", "system", "gcp", "ec2", "ecs", "elastic_beanstalk", "eks", "lambda", "azure", "heroku", "openshift" detectors: [ ] # determines if existing resource attributes should be overridden or preserved, defaults to true override: @@ -604,11 +604,6 @@ resourcedetection: Note that if multiple detectors are inserting the same attribute name, the first detector to insert wins. For example if you had `detectors: [eks, ec2]` then `cloud.platform` will be `aws_eks` instead of `ec2`. The below ordering is recommended. -### GCP - -* gke -* gce - ### AWS * lambda