Deprecated - Drupal 11.1.x - Drupal Core
Primary tabs
Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
TraceAttributes::HTTP_URL | vendor/ |
Replaced by `url.full`. |
constant | ||||
TraceAttributes::HTTP_USER_AGENT | vendor/ |
Replaced by `user_agent.original`. |
constant | ||||
TraceAttributes::IOS_STATE | vendor/ |
Moved to a payload field of `device.app.lifecycle`. |
constant | ||||
TraceAttributes::MESSAGE_COMPRESSED_SIZE | vendor/ |
Replaced by `rpc.message.compressed_size`. |
constant | ||||
TraceAttributes::MESSAGE_ID | vendor/ |
Replaced by `rpc.message.id`. |
constant | ||||
TraceAttributes::MESSAGE_TYPE | vendor/ |
Replaced by `rpc.message.type`. |
constant | ||||
TraceAttributes::MESSAGE_UNCOMPRESSED_SIZE | vendor/ |
Replaced by `rpc.message.uncompressed_size`. |
constant | ||||
TraceAttributes::MESSAGING_DESTINATION_PUBLISH_ANONYMOUS | vendor/ |
No replacement at this time. |
constant | ||||
TraceAttributes::MESSAGING_DESTINATION_PUBLISH_NAME | vendor/ |
No replacement at this time. |
constant | ||||
TraceAttributes::MESSAGING_EVENTHUBS_CONSUMER_GROUP | vendor/ |
Replaced by `messaging.consumer.group.name`. |
constant | ||||
TraceAttributes::MESSAGING_KAFKA_CONSUMER_GROUP | vendor/ |
Replaced by `messaging.consumer.group.name`. |
constant | ||||
TraceAttributes::MESSAGING_KAFKA_DESTINATION_PARTITION | vendor/ |
Replaced by `messaging.destination.partition.id`. |
constant | ||||
TraceAttributes::MESSAGING_KAFKA_MESSAGE_OFFSET | vendor/ |
Replaced by `messaging.kafka.offset`. |
constant | ||||
TraceAttributes::MESSAGING_OPERATION | vendor/ |
Replaced by `messaging.operation.type`. |
constant | ||||
TraceAttributes::MESSAGING_ROCKETMQ_CLIENT_GROUP | vendor/ |
Replaced by `messaging.consumer.group.name` on the consumer spans. No replacement for producer spans. |
constant | ||||
TraceAttributes::MESSAGING_SERVICEBUS_DESTINATION_SUBSCRIPTION_NAME | vendor/ |
Replaced by `messaging.servicebus.destination.subscription_name`. |
constant | ||||
TraceAttributes::NET_HOST_IP | vendor/ |
Replaced by `network.local.address`. |
constant | ||||
TraceAttributes::NET_HOST_NAME | vendor/ |
Replaced by `server.address`. |
constant | ||||
TraceAttributes::NET_HOST_PORT | vendor/ |
Replaced by `server.port`. |
constant | ||||
TraceAttributes::NET_PEER_IP | vendor/ |
Replaced by `network.peer.address`. |
constant | ||||
TraceAttributes::NET_PEER_NAME | vendor/ |
Replaced by `server.address` on client spans and `client.address` on server spans. |
constant | ||||
TraceAttributes::NET_PEER_PORT | vendor/ |
Replaced by `server.port` on client spans and `client.port` on server spans. |
constant | ||||
TraceAttributes::NET_PROTOCOL_NAME | vendor/ |
Replaced by `network.protocol.name`. |
constant | ||||
TraceAttributes::NET_PROTOCOL_VERSION | vendor/ |
Replaced by `network.protocol.version`. |
constant | ||||
TraceAttributes::NET_SOCK_FAMILY | vendor/ |
Split to `network.transport` and `network.type`. |
constant | ||||
TraceAttributes::NET_SOCK_HOST_ADDR | vendor/ |
Replaced by `network.local.address`. |
constant | ||||
TraceAttributes::NET_SOCK_HOST_PORT | vendor/ |
Replaced by `network.local.port`. |
constant | ||||
TraceAttributes::NET_SOCK_PEER_ADDR | vendor/ |
Replaced by `network.peer.address`. |
constant | ||||
TraceAttributes::NET_SOCK_PEER_NAME | vendor/ |
Removed. |
constant | ||||
TraceAttributes::NET_SOCK_PEER_PORT | vendor/ |
Replaced by `network.peer.port`. |
constant | ||||
TraceAttributes::NET_TRANSPORT | vendor/ |
Replaced by `network.transport`. |
constant | ||||
TraceAttributes::OTEL_LIBRARY_NAME | vendor/ |
use the `otel.scope.name` attribute. |
constant | ||||
TraceAttributes::OTEL_LIBRARY_VERSION | vendor/ |
use the `otel.scope.version` attribute. |
constant | ||||
TraceAttributes::POOL_NAME | vendor/ |
Replaced by `db.client.connection.pool.name`. |
constant | ||||
TraceAttributes::PROCESS_CPU_STATE | vendor/ |
Replaced by `cpu.mode`. |
constant | ||||
TraceAttributes::STATE | vendor/ |
Replaced by `db.client.connection.state`. |
constant | ||||
TraceAttributes::SYSTEM_CPU_STATE | vendor/ |
Replaced by `cpu.mode`. |
constant | ||||
TraceAttributes::SYSTEM_PROCESSES_STATUS | vendor/ |
Replaced by `system.process.status`. |
constant | ||||
TraceAttributes::TLS_CLIENT_SERVER_NAME | vendor/ |
Replaced by `server.address. |
constant | ||||
TraceAttributeValues::DB_SYSTEM_CACHE | vendor/ |
Replaced by `intersystems_cache`. |
constant | ||||
TraceAttributeValues::DB_SYSTEM_CLOUDSCAPE | vendor/ |
Replaced by `other_sql`. |
constant | ||||
TraceAttributeValues::DB_SYSTEM_COLDFUSION | vendor/ |
Removed. |
constant | ||||
TraceAttributeValues::DB_SYSTEM_FIRSTSQL | vendor/ |
Replaced by `other_sql`. |
constant | ||||
TraceAttributeValues::DB_SYSTEM_MSSQLCOMPACT | vendor/ |
Removed, use `other_sql` instead. |
constant | ||||
TraceAttributeValues::MESSAGING_OPERATION_CREATE | vendor/ |
Use `messaging.operation.type.create` |
constant | ||||
TraceAttributeValues::MESSAGING_OPERATION_DELIVER | vendor/ |
Use `messaging.operation.type.deliver` |
constant | ||||
TraceAttributeValues::MESSAGING_OPERATION_PUBLISH | vendor/ |
Use `messaging.operation.type.publish` |
constant | ||||
TraceAttributeValues::MESSAGING_OPERATION_RECEIVE | vendor/ |
Use `messaging.operation.type.receive` |
constant | ||||
TraceAttributeValues::MESSAGING_OPERATION_SETTLE | vendor/ |
Use `messaging.operation.type.settle` |
constant | ||||
TraceAttributeValues::MESSAGING_OPERATION_TYPE_DELIVER | vendor/ |
Replaced by `process`. |
constant |