Skip to content

Commit

Permalink
fix: disable memory_ballast
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 25, 2024
1 parent 956d945 commit b3c49ae
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .k8s/otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ data:
zpages: { }
health_check:
endpoint: "${env:MY_POD_IP}:13133"
memory_ballast:
# Memory Ballast size should be max 1/3 to 1/2 of memory.
size_mib: 683
exporters:
otlp/oteldb:
endpoint: otel-oteldb.faster.svc.cluster.local:4317
Expand Down Expand Up @@ -109,7 +106,7 @@ data:
level: "info"
encoding: "json"
disable_stacktrace: true
extensions: [ zpages, memory_ballast, health_check ]
extensions: [ zpages, health_check ]
pipelines:
traces/spanmetrics:
receivers: [ otlp ]
Expand Down Expand Up @@ -376,9 +373,6 @@ data:
health_check:
endpoint: "${env:MY_POD_IP}:13133"
zpages: {}
memory_ballast:
# Memory Ballast size should be max 1/3 to 1/2 of memory.
size_mib: 683
exporters:
otlp:
endpoint: otel-collector.monitoring.svc.cluster.local:4317
Expand All @@ -390,7 +384,7 @@ data:
level: "info"
encoding: "json"
disable_stacktrace: true
extensions: [zpages, memory_ballast, health_check]
extensions: [zpages, health_check]
pipelines:
metrics:
receivers: [kubeletstats, hostmetrics, hostmetrics/disks]
Expand Down

0 comments on commit b3c49ae

Please sign in to comment.