[editorial] Use path, not external URL, for link to spec page; and fix broken link (#3310)
This commit is contained in:
parent
12328be1c2
commit
ade0ab600a
|
|
@ -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 |
|
| 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 |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue