Skip to content

Commit

Permalink
add container.restarts (#19137)
Browse files Browse the repository at this point in the history
  • Loading branch information
keisku authored Dec 18, 2024
1 parent f2a8233 commit 04e51c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ container.net.sent.packets,gauge,,,,The number of network packets sent (per inte
container.pid.open_files,gauge,,,,The number of open file descriptors (Linux only),0,container,open_files,
container.pid.thread_count,gauge,,,,The number of threads running inside this container,0,container,thread_count,
container.pid.thread_limit,gauge,,,,The maximum number of threads for this container,0,container,thread_limit,
container.restarts,gauge,,,,The number of container restarted,0,container,restarts,
container.uptime,gauge,,second,,The container uptime,0,container,uptime,

0 comments on commit 04e51c9

Please sign in to comment.