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/database/database-metrics.md
-130Lines changed: 0 additions & 130 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,71 +228,6 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
228
228
|---|---|---|
229
229
|`_OTHER`| A fallback error value to be used when the instrumentation doesn't define a custom value. ||
230
230
231
-
<details>
232
-
<summary><b>Past Attributes:</b></summary>
233
-
234
-
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
235
-
|---|---|---|---|---|---|
236
-
|[`db.system`](/docs/registry/attributes/db.md)| string | Deprecated, use `db.system.name` instead. |`other_sql`; `adabas`; `intersystems_cache`|`Rename`| Use [`db.system.name`](/docs/registry/attributes/db.md) instead. |
237
-
238
-
---
239
-
240
-
`db.system` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
@@ -472,71 +407,6 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
472
407
|---|---|---|
473
408
|`_OTHER`| A fallback error value to be used when the instrumentation doesn't define a custom value. ||
474
409
475
-
<details>
476
-
<summary><b>Past Attributes:</b></summary>
477
-
478
-
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
479
-
|---|---|---|---|---|---|
480
-
|[`db.system`](/docs/registry/attributes/db.md)| string | Deprecated, use `db.system.name` instead. |`other_sql`; `adabas`; `intersystems_cache`|`Rename`| Use [`db.system.name`](/docs/registry/attributes/db.md) instead. |
481
-
482
-
---
483
-
484
-
`db.system` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
Copy file name to clipboardExpand all lines: docs/database/database-spans.md
-68Lines changed: 0 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,74 +299,6 @@ and SHOULD be provided **at span creation time** (if provided at all):
299
299
|---|---|---|
300
300
|`_OTHER`| A fallback error value to be used when the instrumentation doesn't define a custom value. ||
301
301
302
-
<details>
303
-
<summary><b>Past Attributes:</b></summary>
304
-
305
-
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
306
-
|---|---|---|---|---|---|
307
-
|[`db.connection_string`](/docs/registry/attributes/db.md)| string | Deprecated, use `server.address`, `server.port` attributes instead. |`Server=(localdb)\v11.0;Integrated Security=true;`|`Update`| Replaced by `server.address` and `server.port`. |
308
-
|[`db.instance.id`](/docs/registry/attributes/db.md)| string | Deprecated, no general replacement at this time. For Elasticsearch, use `db.elasticsearch.node.name` instead. |`mysql-e26b99z.example.com`|`Drop`| Removed, no general replacement at this time. For Elasticsearch, use `db.elasticsearch.node.name` instead. |
309
-
|[`db.system`](/docs/registry/attributes/db.md)| string | Deprecated, use `db.system.name` instead. |`other_sql`; `adabas`; `intersystems_cache`|`Rename`| Use [`db.system.name`](/docs/registry/attributes/db.md) instead. |
310
-
|[`db.user`](/docs/registry/attributes/db.md)| string | Deprecated, no replacement at this time. |`readonly_user`; `reporting_user`|`Drop`| Removed, no replacement at this time. |
311
-
312
-
---
313
-
314
-
`db.system` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
Copy file name to clipboardExpand all lines: docs/exceptions/exceptions-spans.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,6 @@ This event describes a single exception.
41
41
42
42
**[2]`exception.type`:** Required if `exception.message` is not set, recommended otherwise.
43
43
44
-
<details>
45
-
<summary><b>Past Attributes:</b></summary>
46
-
47
-
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
48
-
|---|---|---|---|---|---|
49
-
|[`exception.escaped`](/docs/registry/attributes/exception.md)| boolean | Indicates that the exception is escaping the scope of the span. ||`Drop`| It's no longer recommended to record exceptions that are handled and do not escape the scope of a span. |
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
268
-
|---|---|---|---|---|---|
269
-
|[`http.method`](/docs/registry/attributes/http.md)| string | Deprecated, use `http.request.method` instead. |`GET`; `POST`; `HEAD`|`Rename`| Use [`http.request.method`](/docs/registry/attributes/http.md) instead. |
270
-
|[`http.scheme`](/docs/registry/attributes/http.md)| string | Deprecated, use `url.scheme` instead. |`http`; `https`|`Rename`| Use [`url.scheme`](/docs/registry/attributes/url.md) instead. |
271
-
|[`net.host.name`](/docs/registry/attributes/network.md)| string | Deprecated, use `server.address`. |`example.com`|`Rename`| Use [`server.address`](/docs/registry/attributes/server.md) instead. |
272
-
|[`net.host.port`](/docs/registry/attributes/network.md)| int | Deprecated, use `server.port`. |`8080`|`Rename`| Use [`server.port`](/docs/registry/attributes/server.md) instead. |
0 commit comments