Skip to content

Commit

Permalink
[chore] removed deprecated options gce, gke from the resourcedetectio…
Browse files Browse the repository at this point in the history
…n processor readme (#30665)

**Description:** <Describe what has changed.>
Some time ago `gce` and `gke` detectors were
[deprecated](#10347)
to use a single `gcp` detector.
This PR updates README to remove mentions of `gce` and `gke` detectors
  • Loading branch information
mar4uk authored Jan 18, 2024
1 parent b598c5c commit 9024ad8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions processor/resourcedetectionprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [ <string> ]
# determines if existing resource attributes should be overridden or preserved, defaults to true
override: <bool>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9024ad8

Please sign in to comment.