SDK v3 #8

Merged
SoXX merged 77 commits from dev/issue-5 into main 2024-08-14 13:27:35 +00:00
Showing only changes of commit e38171e53d - Show all commits

View File

@ -52,8 +52,8 @@ func CreateSourceInBatch(ctx context.Context, source []models.Source, batchSize
}) })
span.SetAttributes( span.SetAttributes(
attribute.Int64("batch_size", int64(batchSize)), attribute.Int("batch_size", batchSize),
attribute.Int64("source_count", int64(len(source))), attribute.Int("source_count", len(source)),
) )
utils.HandleEvent(span, localLogger, "Starting batch source creation") utils.HandleEvent(span, localLogger, "Starting batch source creation")