[editorial] Use path, not external URL, for link to spec page; and fix broken link (#3310)

This commit is contained in:
Patrice Chalin 2023-03-10 10:39:32 -05:00 committed by GitHub
parent 12328be1c2
commit ade0ab600a
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ Below is a table of the attributes that MUST be included on all connection pool
| Name | Type | Description | Examples | Requirement Level |
|-------------|--------|------------------------------------------------------------------------------|----------------|-------------------|
| `pool.name` | string | The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the [db.connection_string](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/database.md#connection-level-attributes) should be used. | `myDataSource` | Required |
| `pool.name` | string | The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the [db.connection_string](/specification/trace/semantic_conventions/database.md#connection-level-attributes) should be used. | `myDataSource` | Required |