From 9b0389f67e035e5deee22ab890e010dd84600fbb Mon Sep 17 00:00:00 2001 From: odubajDT Date: Wed, 6 Nov 2024 07:10:23 +0100 Subject: [PATCH] fix after rebase Signed-off-by: odubajDT --- .../resourcedetectionprocessor/README.md | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/processor/resourcedetectionprocessor/README.md b/processor/resourcedetectionprocessor/README.md index 9f5d90af8c12..eda0f235ef9c 100644 --- a/processor/resourcedetectionprocessor/README.md +++ b/processor/resourcedetectionprocessor/README.md @@ -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: