Skip to content

Commit b2b4842

Browse files
committed
Back out brief fixes
1 parent 1e78cac commit b2b4842

File tree

13 files changed

+34
-38
lines changed

13 files changed

+34
-38
lines changed

docs/messaging/azure-messaging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
152152

153153
| Value | Description | Deprecation Explanation |
154154
|---|---|---|
155-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
156-
| `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` value instead. |
155+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
156+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
157157

158158
</details>
159159

@@ -287,8 +287,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
287287

288288
| Value | Description | Deprecation Explanation |
289289
|---|---|---|
290-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
291-
| `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` value instead. |
290+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
291+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
292292

293293
</details>
294294

docs/messaging/gcp-pubsub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
146146

147147
| Value | Description | Deprecation Explanation |
148148
|---|---|---|
149-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
150-
| `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` value instead. |
149+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
150+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
151151

152152
</details>
153153

docs/messaging/kafka.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
155155

156156
| Value | Description | Deprecation Explanation |
157157
|---|---|---|
158-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
159-
| `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` value instead. |
158+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
159+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
160160

161161
</details>
162162

docs/messaging/messaging-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi
151151

152152
| Value | Description | Deprecation Explanation |
153153
|---|---|---|
154-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
155-
| `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` value instead. |
154+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
155+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
156156

157157
</details>
158158

docs/messaging/messaging-spans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
497497

498498
| Value | Description | Deprecation Explanation |
499499
|---|---|---|
500-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
501-
| `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` value instead. |
500+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
501+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
502502

503503
</details>
504504

docs/messaging/rabbitmq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
143143

144144
| Value | Description | Deprecation Explanation |
145145
|---|---|---|
146-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
147-
| `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` value instead. |
146+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
147+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
148148

149149
</details>
150150

docs/messaging/rocketmq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
150150

151151
| Value | Description | Deprecation Explanation |
152152
|---|---|---|
153-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
154-
| `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` value instead. |
153+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
154+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
155155

156156
</details>
157157

docs/messaging/sns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
9797

9898
| Value | Description | Deprecation Explanation |
9999
|---|---|---|
100-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
101-
| `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` value instead. |
100+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
101+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
102102

103103
</details>
104104

docs/messaging/sqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
9797

9898
| Value | Description | Deprecation Explanation |
9999
|---|---|---|
100-
| `deliver` | One or more messages are delivered to a consumer. | Use `process` value instead. |
101-
| `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` value instead. |
100+
| `deliver` | Deprecated. Use `process` instead. | Use `process` value instead. |
101+
| `publish` | Deprecated. Use `send` instead. | Use `send` value instead. |
102102

103103
</details>
104104

docs/registry/attributes/db.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,12 @@ Describes deprecated database attributes.
300300
| Value | Description | Deprecation Explanation |
301301
|---|---|---|
302302
| `adabas` | Adabas (Adaptable Database System) | Use `adabas` value for `db.system.name` attribute instead. |
303-
| `cache` | InterSystems Caché | Use `intersystems_cache` value for `db.system.name` attribute instead. |
303+
| `cache` | Deprecated, use `intersystems_cache` instead. | Use `intersystems_cache` value for `db.system.name` attribute instead. |
304304
| `cassandra` | Apache Cassandra | Use `cassandra` value for `db.system.name` attribute instead. |
305305
| `clickhouse` | ClickHouse | Use `clickhouse` value for `db.system.name` attribute instead. |
306-
| `cloudscape` | Cloudscape | Use `other_sql` value for `db.system.name` attribute instead. |
306+
| `cloudscape` | Deprecated, use `other_sql` instead. | Use `other_sql` value for `db.system.name` attribute instead. |
307307
| `cockroachdb` | CockroachDB | Use `cockroachdb` value for `db.system.name` attribute instead. |
308-
| `coldfusion` | ColdFusion IMQ | No replacement at this time. |
308+
| `coldfusion` | Deprecated, no replacement at this time. | Obsoleted. |
309309
| `cosmosdb` | Microsoft Azure Cosmos DB | Use `cosmosdb` value for `db.system.name` attribute instead. |
310310
| `couchbase` | Couchbase | Use `couchbase` value for `db.system.name` attribute instead. |
311311
| `couchdb` | CouchDB | Use `couchdb` value for `db.system.name` attribute instead. |
@@ -316,7 +316,7 @@ Describes deprecated database attributes.
316316
| `elasticsearch` | Elasticsearch | Use `elasticsearch` value for `db.system.name` attribute instead. |
317317
| `filemaker` | FileMaker | Use `filemaker` value for `db.system.name` attribute instead. |
318318
| `firebird` | Firebird | Use `firebird` value for `db.system.name` attribute instead. |
319-
| `firstsql` | FirstSQL | Use `other_sql` value for `db.system.name` attribute instead. |
319+
| `firstsql` | Deprecated, use `other_sql` instead. | Use `other_sql` value for `db.system.name` attribute instead. |
320320
| `geode` | Apache Geode | Use `geode` value for `db.system.name` attribute instead. |
321321
| `h2` | H2 | Use `h2` value for `db.system.name` attribute instead. |
322322
| `hanadb` | SAP HANA | Use `hanadb` value for `db.system.name` attribute instead. |
@@ -334,7 +334,7 @@ Describes deprecated database attributes.
334334
| `memcached` | Memcached | Use `memcached` value for `db.system.name` attribute instead. |
335335
| `mongodb` | MongoDB | Use `mongodb` value for `db.system.name` attribute instead. |
336336
| `mssql` | Microsoft SQL Server | Use `mssql` value for `db.system.name` attribute instead. |
337-
| `mssqlcompact` | Microsoft SQL Server Compact | Use `other_sql` value for `db.system.name` attribute instead. |
337+
| `mssqlcompact` | Deprecated, Microsoft SQL Server Compact is discontinued. | Use `other_sql` value for `db.system.name` attribute instead. |
338338
| `mysql` | MySQL | Use `mysql` value for `db.system.name` attribute instead. |
339339
| `neo4j` | Neo4j | Use `neo4j` value for `db.system.name` attribute instead. |
340340
| `netezza` | Netezza | Use `netezza` value for `db.system.name` attribute instead. |

0 commit comments

Comments
 (0)