Skip to content

Commit 76a5d64

Browse files
Update axiom/vfields.go
Co-authored-by: Lukas Malkmus <lukas@axiom.co> Signed-off-by: Mark Ramotowski <mark.tint.ramotowski@gmail.com>
1 parent 5b028e7 commit 76a5d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axiom/vfields.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type VirtualFieldsService service
3636
// List all virtual fields for a given dataset.
3737
func (s *VirtualFieldsService) List(ctx context.Context, dataset string) ([]*VirtualFieldWithID, error) {
3838
ctx, span := s.client.trace(ctx, "VirtualFields.List", trace.WithAttributes(
39-
attribute.String("axiom.param.dataset", dataset),
39+
attribute.String("axiom.dataset_id", dataset),
4040
))
4141
defer span.End()
4242

0 commit comments

Comments
 (0)