Skip to content

Commit

Permalink
add reserved capacity for cpu and memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ianarsenault committed Nov 15, 2024
1 parent db67d4a commit b389802
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.4.1
version: 0.5.0
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
9 changes: 9 additions & 0 deletions charts/aws-otel-collector/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ data:
- pod_memory_utilization
- pod_number_of_running_containers
- pod_number_of_container_restarts
- pod_cpu_reserved_capacity
- pod_memory_reserved_capacity
- dimensions: [[FullPodName, Namespace, ClusterName]]
metric_name_selectors:
- pod_cpu_utilization
Expand Down Expand Up @@ -119,10 +121,17 @@ data:
- pod_memory_utilization
- pod_number_of_running_containers
- pod_number_of_container_restarts
- pod_cpu_reserved_capacity
- pod_memory_reserved_capacity
- dimensions: [[FullPodName, Namespace, ClusterName]]
metric_name_selectors:
- pod_cpu_utilization
- pod_memory_utilization
- dimensions: [[ClusterName]]
metric_name_selectors:
- cluster_node_count
- node_cpu_utilization
- node_memory_utilization

awsemf/prometheus:
namespace: ContainerInsights/Prometheus
Expand Down

0 comments on commit b389802

Please sign in to comment.