1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-20 19:52:56 +02:00
opentelemetry-go/exporter/trace/stackdriver
Gustavo Silva Paiva 3495d74971 specialize simplelru(span's lruMap) for attributes only (#328)
* copy of simplelru for attributes without excessive usage of interface{}

This also make sure we only add attributes/links if isRecording.

Move method to export the attributes list to attributeMap.

* run make precommit to update mod files.
2019-11-18 10:51:57 -08:00
..
go.mod exporter(stackdriver): fix ExportSpans when ctx is not nil (#294) 2019-11-14 09:45:17 -08:00
go.sum specialize simplelru(span's lruMap) for attributes only (#328) 2019-11-18 10:51:57 -08:00
stackdriver_test.go exporter(stackdriver): fix ExportSpans when ctx is not nil (#294) 2019-11-14 09:45:17 -08:00
stackdriver.go exporter(stackdriver): fix ExportSpans when ctx is not nil (#294) 2019-11-14 09:45:17 -08:00
trace_proto.go Move export types into trace and metric-specific subdirs (#289) 2019-11-05 13:08:55 -08:00
trace.go exporter(stackdriver): fix ExportSpans when ctx is not nil (#294) 2019-11-14 09:45:17 -08:00