@@ -1385,9 +1385,9 @@ func NewKubeletSpecs(interfaceCache *kubeletMetric.InterfaceCache) definition.Sp
13851385 {Name : "containerMemoryMappedFileBytes" , ValueFunc : definition .FromRaw ("container_memory_mapped_file" ), Type : sdkMetric .GAUGE , Optional : true },
13861386 {Name : "containerOOMEventsDelta" , ValueFunc : definition .FromRaw ("container_oom_events_total" ), Type : sdkMetric .PDELTA , Optional : true },
13871387 // In openshift (and possibly in other environments) these metrics were missing at first for pods that were not throttled.
1388- {Name : "containerCpuCfsPeriodsDelta" , ValueFunc : definition .FromRaw ("container_cpu_cfs_periods_total" ), Type : sdkMetric .DELTA , Optional : true },
1389- {Name : "containerCpuCfsThrottledPeriodsDelta" , ValueFunc : definition .FromRaw ("container_cpu_cfs_throttled_periods_total" ), Type : sdkMetric .DELTA , Optional : true },
1390- {Name : "containerCpuCfsThrottledSecondsDelta" , ValueFunc : definition .FromRaw ("container_cpu_cfs_throttled_seconds_total" ), Type : sdkMetric .DELTA , Optional : true },
1388+ {Name : "containerCpuCfsPeriodsDelta" , ValueFunc : definition .FromRaw ("container_cpu_cfs_periods_total" ), Type : sdkMetric .PDELTA , Optional : true },
1389+ {Name : "containerCpuCfsThrottledPeriodsDelta" , ValueFunc : definition .FromRaw ("container_cpu_cfs_throttled_periods_total" ), Type : sdkMetric .PDELTA , Optional : true },
1390+ {Name : "containerCpuCfsThrottledSecondsDelta" , ValueFunc : definition .FromRaw ("container_cpu_cfs_throttled_seconds_total" ), Type : sdkMetric .PDELTA , Optional : true },
13911391 {Name : "containerCpuCfsPeriodsTotal" , ValueFunc : definition .FromRaw ("container_cpu_cfs_periods_total" ), Type : sdkMetric .GAUGE , Optional : true },
13921392 {Name : "containerCpuCfsThrottledPeriodsTotal" , ValueFunc : definition .FromRaw ("container_cpu_cfs_throttled_periods_total" ), Type : sdkMetric .GAUGE , Optional : true },
13931393 {Name : "containerCpuCfsThrottledSecondsTotal" , ValueFunc : definition .FromRaw ("container_cpu_cfs_throttled_seconds_total" ), Type : sdkMetric .GAUGE , Optional : true },
0 commit comments