start reworking exporters to be more composable
This commit is contained in:
@ -65,8 +65,6 @@ func (e *Exporter) ExportSpans(ctx context.Context, spans []trace.ReadOnlySpan)
|
||||
attributes[string(attr.Key)] = GetByType(attr.Value)
|
||||
}
|
||||
|
||||
attributes["from"] = "test"
|
||||
|
||||
for i := range stub.Events {
|
||||
event := stub.Events[i]
|
||||
|
||||
|
Reference in New Issue
Block a user