From eae8b8c641e62554757f6a52ea9aba81ae1a34f6 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 30 May 2024 15:26:18 -0700 Subject: [PATCH] up --- docs/messaging/messaging-metrics.md | 4 ---- model/trace/messaging.yaml | 3 --- 2 files changed, 7 deletions(-) diff --git a/docs/messaging/messaging-metrics.md b/docs/messaging/messaging-metrics.md index bb0c95cf4a..3d34172810 100644 --- a/docs/messaging/messaging-metrics.md +++ b/docs/messaging/messaging-metrics.md @@ -153,7 +153,6 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi - ## Producer metrics ### Metric: `messaging.client.published.messages` @@ -263,7 +262,6 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi - ## Consumer metrics ### Metric: `messaging.client.consumed.messages` @@ -374,7 +372,6 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi - ### Metric: `messaging.process.duration` When this metric is reported alongside a messaging process span, the metric value SHOULD be the same as the corresponding span duration. @@ -488,7 +485,6 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi - [DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/blob/v1.21.0/specification/document-status.md [MetricRequired]: /docs/general/metric-requirement-level.md#required [MetricRecommended]: /docs/general/metric-requirement-level.md#recommended diff --git a/model/trace/messaging.yaml b/model/trace/messaging.yaml index b944dc8cdc..6f46eeb0f0 100644 --- a/model/trace/messaging.yaml +++ b/model/trace/messaging.yaml @@ -73,9 +73,6 @@ groups: attributes: - ref: messaging.system requirement_level: required - - ref: messaging.batch.message_count - requirement_level: - conditionally_required: If the span describes an operation on a batch of messages. - ref: messaging.client.id requirement_level: recommended - ref: messaging.destination.partition.id