From c699fdbf773fb6664d4e7eb9b42b6ad90b938cb5 Mon Sep 17 00:00:00 2001 From: Armin Ruech Date: Wed, 29 Jan 2020 09:19:22 +0100 Subject: [PATCH] Remove `component` attribute as per #271 --- specification/data-messaging.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/data-messaging.md b/specification/data-messaging.md index c6cfec18c5c..c17f16ad109 100644 --- a/specification/data-messaging.md +++ b/specification/data-messaging.md @@ -51,7 +51,6 @@ The processor of the message should set the kind to `CONSUMER`, unless it always | Attribute name | Notes and examples | Required? | | -------------- | ---------------------------------------------------------------------- | --------- | -| `component` | Denotes the type of the span and needs to be `messaging`. | Yes | | `messaging.system` | A string identifying the messaging system vendor such as `kafka`, `rabbitmq` or `activemq`. | Yes | | `messaging.destination` | The message destination name, e.g. `MyQueue` or `MyTopic`. | Yes | | `messaging.destination_kind` | The kind of message destination: Either `queue` or `topic`. | Yes |