func KeyValues(attrs []attribute.KeyValue) []*commonpb.KeyValue { … }
func Iterator(iter attribute.Iterator) []*commonpb.KeyValue { … }
func ResourceAttributes(res *resource.Resource) []*commonpb.KeyValue { … }
func KeyValue(kv attribute.KeyValue) *commonpb.KeyValue { … }
func Value(v attribute.Value) *commonpb.AnyValue { … }
func boolSliceValues(vals []bool) []*commonpb.AnyValue { … }
func int64SliceValues(vals []int64) []*commonpb.AnyValue { … }
func float64SliceValues(vals []float64) []*commonpb.AnyValue { … }
func stringSliceValues(vals []string) []*commonpb.AnyValue { … }