@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- Document how to work with fork process web server models(Gunicorn, uWSGI etc...)
11
11
([ #1609 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1609 ) )
12
12
- Add ` max_attr_value_length ` support to Jaeger exporter
13
- ([ #1633 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1633 )
13
+ ([ #1633 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1633 ) )
14
14
- Moved ` use_span ` from Tracer to ` opentelemetry.trace.use_span ` .
15
15
([ #1668 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1668 ) )
16
16
- ` opentelemetry.trace.use_span() ` will now overwrite previously set status on span in case an
@@ -21,49 +21,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
22
22
### Changed
23
23
- Rename ` IdsGenerator ` to ` IdGenerator `
24
- ([ #1651 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1651 )
24
+ ([ #1651 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1651 ) )
25
25
- Make TracerProvider's resource attribute private
26
- ([ #1652 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1652 )
26
+ ([ #1652 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1652 ) )
27
27
- Rename Resource's ` create_empty ` to ` get_empty `
28
- ([ #1653 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1653 )
28
+ ([ #1653 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1653 ) )
29
29
- Renamed ` BatchExportSpanProcessor ` to ` BatchSpanProcessor ` and ` SimpleExportSpanProcessor ` to
30
30
` SimpleSpanProcessor `
31
- ([ #1656 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1656 )
31
+ ([ #1656 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1656 ) )
32
32
- Rename ` DefaultSpan ` to ` NonRecordingSpan `
33
- ([ #1661 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1661 )
33
+ ([ #1661 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1661 ) )
34
34
- Fixed distro configuration with ` OTEL_TRACES_EXPORTER ` env var set to ` otlp `
35
- ([ #1657 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1657 )
35
+ ([ #1657 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1657 ) )
36
36
- Moving ` Getter ` , ` Setter ` and ` TextMapPropagator ` out of ` opentelemetry.trace.propagation ` and
37
37
into ` opentelemetry.propagators `
38
- ([ #1662 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1662 )
38
+ ([ #1662 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1662 ) )
39
39
- Rename ` BaggagePropagator ` to ` W3CBaggagePropagator `
40
- ([ #1663 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1663 )
40
+ ([ #1663 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1663 ) )
41
41
- Rename ` JaegerSpanExporter ` to ` JaegerExporter ` and rename ` ZipkinSpanExporter ` to ` ZipkinExporter `
42
- ([ #1664 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1664 )
42
+ ([ #1664 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1664 ) )
43
43
44
44
## [ 0.18b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.18b0 ) - 2021-02-16
45
45
46
46
### Added
47
47
- Add urllib to opentelemetry-bootstrap target list
48
- ([ #1584 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1584 )
48
+ ([ #1584 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1584 ) )
49
49
50
50
## [ 1.0.0rc1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.0.0rc1 ) - 2021-02-12
51
51
52
52
### Changed
53
53
- Tracer provider environment variables are now consistent with the rest
54
- ([ #1571 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1571 )] )
54
+ ([ #1571 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1571 ) )
55
55
- Rename ` TRACE_ ` to ` TRACES_ ` for environment variables
56
- ([ #1595 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1595 )] )
56
+ ([ #1595 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1595 ) )
57
57
- Limits for Span attributes, events and links have been updated to 128
58
- ([ 1597] ( https://github.com/open-telemetry/opentelemetry-python/pull/1597 )] )
58
+ ([ 1597] ( https://github.com/open-telemetry/opentelemetry-python/pull/1597 ) )
59
59
- Read-only Span attributes have been moved to ReadableSpan class
60
60
([ #1560 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1560 ) )
61
61
- ` BatchExportSpanProcessor ` flushes export queue when it reaches ` max_export_batch_size `
62
- ([ #1521 ] ) (https://github.com/open-telemetry/opentelemetry-python/pull/1521 )
62
+ ([ #1521 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1521 ) )
63
63
64
64
### Added
65
65
- Added ` end_on_exit ` argument to ` start_as_current_span `
66
- ([ #1519 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1519 )] )
66
+ ([ #1519 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1519 ) )
67
67
- Add ` Span.set_attributes ` method to set multiple values with one call
68
68
([ #1520 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1520 ) )
69
69
- Make sure Resources follow semantic conventions
@@ -105,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105
105
- ` opentelemetry-exporter-zipkin ` Add support for array attributes in Span and Resource exports
106
106
([ #1285 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1285 ) )
107
107
- Added ` __repr__ ` for ` DefaultSpan ` , added ` trace_flags ` to ` __repr__ ` of
108
- ` SpanContext ` ([ #1485 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1485 )] )
108
+ ` SpanContext ` ([ #1485 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1485 ) )
109
109
- ` opentelemetry-sdk ` Add support for OTEL_TRACE_SAMPLER and OTEL_TRACE_SAMPLER_ARG env variables
110
110
([ #1496 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1496 ) )
111
111
- Adding ` opentelemetry-distro ` package to add default configuration for
0 commit comments