diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index ea37041b..2454e5b9 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,9 @@ ## OpenTelemtry-Integration +### v0.0.25 / 2023-10-26 +* [CHORE] Remove unnecessary cloud resource detector configuration. + ### v0.0.24 / 2023-10-26 * [FIX] service::pipelines::logs: references exporter "k8sattributes" which is not configured diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index dd90250d..efa6893f 100644 --- a/otel-integration/k8s-helm/Chart.yaml +++ b/otel-integration/k8s-helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: otel-integration description: OpenTelemetry Integration -version: 0.0.24 +version: 0.0.25 keywords: - OpenTelemetry Collector - OpenTelemetry Agent diff --git a/otel-integration/k8s-helm/values-windows.yaml b/otel-integration/k8s-helm/values-windows.yaml index 8cfa97cc..d6b9e779 100644 --- a/otel-integration/k8s-helm/values-windows.yaml +++ b/otel-integration/k8s-helm/values-windows.yaml @@ -127,18 +127,6 @@ opentelemetry-agent-windows: detectors: ["gcp", "ec2"] timeout: 2s override: true - gcp: - resource_attributes: - cloud.region: - enabled: true - cloud.availability_zone: - enabled: true - ec2: - resource_attributes: - cloud.region: - enabled: true - cloud.availability_zone: - enabled: true k8sattributes: filter: node_from_env_var: KUBE_NODE_NAME diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index 3b13ee8a..d327b27c 100644 --- a/otel-integration/k8s-helm/values.yaml +++ b/otel-integration/k8s-helm/values.yaml @@ -129,18 +129,6 @@ opentelemetry-agent: detectors: ["gcp", "ec2"] timeout: 2s override: true - gcp: - resource_attributes: - cloud.region: - enabled: true - cloud.availability_zone: - enabled: true - ec2: - resource_attributes: - cloud.region: - enabled: true - cloud.availability_zone: - enabled: true k8sattributes: filter: node_from_env_var: KUBE_NODE_NAME @@ -377,18 +365,6 @@ opentelemetry-cluster-collector: detectors: ["gcp", "ec2"] timeout: 2s override: true - gcp: - resource_attributes: - cloud.region: - enabled: true - cloud.availability_zone: - enabled: true - ec2: - resource_attributes: - cloud.region: - enabled: true - cloud.availability_zone: - enabled: true # Will get the k8s resource limits memory_limiter: null