From 7c9d4c28dca6555bc4999ef54d2b894f2e6d2b47 Mon Sep 17 00:00:00 2001 From: Vladislav Veselskiy Date: Wed, 13 Mar 2024 15:37:56 +0300 Subject: [PATCH] Logs. Add attribute field_amount. --- collection.go | 1 + 1 file changed, 1 insertion(+) diff --git a/collection.go b/collection.go index efb1600..6d0492a 100644 --- a/collection.go +++ b/collection.go @@ -93,6 +93,7 @@ func (coll *DataCollection) saveByMask(ctx context.Context) error { span.SetAttributes( attribute.String("table", tableName), + attribute.Int("field_amount", countFields), ) for _, item := range coll.Items {