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 5ffb558ab8 - Show all commits

View File

@ -59,8 +59,8 @@ func CreateTagAliasInBatch(ctx context.Context, tagsAliases []models.TagAlias, b
}) })
span.SetAttributes( span.SetAttributes(
attribute.Int64("batch_size", int64(batchSize)), attribute.Int("batch_size", batchSize),
attribute.Int64("tag_aliases_count", int64(len(tagsAliases))), attribute.Int("tag_aliases_count", len(tagsAliases)),
) )
utils.HandleEvent(span, localLogger, "Starting batch tag alias creation") utils.HandleEvent(span, localLogger, "Starting batch tag alias creation")