Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Aug 24, 2023
1 parent 573e72f commit 451f3b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions docs/system/container-metrics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Container Metrics
linkTitle: Container
--->

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

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

<!-- semconv metric.container.disk.write.bytes(full) -->
Expand Down Expand Up @@ -96,4 +96,6 @@ This metric is optional.
<!-- endsemconv -->

<!-- semconv metric.container.network.egress.bytes(full) -->
<!-- endsemconv -->
<!-- endsemconv -->

[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.22.0/specification/document-status.md
4 changes: 2 additions & 2 deletions model/metrics/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ groups:
metric_name: container.disk.write.bytes
brief: "Disk write bytes for the container."
note: >
The total number of bytes written
The total number of bytes written
successfully (aggregated from all disks).
instrument: counter
unit: "By"
Expand All @@ -54,4 +54,4 @@ groups:
on all network interfaces
by the container.
instrument: counter
unit: "By"
unit: "By"

0 comments on commit 451f3b2

Please sign in to comment.