From a4ef6f455770e0ec982666aa69afe9d768a83787 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Wed, 15 Nov 2023 07:56:24 -0600 Subject: [PATCH] Update model/trace/database.yaml Co-authored-by: Alexander Wert --- model/trace/database.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/trace/database.yaml b/model/trace/database.yaml index 074dded84e..cb19625983 100644 --- a/model/trace/database.yaml +++ b/model/trace/database.yaml @@ -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: