Skip to content

Commit b7d690a

Browse files
committed
fix lint errors
Signed-off-by: ChrsMark <[email protected]>
1 parent 573e72f commit b7d690a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/system/container-metrics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
2-
linkTitle: Container Metrics
2+
linkTitle: Container
33
--->
44

55
# Semantic Conventions for Container Metrics
@@ -62,7 +62,7 @@ This metric is optional.
6262
| -------- | --------------- | ----------- | -------------- |
6363
| `container.disk.write.bytes` | Counter | `By` | Disk write bytes for the container. [1] |
6464

65-
**[1]:** The total number of bytes written successfully (aggregated from all disks).
65+
**[1]:** The total number of bytes written successfully (aggregated from all disks).
6666
<!-- endsemconv -->
6767

6868
<!-- semconv metric.container.disk.write.bytes(full) -->

model/metrics/container.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ groups:
3131
metric_name: container.disk.write.bytes
3232
brief: "Disk write bytes for the container."
3333
note: >
34-
The total number of bytes written
34+
The total number of bytes written
3535
successfully (aggregated from all disks).
3636
instrument: counter
3737
unit: "By"
@@ -54,4 +54,4 @@ groups:
5454
on all network interfaces
5555
by the container.
5656
instrument: counter
57-
unit: "By"
57+
unit: "By"

0 commit comments

Comments
 (0)