From adc2fcde6d7b3ad4b2f7332ede2b7731126eb499 Mon Sep 17 00:00:00 2001 From: James PS Date: Thu, 27 Jun 2024 15:44:55 +0100 Subject: [PATCH] charts/aws-otel-collector add new dimension and additional metrics (closes #173) --- CHANGELOG | 6 +++++- charts/aws-otel-collector/Chart.yaml | 2 +- charts/aws-otel-collector/templates/configmap.yaml | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f3b5ab2..6333560 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ -Version 0.1.66 2024-03-27) +Version 0.1.67 (2024-06-27) +--------------------------- +charts/aws-otel-collector: Update otel-agent-config with new dimension 'ClusterName' and additional metrics (#173) + +Version 0.1.66 (2024-03-27) --------------------------- charts/service-deployment: Add support for StatefulSet in deployment.Kind (#170) diff --git a/charts/aws-otel-collector/Chart.yaml b/charts/aws-otel-collector/Chart.yaml index fdd2f7a..8227e04 100644 --- a/charts/aws-otel-collector/Chart.yaml +++ b/charts/aws-otel-collector/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: aws-otel-collector description: A Helm chart to deploy aws-otel-collector project -version: 0.2.0 +version: 0.2.1 appVersion: "v0.33.1" icon: https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png home: https://github.com/snowplow-devops/helm-charts diff --git a/charts/aws-otel-collector/templates/configmap.yaml b/charts/aws-otel-collector/templates/configmap.yaml index 6d49185..15b7901 100755 --- a/charts/aws-otel-collector/templates/configmap.yaml +++ b/charts/aws-otel-collector/templates/configmap.yaml @@ -37,6 +37,11 @@ data: metric_name_selectors: - pod_cpu_utilization - pod_memory_utilization + - dimensions: [[ClusterName]] + metric_name_selectors: + - cluster_node_count + - node_cpu_utilization + - node_memory_utilization service: pipelines: