start reworking exporters to be more composable

This commit is contained in:
2024-05-16 18:19:36 +02:00
parent ab5b70704d
commit fc92995cc8
10 changed files with 459 additions and 166 deletions

View File

@ -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]