1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/sdk/trace
ET 8fae0a644a
Create resource.Default() with required attributes/default values (#1507)
* Create resource.Default() with required attributes/default values

Add metric controller and tracer provider tests for resources

* Updated CHANGELOG

* PR comments

+ some small CHANGELOG PR addition, rewording
+ change default resource servicename to `unknown_service:go` (this
matches the Java codebase which uses `unknown_service:java`)
2021-02-15 12:28:37 -08:00
..
attributesmap_test.go Add RO/RW span interfaces (#1360) 2020-12-10 21:15:44 -08:00
attributesmap.go Add RO/RW span interfaces (#1360) 2020-12-10 21:15:44 -08:00
batch_span_processor_test.go Shutdown underlying span exporter while shutting down BatchSpanProcessor (#1443) 2021-01-13 20:14:03 -05:00
batch_span_processor.go Shutdown underlying span exporter while shutting down BatchSpanProcessor (#1443) 2021-01-13 20:14:03 -05:00
benchmark_test.go Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
config.go Enable support for externally-defined ID generators (#1363) 2020-12-09 20:30:32 -05: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 Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
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 Enable support for externally-defined ID generators (#1363) 2020-12-09 20:30:32 -05:00
provider_test.go Call otel.Handle with non-nil errors (#1384) 2020-12-10 21:28:41 -08:00
provider.go Create resource.Default() with required attributes/default values (#1507) 2021-02-15 12:28:37 -08:00
sampling_test.go Add Tracestate into the SamplingResult struct (#1432) 2021-01-06 11:09:48 -08:00
sampling.go Add Tracestate into the SamplingResult struct (#1432) 2021-01-06 11:09:48 -08:00
simple_span_processor_test.go Add RO/RW span interfaces (#1360) 2020-12-10 21:15:44 -08:00
simple_span_processor.go Add RO/RW span interfaces (#1360) 2020-12-10 21:15:44 -08:00
span_processor_example_test.go Add RO/RW span interfaces (#1360) 2020-12-10 21:15:44 -08:00
span_processor_test.go Add RO/RW span interfaces (#1360) 2020-12-10 21:15:44 -08:00
span_processor.go Add RO/RW span interfaces (#1360) 2020-12-10 21:15:44 -08:00
span.go Move Span Event to API (#1452) 2021-01-14 09:07:25 -08:00
trace_test.go Create resource.Default() with required attributes/default values (#1507) 2021-02-15 12:28:37 -08:00
tracer.go Remove build flags for runtime/trace support (#1498) 2021-01-29 12:41:49 -08:00
util_test.go Rename *Provider names (#1190) 2020-09-23 18:16:13 -04:00