diff --git a/pkg/database/tagGroup.go b/pkg/database/tagGroup.go index a09a4e8..39940b6 100644 --- a/pkg/database/tagGroup.go +++ b/pkg/database/tagGroup.go @@ -60,8 +60,8 @@ func CreateTagGroupInBatch(ctx context.Context, tagsGroups []models.TagGroup, ba }) span.SetAttributes( - attribute.Int64("batch_size", int64(batchSize)), - attribute.Int64("tag_group_count", int64(len(tagsGroups))), + attribute.Int("batch_size", batchSize), + attribute.Int("tag_group_count", len(tagsGroups)), ) utils.HandleEvent(span, localLogger, "Starting batch tag group creation")