Skip to content

Commit f79b1d5

Browse files
authored
fix spelling error (#20046)
1 parent 8e92ffa commit f79b1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container/metadata.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ container.cpu.throttled.periods,gauge,,,,The number of periods during which the
66
container.cpu.usage,gauge,,nanocore,,The container total CPU Usage,0,container,cpu_total,
77
container.cpu.user,gauge,,nanocore,,The container userspace CPU usage,0,container,cpu_user,
88
container.io.read,gauge,,byte,,The number of bytes read from disks by this container,0,container,io_read,
9-
container.io.read.operations,gauge,,,,The number of read operations done by this continer,0,container,io_read_ops,
9+
container.io.read.operations,gauge,,,,The number of read operations done by this container,0,container,io_read_ops,
1010
container.io.write,gauge,,byte,,The number of bytes written to disks by this container,0,container,io_write,
11-
container.io.write.operations,gauge,,,,The number of write operations done by this continer,0,container,io_write_ops,
11+
container.io.write.operations,gauge,,,,The number of write operations done by this container,0,container,io_write_ops,
1212
container.memory.cache,gauge,,byte,,The container cache usage,0,container,mem_cache,
1313
container.memory.commit,gauge,,byte,,The container commit memory usage,0,container,mem_commit,
1414
container.memory.commit.peak,gauge,,byte,,The container peak commit memory usage,0,container,mem_commit_peak,

0 commit comments

Comments
 (0)