Skip to content

Commit

Permalink
Remove component attribute as per open-telemetry#271
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru committed Apr 7, 2020
1 parent d976443 commit 9a7254a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specification/data-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 9a7254a

Please sign in to comment.