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
| <aid="android-state"href="#android-state">`android.state`</a> | string | Deprecated. Use `android.app.state` instead. [2]|`created`; `background`; `foreground`|<br>Renamed to `android.app.state`|
37
-
38
-
**[2]`android.state`:** The Android lifecycle states are defined in [Activity lifecycle callbacks](https://developer.android.com/guide/components/activities/activity-lifecycle#lc), and from which the `OS identifiers` are derived.
36
+
| <aid="android-state"href="#android-state">`android.state`</a> | string | Deprecated. Use `android.app.state` body field instead. |`created`; `background`; `foreground`|<br>Use `android.app.state` body field instead. |
| <aid="code-column"href="#code-column">`code.column`</a> | int | Deprecated, use `code.column.number`|`16`|<br>Replaced by `code.column.number`|
44
-
| <aid="code-filepath"href="#code-filepath">`code.filepath`</a> | string | Deprecated, use `code.file.path` instead |`/usr/local/MyApplication/content_root/app/index.php`|<br>Replaced by `code.file.path`|
45
-
| <aid="code-function"href="#code-function">`code.function`</a> | string | Deprecated, use `code.function.name` instead |`serveRequest`|<br>Replaced by `code.function.name`|
46
-
| <aid="code-lineno"href="#code-lineno">`code.lineno`</a> | int | Deprecated, use `code.line.number` instead |`42`|<br>Replaced by `code.line.number`|
43
+
| <aid="code-column"href="#code-column">`code.column`</a> | int | Deprecated, use `code.column.number`|`16`|<br>Replaced by `code.column.number`.|
44
+
| <aid="code-filepath"href="#code-filepath">`code.filepath`</a> | string | Deprecated, use `code.file.path` instead |`/usr/local/MyApplication/content_root/app/index.php`|<br>Replaced by `code.file.path`.|
45
+
| <aid="code-function"href="#code-function">`code.function`</a> | string | Deprecated, use `code.function.name` instead |`serveRequest`|<br>Value should be included in `code.function.name` which is expected to be a fully-qualified name.|
46
+
| <aid="code-lineno"href="#code-lineno">`code.lineno`</a> | int | Deprecated, use `code.line.number` instead |`42`|<br>Replaced by `code.line.number`.|
47
47
| <aid="code-namespace"href="#code-namespace">`code.namespace`</a> | string | Deprecated, namespace is now included into `code.function.name`|`com.example.MyHttpService`|<br>Value should be included in `code.function.name` which is expected to be a fully-qualified name. |
| <aid="db-cosmosdb-connection-mode"href="#db-cosmosdb-connection-mode">`db.cosmosdb.connection_mode`</a> | string | Deprecated, use `azure.cosmosdb.connection.mode` instead. |`gateway`; `direct`|<br>Replaced by `azure.cosmosdb.connection.mode`. |
182
182
| <aid="db-cosmosdb-consistency-level"href="#db-cosmosdb-consistency-level">`db.cosmosdb.consistency_level`</a> | string | Deprecated, use `cosmosdb.consistency.level` instead. |`Eventual`; `ConsistentPrefix`; `BoundedStaleness`; `Strong`; `Session`|<br>Replaced by `azure.cosmosdb.consistency.level`. |
183
183
| <aid="db-cosmosdb-container"href="#db-cosmosdb-container">`db.cosmosdb.container`</a> | string | Deprecated, use `db.collection.name` instead. |`mytable`|<br>Replaced by `db.collection.name`. |
184
-
| <aid="db-cosmosdb-operation-type"href="#db-cosmosdb-operation-type">`db.cosmosdb.operation_type`</a> | string | Deprecated, no replacement at this time. |`batch`; `create`; `delete`|<br>No replacement at this time. |
184
+
| <aid="db-cosmosdb-operation-type"href="#db-cosmosdb-operation-type">`db.cosmosdb.operation_type`</a> | string | Deprecated, no replacement at this time. |`batch`; `create`; `delete`|<br>Removed, no replacement at this time. |
185
185
| <aid="db-cosmosdb-regions-contacted"href="#db-cosmosdb-regions-contacted">`db.cosmosdb.regions_contacted`</a> | string[]| Deprecated, use `azure.cosmosdb.operation.contacted_regions` instead. |`["North Central US", "Australia East", "Australia Southeast"]`|<br>Replaced by `azure.cosmosdb.operation.contacted_regions`. |
186
186
| <aid="db-cosmosdb-request-charge"href="#db-cosmosdb-request-charge">`db.cosmosdb.request_charge`</a> | double | Deprecated, use `azure.cosmosdb.operation.request_charge` instead. |`46.18`; `1.0`|<br>Replaced by `azure.cosmosdb.operation.request_charge`. |
187
187
| <aid="db-cosmosdb-request-content-length"href="#db-cosmosdb-request-content-length">`db.cosmosdb.request_content_length`</a> | int | Deprecated, use `azure.cosmosdb.request.body.size` instead. ||<br>Replaced by `azure.cosmosdb.request.body.size`. |
| <aid="db-elasticsearch-cluster-name"href="#db-elasticsearch-cluster-name">`db.elasticsearch.cluster.name`</a> | string | Deprecated, use `db.namespace` instead. |`e9106fc68e3044f0b1475b04bf4ffd5f`|<br>Replaced by `db.namespace`. |
191
191
| <aid="db-elasticsearch-node-name"href="#db-elasticsearch-node-name">`db.elasticsearch.node.name`</a> | string | Deprecated, use `elasticsearch.node.name` instead. |`instance-0000000001`|<br>Replaced by `elasticsearch.node.name`. |
192
192
| <aid="db-elasticsearch-path-parts"href="#db-elasticsearch-path-parts">`db.elasticsearch.path_parts.<key>`</a> | string | Deprecated, use `db.operation.parameter` instead. |`test-index`; `123`|<br>Replaced by `db.operation.parameter`. |
193
-
| <aid="db-instance-id"href="#db-instance-id">`db.instance.id`</a> | string | Deprecated, no general replacement at this time. For Elasticsearch, use `db.elasticsearch.node.name` instead. |`mysql-e26b99z.example.com`|<br>Deprecated, no general replacement at this time. For Elasticsearch, use `db.elasticsearch.node.name` instead. |
194
-
| <aid="db-jdbc-driver-classname"href="#db-jdbc-driver-classname">`db.jdbc.driver_classname`</a> | string | Removed, no replacement at this time. |`org.postgresql.Driver`; `com.microsoft.sqlserver.jdbc.SQLServerDriver`|<br>Removed as not used. |
193
+
| <aid="db-instance-id"href="#db-instance-id">`db.instance.id`</a> | string | Deprecated, no general replacement at this time. For Elasticsearch, use `db.elasticsearch.node.name` instead. |`mysql-e26b99z.example.com`|<br>Removed, no general replacement at this time. For Elasticsearch, use `db.elasticsearch.node.name` instead. |
194
+
| <aid="db-jdbc-driver-classname"href="#db-jdbc-driver-classname">`db.jdbc.driver_classname`</a> | string | Removed, no replacement at this time. |`org.postgresql.Driver`; `com.microsoft.sqlserver.jdbc.SQLServerDriver`|<br>Removed, no replacement at this time. |
195
195
| <aid="db-mongodb-collection"href="#db-mongodb-collection">`db.mongodb.collection`</a> | string | Deprecated, use `db.collection.name` instead. |`mytable`|<br>Replaced by `db.collection.name`. |
196
-
| <aid="db-mssql-instance-name"href="#db-mssql-instance-name">`db.mssql.instance_name`</a> | string | Deprecated, SQL Server instance is now populated as a part of `db.namespace` attribute. |`MSSQLSERVER`|<br>Deprecated, no replacement at this time. |
196
+
| <aid="db-mssql-instance-name"href="#db-mssql-instance-name">`db.mssql.instance_name`</a> | string | Deprecated, SQL Server instance is now populated as a part of `db.namespace` attribute. |`MSSQLSERVER`|<br>Removed, no replacement at this time. |
197
197
| <aid="db-name"href="#db-name">`db.name`</a> | string | Deprecated, use `db.namespace` instead. |`customers`; `main`|<br>Replaced by `db.namespace`. |
198
198
| <aid="db-operation"href="#db-operation">`db.operation`</a> | string | Deprecated, use `db.operation.name` instead. |`findAndModify`; `HMSET`; `SELECT`|<br>Replaced by `db.operation.name`. |
199
199
| <aid="db-redis-database-index"href="#db-redis-database-index">`db.redis.database_index`</a> | int | Deprecated, use `db.namespace` instead. |`0`; `1`; `15`|<br>Replaced by `db.namespace`. |
200
-
| <aid="db-sql-table"href="#db-sql-table">`db.sql.table`</a> | string | Deprecated, use `db.collection.name` instead, but only if not extracting the value from `db.query.text`. |`mytable`|<br>Replaced by `db.collection.name`, but only if not extracting the value from `db.query.text`. |
200
+
| <aid="db-sql-table"href="#db-sql-table">`db.sql.table`</a> | string | Deprecated, use `db.collection.name` instead. |`mytable`|<br>Replaced by `db.collection.name`, but only if not extracting the value from `db.query.text`. |
201
201
| <aid="db-statement"href="#db-statement">`db.statement`</a> | string | The database statement being executed. |`SELECT * FROM wuser_table`; `SET mykey "WuValue"`|<br>Replaced by `db.query.text`. |
202
202
| <aid="db-system"href="#db-system">`db.system`</a> | string | Deprecated, use `db.system.name` instead. |`other_sql`; `adabas`; `cache`|<br>Replaced by `db.system.name`. |
203
-
| <aid="db-user"href="#db-user">`db.user`</a> | string | Deprecated, no replacement at this time. |`readonly_user`; `reporting_user`|<br>No replacement at this time. |
203
+
| <aid="db-user"href="#db-user">`db.user`</a> | string | Deprecated, no replacement at this time. |`readonly_user`; `reporting_user`|<br>Removed, no replacement at this time. |
| <aid="enduser-role"href="#enduser-role">`enduser.role`</a> | string | Deprecated, use `user.roles` instead. |`admin`|<br>Replaced by `user.roles` attribute. |
35
-
| <aid="enduser-scope"href="#enduser-scope">`enduser.scope`</a> | string | Deprecated, no replacement at this time. |`read:message, write:files`|<br>Removed. |
| <aid="enduser-scope"href="#enduser-scope">`enduser.scope`</a> | string | Deprecated, no replacement at this time. |`read:message, write:files`|<br>Removed, no replacement at this time. |
| <aid="event-name"href="#event-name">`event.name`</a> | string | Identifies the class / type of event. |`browser.mouse.click`; `device.app.lifecycle`|<br>Replaced by EventName top-level field on the LogRecord |
12
+
| <aid="event-name"href="#event-name">`event.name`</a> | string | Identifies the class / type of event. |`browser.mouse.click`; `device.app.lifecycle`|<br>Replaced by EventName top-level field on the LogRecord.|
| <aid="gen-ai-completion"href="#gen-ai-completion">`gen_ai.completion`</a> | string | Deprecated, use Event API to report completions contents. |`[{'role': 'assistant', 'content': 'The capital of France is Paris.'}]`|<br>Removed, no replacement at this time. |
163
163
| <aid="gen-ai-prompt"href="#gen-ai-prompt">`gen_ai.prompt`</a> | string | Deprecated, use Event API to report prompt contents. |`[{'role': 'user', 'content': 'What is the capital of France?'}]`|<br>Removed, no replacement at this time. |
164
-
| <aid="gen-ai-usage-completion-tokens"href="#gen-ai-usage-completion-tokens">`gen_ai.usage.completion_tokens`</a> | int | Deprecated, use `gen_ai.usage.output_tokens` instead. |`42`|<br>Replaced by `gen_ai.usage.output_tokens` attribute. |
165
-
| <aid="gen-ai-usage-prompt-tokens"href="#gen-ai-usage-prompt-tokens">`gen_ai.usage.prompt_tokens`</a> | int | Deprecated, use `gen_ai.usage.input_tokens` instead. |`42`|<br>Replaced by `gen_ai.usage.input_tokens` attribute. |
164
+
| <aid="gen-ai-usage-completion-tokens"href="#gen-ai-usage-completion-tokens">`gen_ai.usage.completion_tokens`</a> | int | Deprecated, use `gen_ai.usage.output_tokens` instead. |`42`|<br>Replaced by `gen_ai.usage.output_tokens`. |
165
+
| <aid="gen-ai-usage-prompt-tokens"href="#gen-ai-usage-prompt-tokens">`gen_ai.usage.prompt_tokens`</a> | int | Deprecated, use `gen_ai.usage.input_tokens` instead. |`42`|<br>Replaced by `gen_ai.usage.input_tokens`. |
| <aid="gen-ai-openai-request-response-format"href="#gen-ai-openai-request-response-format">`gen_ai.openai.request.response_format`</a> | string | Deprecated, use `gen_ai.output.type`. |`text`; `json_object`; `json_schema`|<br>Replaced by `gen_ai.output.type`. |
174
-
| <aid="gen-ai-openai-request-seed"href="#gen-ai-openai-request-seed">`gen_ai.openai.request.seed`</a> | int | Deprecated, use `gen_ai.request.seed`. |`100`|<br>Replaced by `gen_ai.request.seed` attribute. |
174
+
| <aid="gen-ai-openai-request-seed"href="#gen-ai-openai-request-seed">`gen_ai.openai.request.seed`</a> | int | Deprecated, use `gen_ai.request.seed`. |`100`|<br>Replaced by `gen_ai.request.seed`. |
0 commit comments