Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 7, 2024
1 parent b8cd07c commit 9b0389f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions processor/resourcedetectionprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,27 +424,6 @@ processors:
override: false
```

### Heroku

** You must first enable the [Heroku metadata feature](https://devcenter.heroku.com/articles/dyno-metadata) on the application **

Queries [Heroku metadata](https://devcenter.heroku.com/articles/dyno-metadata) to retrieve the following resource attributes:

* heroku.release.version (identifier for the current release)
* heroku.release.creation_timestamp (time and date the release was created)
* heroku.release.commit (commit hash for the current release)
* heroku.app.name (application name)
* heroku.app.id (unique identifier for the application)
* heroku.dyno.id (dyno identifier. Used as host name)

```yaml
processors:
resourcedetection/heroku:
detectors: [env, heroku]
timeout: 2s
override: false
```

### Kubeadm Metadata

Queries the K8S API server to retrieve the following resource attributes:
Expand Down

0 comments on commit 9b0389f

Please sign in to comment.