From 1c35926720f7054caf79f3cf30a4b812dbea224f Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Wed, 22 Jun 2022 21:46:24 -0700 Subject: [PATCH] Add network metrics to process semantic conventions (#2556) --- CHANGELOG.md | 2 ++ specification/metrics/semantic_conventions/process-metrics.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df7821286d4..0e25484d4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ release. - Add `net.app.protocol.*` attributes ([#2602](https://github.com/open-telemetry/opentelemetry-specification/pull/2602)). +- Add network metrics to process semantic conventions + ([#2556](https://github.com/open-telemetry/opentelemetry-specification/pull/2556)) - Adopt attribute requirement levels in semantic conventions ([#2594](https://github.com/open-telemetry/opentelemetry-specification/pull/2594)) - Add semantic conventions for GraphQL diff --git a/specification/metrics/semantic_conventions/process-metrics.md b/specification/metrics/semantic_conventions/process-metrics.md index cdc87143a37..d6e25c73009 100644 --- a/specification/metrics/semantic_conventions/process-metrics.md +++ b/specification/metrics/semantic_conventions/process-metrics.md @@ -38,6 +38,7 @@ Below is a table of Process metric instruments. | `process.memory.usage` | UpDownCounter | By | The amount of physical memory in use. | | | `process.memory.virtual` | UpDownCounter | By | The amount of committed virtual memory. | | | `process.disk.io` | Counter | By | Disk bytes transferred. | `direction` SHOULD be one of: `read`, `write` | +| `process.network.io` | Counter | By | Network bytes transferred. | `direction` SHOULD be one of: `receive`, `transmit` | ## Attributes