Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-osman3 committed Aug 26, 2024
1 parent 9ccacd7 commit 957af76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion exporter/otelarrowexporter/generated_package_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion exporter/otelarrowexporter/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,5 @@ func (e *metadataExporter) getAttrSet(ctx context.Context, keys []string) (attri
attrs = append(attrs, attribute.StringSlice(k, vs))
}
}
// ctx = metadata.NewOutgoingContext(ctx, metadata.MD(md))
return attribute.NewSet(attrs...), metadata.MD(md)
}

0 comments on commit 957af76

Please sign in to comment.