From 451f3b217be14da616501bc7825f6d09634a81e2 Mon Sep 17 00:00:00 2001 From: ChrsMark Date: Thu, 24 Aug 2023 15:23:39 +0300 Subject: [PATCH] fix lint errors Signed-off-by: ChrsMark --- docs/system/container-metrics.md | 8 +++++--- model/metrics/container.yaml | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/system/container-metrics.md b/docs/system/container-metrics.md index 5147f13a82..48947005dd 100644 --- a/docs/system/container-metrics.md +++ b/docs/system/container-metrics.md @@ -1,5 +1,5 @@ # Semantic Conventions for Container Metrics @@ -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). @@ -96,4 +96,6 @@ This metric is optional. - \ No newline at end of file + + +[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.22.0/specification/document-status.md diff --git a/model/metrics/container.yaml b/model/metrics/container.yaml index b5536e5f4a..6ecf2b40e9 100644 --- a/model/metrics/container.yaml +++ b/model/metrics/container.yaml @@ -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" @@ -54,4 +54,4 @@ groups: on all network interfaces by the container. instrument: counter - unit: "By" \ No newline at end of file + unit: "By"