From 4237d734eee60fe4640eac07745004f785471dab Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Mon, 18 Nov 2024 08:08:44 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"[chore]=20Temporary=20revert=20metada?= =?UTF-8?q?ta=20status=20for=20resourcedetection=20sub-co=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9ae0db93a5deb1520460ed4b634b3e6ec6bf10de. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.yaml | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/other.yaml | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/unmaintained.yaml | 14 ++++++++++++++ .../internal/aws/ec2/metadata.yaml | 5 +++++ .../internal/aws/ecs/metadata.yaml | 5 +++++ .../internal/aws/eks/metadata.yaml | 5 +++++ .../internal/aws/elasticbeanstalk/metadata.yaml | 5 +++++ .../internal/aws/lambda/metadata.yaml | 5 +++++ .../internal/azure/aks/metadata.yaml | 5 +++++ .../internal/azure/metadata.yaml | 5 +++++ .../internal/consul/metadata.yaml | 5 +++++ .../internal/docker/metadata.yaml | 5 +++++ .../internal/gcp/metadata.yaml | 5 +++++ .../internal/heroku/metadata.yaml | 5 +++++ .../internal/k8snode/metadata.yaml | 5 +++++ .../internal/openshift/metadata.yaml | 5 +++++ .../internal/system/metadata.yaml | 5 +++++ 18 files changed, 126 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index ae072a77e5a1..9002805c08d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -185,6 +185,20 @@ body: - processor/remotetap - processor/resource - processor/resourcedetection + - processor/resourcedetection/internal/aws/ec2 + - processor/resourcedetection/internal/aws/ecs + - processor/resourcedetection/internal/aws/eks + - processor/resourcedetection/internal/aws/elasticbeanstalk + - processor/resourcedetection/internal/aws/lambda + - processor/resourcedetection/internal/azure + - processor/resourcedetection/internal/azure/aks + - processor/resourcedetection/internal/consul + - processor/resourcedetection/internal/docker + - processor/resourcedetection/internal/gcp + - processor/resourcedetection/internal/heroku + - processor/resourcedetection/internal/k8snode + - processor/resourcedetection/internal/openshift + - processor/resourcedetection/internal/system - processor/routing - processor/schema - processor/span diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 88d834ed4c69..0a0d49a2e740 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -179,6 +179,20 @@ body: - processor/remotetap - processor/resource - processor/resourcedetection + - processor/resourcedetection/internal/aws/ec2 + - processor/resourcedetection/internal/aws/ecs + - processor/resourcedetection/internal/aws/eks + - processor/resourcedetection/internal/aws/elasticbeanstalk + - processor/resourcedetection/internal/aws/lambda + - processor/resourcedetection/internal/azure + - processor/resourcedetection/internal/azure/aks + - processor/resourcedetection/internal/consul + - processor/resourcedetection/internal/docker + - processor/resourcedetection/internal/gcp + - processor/resourcedetection/internal/heroku + - processor/resourcedetection/internal/k8snode + - processor/resourcedetection/internal/openshift + - processor/resourcedetection/internal/system - processor/routing - processor/schema - processor/span diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/other.yaml index 9ea88909bf95..0a02f8039eab 100644 --- a/.github/ISSUE_TEMPLATE/other.yaml +++ b/.github/ISSUE_TEMPLATE/other.yaml @@ -179,6 +179,20 @@ body: - processor/remotetap - processor/resource - processor/resourcedetection + - processor/resourcedetection/internal/aws/ec2 + - processor/resourcedetection/internal/aws/ecs + - processor/resourcedetection/internal/aws/eks + - processor/resourcedetection/internal/aws/elasticbeanstalk + - processor/resourcedetection/internal/aws/lambda + - processor/resourcedetection/internal/azure + - processor/resourcedetection/internal/azure/aks + - processor/resourcedetection/internal/consul + - processor/resourcedetection/internal/docker + - processor/resourcedetection/internal/gcp + - processor/resourcedetection/internal/heroku + - processor/resourcedetection/internal/k8snode + - processor/resourcedetection/internal/openshift + - processor/resourcedetection/internal/system - processor/routing - processor/schema - processor/span diff --git a/.github/ISSUE_TEMPLATE/unmaintained.yaml b/.github/ISSUE_TEMPLATE/unmaintained.yaml index b8c0263ef714..defe573a3302 100644 --- a/.github/ISSUE_TEMPLATE/unmaintained.yaml +++ b/.github/ISSUE_TEMPLATE/unmaintained.yaml @@ -184,6 +184,20 @@ body: - processor/remotetap - processor/resource - processor/resourcedetection + - processor/resourcedetection/internal/aws/ec2 + - processor/resourcedetection/internal/aws/ecs + - processor/resourcedetection/internal/aws/eks + - processor/resourcedetection/internal/aws/elasticbeanstalk + - processor/resourcedetection/internal/aws/lambda + - processor/resourcedetection/internal/azure + - processor/resourcedetection/internal/azure/aks + - processor/resourcedetection/internal/consul + - processor/resourcedetection/internal/docker + - processor/resourcedetection/internal/gcp + - processor/resourcedetection/internal/heroku + - processor/resourcedetection/internal/k8snode + - processor/resourcedetection/internal/openshift + - processor/resourcedetection/internal/system - processor/routing - processor/schema - processor/span diff --git a/processor/resourcedetectionprocessor/internal/aws/ec2/metadata.yaml b/processor/resourcedetectionprocessor/internal/aws/ec2/metadata.yaml index d03e83b5a514..27ce6923a728 100644 --- a/processor/resourcedetectionprocessor/internal/aws/ec2/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/aws/ec2/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/ec2 parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: host.name: description: The hostname diff --git a/processor/resourcedetectionprocessor/internal/aws/ecs/metadata.yaml b/processor/resourcedetectionprocessor/internal/aws/ecs/metadata.yaml index 69c73dc7d18f..d6cd862d6171 100644 --- a/processor/resourcedetectionprocessor/internal/aws/ecs/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/aws/ecs/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/ecs parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: cloud.provider: description: The cloud.provider diff --git a/processor/resourcedetectionprocessor/internal/aws/eks/metadata.yaml b/processor/resourcedetectionprocessor/internal/aws/eks/metadata.yaml index 168b658c9e5f..e078fc9f6c44 100644 --- a/processor/resourcedetectionprocessor/internal/aws/eks/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/aws/eks/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/eks parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: cloud.provider: description: The cloud.provider diff --git a/processor/resourcedetectionprocessor/internal/aws/elasticbeanstalk/metadata.yaml b/processor/resourcedetectionprocessor/internal/aws/elasticbeanstalk/metadata.yaml index 1c0b852403f7..4dc2d7e750d0 100644 --- a/processor/resourcedetectionprocessor/internal/aws/elasticbeanstalk/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/aws/elasticbeanstalk/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/elastic_beanstalk parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: cloud.provider: description: The cloud.provider diff --git a/processor/resourcedetectionprocessor/internal/aws/lambda/metadata.yaml b/processor/resourcedetectionprocessor/internal/aws/lambda/metadata.yaml index 8e48faf6d3b5..f23921707dda 100644 --- a/processor/resourcedetectionprocessor/internal/aws/lambda/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/aws/lambda/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/lambda parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: cloud.provider: description: The cloud.provider diff --git a/processor/resourcedetectionprocessor/internal/azure/aks/metadata.yaml b/processor/resourcedetectionprocessor/internal/azure/aks/metadata.yaml index c5c1af7fbc15..c797e36e8c0e 100644 --- a/processor/resourcedetectionprocessor/internal/azure/aks/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/azure/aks/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/aks parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: cloud.provider: description: The cloud.provider diff --git a/processor/resourcedetectionprocessor/internal/azure/metadata.yaml b/processor/resourcedetectionprocessor/internal/azure/metadata.yaml index 19a6f648ae50..fc72ff86e777 100644 --- a/processor/resourcedetectionprocessor/internal/azure/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/azure/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/azure parent: resourcedetection +status: + class: pkg + codeowners: + active: [mx-psi] + resource_attributes: cloud.provider: description: The cloud.provider diff --git a/processor/resourcedetectionprocessor/internal/consul/metadata.yaml b/processor/resourcedetectionprocessor/internal/consul/metadata.yaml index 582d4fc1c251..14bf75e8204b 100644 --- a/processor/resourcedetectionprocessor/internal/consul/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/consul/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/consul parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: cloud.region: description: The cloud.region diff --git a/processor/resourcedetectionprocessor/internal/docker/metadata.yaml b/processor/resourcedetectionprocessor/internal/docker/metadata.yaml index b9accae32395..8228baf2fad3 100644 --- a/processor/resourcedetectionprocessor/internal/docker/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/docker/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/docker parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: host.name: description: The host.name diff --git a/processor/resourcedetectionprocessor/internal/gcp/metadata.yaml b/processor/resourcedetectionprocessor/internal/gcp/metadata.yaml index b6ab6fcc9ef9..33f5abf6dd18 100644 --- a/processor/resourcedetectionprocessor/internal/gcp/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/gcp/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/gcp parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: host.name: description: The host.name diff --git a/processor/resourcedetectionprocessor/internal/heroku/metadata.yaml b/processor/resourcedetectionprocessor/internal/heroku/metadata.yaml index 275932d67fb7..242686f1d8f5 100644 --- a/processor/resourcedetectionprocessor/internal/heroku/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/heroku/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/heroku parent: resourcedetection +status: + class: pkg + codeowners: + active: [atoulme] + resource_attributes: cloud.provider: description: The cloud.provider diff --git a/processor/resourcedetectionprocessor/internal/k8snode/metadata.yaml b/processor/resourcedetectionprocessor/internal/k8snode/metadata.yaml index 3aac54b505e4..a342f8143800 100644 --- a/processor/resourcedetectionprocessor/internal/k8snode/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/k8snode/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/k8snode parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: k8s.node.uid: description: The Kubernetes node UID diff --git a/processor/resourcedetectionprocessor/internal/openshift/metadata.yaml b/processor/resourcedetectionprocessor/internal/openshift/metadata.yaml index 8a4896bed8ab..bae3cf3b62cc 100644 --- a/processor/resourcedetectionprocessor/internal/openshift/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/openshift/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/openshift parent: resourcedetection +status: + class: pkg + codeowners: + active: [frzifus] + resource_attributes: cloud.provider: description: The cloud.provider diff --git a/processor/resourcedetectionprocessor/internal/system/metadata.yaml b/processor/resourcedetectionprocessor/internal/system/metadata.yaml index 47ebfd6faa01..0a72cd4e28bd 100644 --- a/processor/resourcedetectionprocessor/internal/system/metadata.yaml +++ b/processor/resourcedetectionprocessor/internal/system/metadata.yaml @@ -2,6 +2,11 @@ type: resourcedetectionprocessor/system parent: resourcedetection +status: + class: pkg + codeowners: + active: + resource_attributes: host.name: description: The host.name