Skip to content

Commit

Permalink
Expand pool.name in semantic conventions (#3050)
Browse files Browse the repository at this point in the history
according to the discussion here:
open-telemetry/opentelemetry-specification#3038
I'm updating the `pool.name attribute`
  • Loading branch information
haddasbronfman authored Mar 3, 2023
1 parent c9ff781 commit c7c60ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. | `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](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/database.md#connection-level-attributes) should be used. | `myDataSource` | Required |

0 comments on commit c7c60ca

Please sign in to comment.