You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/messaging/azure-messaging.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,12 +145,12 @@ and SHOULD be provided **at span creation time** (if provided at all):
145
145
|`settle`| One or more messages are settled. ||
146
146
147
147
<details>
148
-
<summary><b>Past Defined Values:</b></summary>
148
+
<summary><b>Deprecated Values:</b></summary>
149
149
150
150
| Value | Description | Deprecation Explanation |
151
151
|---|---|---|
152
-
|`deliver`|Deprecated. Use `process` instead. | Use `process` instead. |
153
-
|`publish`|Deprecated. Use `send` instead. | Use `send` instead. |
152
+
|`deliver`|One or more messages are delivered to a consumer. | Use `process` instead. |
153
+
|`publish`|One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created. | Use `send` instead. |
154
154
155
155
</details>
156
156
@@ -277,12 +277,12 @@ and SHOULD be provided **at span creation time** (if provided at all):
277
277
|`settle`| One or more messages are settled. ||
278
278
279
279
<details>
280
-
<summary><b>Past Defined Values:</b></summary>
280
+
<summary><b>Deprecated Values:</b></summary>
281
281
282
282
| Value | Description | Deprecation Explanation |
283
283
|---|---|---|
284
-
|`deliver`|Deprecated. Use `process` instead. | Use `process` instead. |
285
-
|`publish`|Deprecated. Use `send` instead. | Use `send` instead. |
284
+
|`deliver`|One or more messages are delivered to a consumer. | Use `process` instead. |
285
+
|`publish`|One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created. | Use `send` instead. |
Copy file name to clipboardExpand all lines: docs/messaging/gcp-pubsub.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,12 +140,12 @@ and SHOULD be provided **at span creation time** (if provided at all):
140
140
|`settle`| One or more messages are settled. ||
141
141
142
142
<details>
143
-
<summary><b>Past Defined Values:</b></summary>
143
+
<summary><b>Deprecated Values:</b></summary>
144
144
145
145
| Value | Description | Deprecation Explanation |
146
146
|---|---|---|
147
-
|`deliver`|Deprecated. Use `process` instead. | Use `process` instead. |
148
-
|`publish`|Deprecated. Use `send` instead. | Use `send` instead. |
147
+
|`deliver`|One or more messages are delivered to a consumer. | Use `process` instead. |
148
+
|`publish`|One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created. | Use `send` instead. |
Copy file name to clipboardExpand all lines: docs/messaging/kafka.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,12 +149,12 @@ and SHOULD be provided **at span creation time** (if provided at all):
149
149
|`settle`| One or more messages are settled. ||
150
150
151
151
<details>
152
-
<summary><b>Past Defined Values:</b></summary>
152
+
<summary><b>Deprecated Values:</b></summary>
153
153
154
154
| Value | Description | Deprecation Explanation |
155
155
|---|---|---|
156
-
|`deliver`|Deprecated. Use `process` instead. | Use `process` instead. |
157
-
|`publish`|Deprecated. Use `send` instead. | Use `send` instead. |
156
+
|`deliver`|One or more messages are delivered to a consumer. | Use `process` instead. |
157
+
|`publish`|One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created. | Use `send` instead. |
Copy file name to clipboardExpand all lines: docs/messaging/messaging-metrics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,12 +145,12 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi
145
145
|`settle`| One or more messages are settled. ||
146
146
147
147
<details>
148
-
<summary><b>Past Defined Values:</b></summary>
148
+
<summary><b>Deprecated Values:</b></summary>
149
149
150
150
| Value | Description | Deprecation Explanation |
151
151
|---|---|---|
152
-
|`deliver`|Deprecated. Use `process` instead. | Use `process` instead. |
153
-
|`publish`|Deprecated. Use `send` instead. | Use `send` instead. |
152
+
|`deliver`|One or more messages are delivered to a consumer. | Use `process` instead. |
153
+
|`publish`|One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created. | Use `send` instead. |
Copy file name to clipboardExpand all lines: docs/messaging/messaging-spans.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -491,12 +491,12 @@ and SHOULD be provided **at span creation time** (if provided at all):
491
491
|`settle`| One or more messages are settled. ||
492
492
493
493
<details>
494
-
<summary><b>Past Defined Values:</b></summary>
494
+
<summary><b>Deprecated Values:</b></summary>
495
495
496
496
| Value | Description | Deprecation Explanation |
497
497
|---|---|---|
498
-
|`deliver`|Deprecated. Use `process` instead. | Use `process` instead. |
499
-
|`publish`|Deprecated. Use `send` instead. | Use `send` instead. |
498
+
|`deliver`|One or more messages are delivered to a consumer. | Use `process` instead. |
499
+
|`publish`|One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created. | Use `send` instead. |
Copy file name to clipboardExpand all lines: docs/messaging/rabbitmq.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,12 +137,12 @@ and SHOULD be provided **at span creation time** (if provided at all):
137
137
|`settle`| One or more messages are settled. ||
138
138
139
139
<details>
140
-
<summary><b>Past Defined Values:</b></summary>
140
+
<summary><b>Deprecated Values:</b></summary>
141
141
142
142
| Value | Description | Deprecation Explanation |
143
143
|---|---|---|
144
-
|`deliver`|Deprecated. Use `process` instead. | Use `process` instead. |
145
-
|`publish`|Deprecated. Use `send` instead. | Use `send` instead. |
144
+
|`deliver`|One or more messages are delivered to a consumer. | Use `process` instead. |
145
+
|`publish`|One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created. | Use `send` instead. |
Copy file name to clipboardExpand all lines: docs/messaging/rocketmq.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,12 +144,12 @@ and SHOULD be provided **at span creation time** (if provided at all):
144
144
|`settle`| One or more messages are settled. ||
145
145
146
146
<details>
147
-
<summary><b>Past Defined Values:</b></summary>
147
+
<summary><b>Deprecated Values:</b></summary>
148
148
149
149
| Value | Description | Deprecation Explanation |
150
150
|---|---|---|
151
-
|`deliver`|Deprecated. Use `process` instead. | Use `process` instead. |
152
-
|`publish`|Deprecated. Use `send` instead. | Use `send` instead. |
151
+
|`deliver`|One or more messages are delivered to a consumer. | Use `process` instead. |
152
+
|`publish`|One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created. | Use `send` instead. |
Copy file name to clipboardExpand all lines: docs/messaging/sns.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,12 +91,12 @@ and SHOULD be provided **at span creation time** (if provided at all):
91
91
|`settle`| One or more messages are settled. ||
92
92
93
93
<details>
94
-
<summary><b>Past Defined Values:</b></summary>
94
+
<summary><b>Deprecated Values:</b></summary>
95
95
96
96
| Value | Description | Deprecation Explanation |
97
97
|---|---|---|
98
-
|`deliver`|Deprecated. Use `process` instead. | Use `process` instead. |
99
-
|`publish`|Deprecated. Use `send` instead. | Use `send` instead. |
98
+
|`deliver`|One or more messages are delivered to a consumer. | Use `process` instead. |
99
+
|`publish`|One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created. | Use `send` instead. |
0 commit comments