You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup typo in metric name from kubelet (DataDog#24018)
The new metric added in the agent is named `limits` with an s.
same goes for requests.
Signed-off-by: Alexandre Lavigne <alexandre.lavigne@datadoghq.com>
kubernetes.pod.memory.request,gauge,,byte,,The pod-level requested memory in bytes,0,kubernetes,k8s.pod.mem.request,
30
-
kubernetes.pod.memory.limit,gauge,,byte,,The pod-level memory limit in bytes,0,kubernetes,k8s.pod.mem.limit,
29
+
kubernetes.pod.memory.requests,gauge,,byte,,The pod-level requested memory in bytes,0,kubernetes,k8s.pod.mem.request,
30
+
kubernetes.pod.memory.limits,gauge,,byte,,The pod-level memory limit in bytes,0,kubernetes,k8s.pod.mem.limit,
31
31
kubernetes.memory.usage,gauge,,byte,,Current memory usage in bytes including all memory regardless of when it was accessed,-1,kubernetes,k8s.mem,
32
32
kubernetes.memory.working_set,gauge,,byte,,Current working set in bytes - this is what the OOM killer is watching for,-1,kubernetes,k8s.mem.ws,
33
33
kubernetes.memory.cache,gauge,,byte,,The amount of memory that is being used to cache data from disk (e.g. memory contents that can be associated precisely with a block on a block device),-1,kubernetes,k8s.mem.cache,
0 commit comments