From b8c94dcf41a6235d041da3fe76023965aac1d4df Mon Sep 17 00:00:00 2001 From: cwildman Date: Wed, 14 Oct 2020 14:04:09 -0700 Subject: [PATCH] Remove unnecessary test Co-authored-by: Justin Foote --- specification/metrics/semantic_conventions/messaging.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/specification/metrics/semantic_conventions/messaging.md b/specification/metrics/semantic_conventions/messaging.md index eae1783084b..d4805ff7444 100644 --- a/specification/metrics/semantic_conventions/messaging.md +++ b/specification/metrics/semantic_conventions/messaging.md @@ -96,5 +96,3 @@ The following metric instruments SHOULD be captured for every message process op |----------------------|---------------|--------------|-------------| | `messaging.consumer.processed.messages` | Counter | messages | Total number of messages processed. | | `messaging.consumer.processed.duration` | ValueRecorder | milliseconds | Time spent processing a message. | - -Test