Skip to content

Commit

Permalink
Remove cpu.shares from documentation as removed from check (DataDog…
Browse files Browse the repository at this point in the history
  • Loading branch information
vboulineau authored Dec 27, 2021
1 parent 02cf415 commit 17ad20d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ container.cpu.user,rate,,nanosecond,,The container userspace CPU usage,0,contain
container.cpu.system,rate,,nanosecond,,The container system CPU usage,0,container,cpu_system
container.cpu.throttled,rate,,nanosecond,,The total cpu throttled time,0,container,cpu_throttled
container.cpu.throttled.periods,rate,,,,The number of periods during which the container was throttled,0,container,cpu_throttled_periods
container.cpu.shares,gauge,,,,The number of CPU shares assigned to the container,0,container,cpu_shares
container.cpu.limit,gauge,,nanosecond,,The maximum CPU time available to the container,0,container,cpu_limit
container.memory.usage,gauge,,byte,,The container total memory usage,0,container,mem_usage
container.memory.kernel,gauge,,byte,,The container kernel memory usage,0,container,mem_kernel_usage
Expand Down

0 comments on commit 17ad20d

Please sign in to comment.