Skip to content

Commit d62df9a

Browse files
mar4ukcparkins
authored andcommitted
[chore] removed deprecated options gce, gke from the resourcedetection processor readme (open-telemetry#30665)
**Description:** <Describe what has changed.> Some time ago `gce` and `gke` detectors were [deprecated](open-telemetry#10347) to use a single `gcp` detector. This PR updates README to remove mentions of `gce` and `gke` detectors
1 parent 8336485 commit d62df9a

File tree

1 file changed

+1
-6
lines changed
  • processor/resourcedetectionprocessor

1 file changed

+1
-6
lines changed

processor/resourcedetectionprocessor/README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ See: [TLS Configuration Settings](https://github.com/open-telemetry/opentelemetr
547547
## Configuration
548548

549549
```yaml
550-
# a list of resource detectors to run, valid options are: "env", "system", "gce", "gke", "ec2", "ecs", "elastic_beanstalk", "eks", "lambda", "azure", "heroku", "openshift"
550+
# a list of resource detectors to run, valid options are: "env", "system", "gcp", "ec2", "ecs", "elastic_beanstalk", "eks", "lambda", "azure", "heroku", "openshift"
551551
detectors: [ <string> ]
552552
# determines if existing resource attributes should be overridden or preserved, defaults to true
553553
override: <bool>
@@ -604,11 +604,6 @@ resourcedetection:
604604

605605
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.
606606

607-
### GCP
608-
609-
* gke
610-
* gce
611-
612607
### AWS
613608

614609
* lambda

0 commit comments

Comments
 (0)