Skip to content

Commit

Permalink
Update model/trace/database.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Wert <[email protected]>
  • Loading branch information
arielvalentin and AlexanderWert authored Nov 15, 2023
1 parent 07dcf8e commit a4ef6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/trace/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ groups:
tag: connection-level
type: string
brief: >
The db instance id that is executing queries or mutations on the current connection.
An identifier (address, unique name, or any other identifier) of the database instance that is executing queries or mutations on the current connection.
This is useful in cases where the database is running in a clustered environment and the instrumentation is able to record the node executing the query.
The client may obtain this value in databases like MySQL using queries like `select @@hostname`.
requirement_level:
Expand Down

0 comments on commit a4ef6f4

Please sign in to comment.