Commit c352288
Fix Fargate Container Insights: disable RemoveStartTimeAdjustment
The prometheus receiver's RemoveStartTimeAdjustment feature gate was
promoted to beta (enabled by default) in OTel Collector Contrib v0.140.1.
This causes the receiver to no longer set start times on cumulative
metrics, which breaks the cumulativetodelta processor's delta computation.
Without proper start times, cumulativetodelta drops data points, causing
the downstream deltatorate and metricsgeneration processors to produce
no output. This results in pod_cpu_utilization_over_pod_limit and other
computed Fargate metrics not being emitted.
Disable the feature gate to restore the previous behavior. A future
release should migrate to the metricstarttime processor as the
recommended long-term fix.
Ref: open-telemetry/opentelemetry-collector-contrib#439161 parent aec92f1 commit c352288
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments