Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3a5e55

Browse files
authored
fixed changelog formatting issues (open-telemetry#1679)
1 parent c387aa3 commit a3a5e55

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Document how to work with fork process web server models(Gunicorn, uWSGI etc...)
1111
([#1609](https://github.com/open-telemetry/opentelemetry-python/pull/1609))
1212
- 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))
1414
- Moved `use_span` from Tracer to `opentelemetry.trace.use_span`.
1515
([#1668](https://github.com/open-telemetry/opentelemetry-python/pull/1668))
1616
- `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
2121

2222
### Changed
2323
- 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))
2525
- 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))
2727
- 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))
2929
- Renamed `BatchExportSpanProcessor` to `BatchSpanProcessor` and `SimpleExportSpanProcessor` to
3030
`SimpleSpanProcessor`
31-
([#1656])(https://github.com/open-telemetry/opentelemetry-python/pull/1656)
31+
([#1656](https://github.com/open-telemetry/opentelemetry-python/pull/1656))
3232
- 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))
3434
- 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))
3636
- Moving `Getter`, `Setter` and `TextMapPropagator` out of `opentelemetry.trace.propagation` and
3737
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))
3939
- 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))
4141
- 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))
4343

4444
## [0.18b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.18b0) - 2021-02-16
4545

4646
### Added
4747
- 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))
4949

5050
## [1.0.0rc1](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.0.0rc1) - 2021-02-12
5151

5252
### Changed
5353
- 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))
5555
- 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))
5757
- 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))
5959
- Read-only Span attributes have been moved to ReadableSpan class
6060
([#1560](https://github.com/open-telemetry/opentelemetry-python/pull/1560))
6161
- `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))
6363

6464
### Added
6565
- 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))
6767
- Add `Span.set_attributes` method to set multiple values with one call
6868
([#1520](https://github.com/open-telemetry/opentelemetry-python/pull/1520))
6969
- Make sure Resources follow semantic conventions
@@ -105,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105105
- `opentelemetry-exporter-zipkin` Add support for array attributes in Span and Resource exports
106106
([#1285](https://github.com/open-telemetry/opentelemetry-python/pull/1285))
107107
- 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))
109109
- `opentelemetry-sdk` Add support for OTEL_TRACE_SAMPLER and OTEL_TRACE_SAMPLER_ARG env variables
110110
([#1496](https://github.com/open-telemetry/opentelemetry-python/pull/1496))
111111
- Adding `opentelemetry-distro` package to add default configuration for

0 commit comments

Comments
 (0)