Logs. Add attribute field_amount.
This commit is contained in:
parent
328bac49e0
commit
7c9d4c28dc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue