Skip to content

Commit

Permalink
charts/aws-otel-collector add new dimension and additional metrics (c…
Browse files Browse the repository at this point in the history
…loses #173)
  • Loading branch information
jamesarems committed Jul 1, 2024
1 parent 918b6d8 commit adc2fcd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion charts/aws-otel-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions charts/aws-otel-collector/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit adc2fcd

Please sign in to comment.