1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-07 23:02:15 +02:00
opentelemetry-go/sdk/trace
Daniil Rutskiy 2c2f9852fe
Add missing tests for attributesMap (#1337)
* Rename sdk/trace/attributesMap.go -> sdk/trace/attributesmap.go

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Add missing tests for attributesMap

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Add missing license header

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Delete underscores in test names

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Tests clean up

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
2020-11-18 19:15:26 -05:00
..
internal Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
attributesmap_test.go Add missing tests for attributesMap (#1337) 2020-11-18 19:15:26 -05:00
attributesmap.go Add missing tests for attributesMap (#1337) 2020-11-18 19:15:26 -05:00
batch_span_processor_test.go Add parent context to SpanProcessor.OnStart (#1333) 2020-11-16 11:45:49 -05:00
batch_span_processor.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
benchmark_test.go Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
config.go Update span collection limits to 1000 (#1318) 2020-11-10 07:40:01 -08:00
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
evictedqueue_test.go
evictedqueue.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
id_generator.go Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
provider_test.go Add parent context to SpanProcessor.OnStart (#1333) 2020-11-16 11:45:49 -05:00
provider.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
sampling_test.go Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
sampling.go Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
simple_span_processor_test.go Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
simple_span_processor.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
span_processor_example_test.go Add parent context to SpanProcessor.OnStart (#1333) 2020-11-16 11:45:49 -05:00
span_processor_test.go Add parent context to SpanProcessor.OnStart (#1333) 2020-11-16 11:45:49 -05:00
span_processor.go Add parent context to SpanProcessor.OnStart (#1333) 2020-11-16 11:45:49 -05:00
span.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
trace_go11.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
trace_nongo11.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
trace_test.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
trace.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
tracer.go Add parent context to SpanProcessor.OnStart (#1333) 2020-11-16 11:45:49 -05:00
util_test.go Rename *Provider names (#1190) 2020-09-23 18:16:13 -04:00