Logs. Add attribute field_amount.

This commit is contained in:
Владислав Весельский 2024-03-13 15:37:56 +03:00
parent 328bac49e0
commit 7c9d4c28dc
1 changed files with 1 additions and 0 deletions

View File

@ -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 {