diff --git a/specs/agents/tracing-instrumentation-db.md b/specs/agents/tracing-instrumentation-db.md index b5188347..2256c8c8 100644 --- a/specs/agents/tracing-instrumentation-db.md +++ b/specs/agents/tracing-instrumentation-db.md @@ -83,7 +83,7 @@ The following fields are relevant for database and datastore spans. Where possib |`_.port`|e.g. `443`| Not available in some cases. Only set if the actual connection is available. | |`_.service.name`| `s3` | DEPRECATED, use `service.target.{type,name}` |`_.service.type`|`storage`| DEPRECATED, use `service.target.{type,name}` -|`_.service.resource`| e.g. `my-bucket`, `accesspoint/myendpointslashes`, or `accesspoint:myendpointcolons`| DEPRECATED, use `service.target.{type,name}` | +|`_.service.resource`| e.g. `s3/my-bucket`, `s3/accesspoint/myendpointslashes`, or `s3/accesspoint:myendpointcolons`| DEPRECATED, use `service.target.{type,name}` | |`_.cloud.region`| e.g. `us-east-1` | The AWS region where the bucket is. | | __**service.target._**__ |
|
| |`_.type`| `s3` ||