Skip to content

Commit c8d59be

Browse files
committed
Add details link
1 parent 0e2d325 commit c8d59be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/java-standalone-sampling-overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ at the start of the span.
207207

208208
| Attribute | Type | Description |
209209
|---|---|---|
210-
| `db.system` | string | Identifier for the database management system (DBMS) product being used. |
210+
| `db.system` | string | Identifier for the database management system (DBMS) product being used. See [list of identifiers](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/database.md#connection-level-attributes). |
211211
| `db.connection_string` | string | Connection string used to connect to the database. It's recommended to remove embedded credentials.|
212212
| `db.user` | string | Username for accessing the database. |
213213
| `db.name` | string | String used to report the name of the database being accessed. For commands that switch the database, this string should be set to the target database, even if the command fails.|

0 commit comments

Comments
 (0)