Commit Graph

14 Commits

Author SHA1 Message Date
Anthony Mirabella da84290b43
Pre release v0.22.0 (#928)
* update pre-release to allow specifying the old OTel tag

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Update OTel core to 1.0.0-RC2, prep for v0.22.0 release

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Update OTel metrics to v0.22.0

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Update CHANGELOG

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
2021-07-26 18:24:47 -04:00
Anthony Mirabella 2ca6018953
Update to v1.0.0-RC1/v0.21.0 (#822)
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
2021-06-18 16:17:02 -04:00
Tyler Yahn 0e5bef9af1
Release v0.20.0 (#758)
* Bump OTel Go version to v0.20.0

* Fix instrumentation

* Fix B3 propagator

Still need tests.

* Fix propagators context SC

* Fix example test in datadog exporter

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Set error status in AWS instrumentation when recording an error

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Set error status in go-kit instrumentation, test for exception event attributes instead of error

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Fix tests for new debug/deferred flag handling in B3 propagator

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Remove half-used deferred flag from ot propagator

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Separate Jaeger propagator debug flag handling from OTel SpanContext

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* fixup b3 context handling comments

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Fix trace flag type in X-Ray propagator

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Remove unused status flags from B3 propagator

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Update changelog

Co-authored-by: Anthony J Mirabella <a9@aneurysm9.com>
2021-04-24 08:21:50 -07:00
Tyler Yahn e78bad21a5
Release v0.19.0 (#624) 2021-03-22 07:58:34 -07:00
Anthony Mirabella 839e505a67
Bumping otel version to v0.18.0. Prepare for releasing v0.18.0 (#600)
* Bumping otel version to v0.18.0. Prepare for releasing v0.18.0

* Update CHANGELOG

* Address review feedback
2021-03-04 19:39:40 -05:00
Tyler Yahn 1c687598a6
Release v0.17.0 (#580)
* Release v0.17.0

* Update CHANGELOG
2021-02-18 07:26:39 -08:00
Anthony Mirabella 65367f2b37
Prepare v0.16.0 release (#523)
* Prepare v0.16.0 release

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Fix Cortex exporter histogram sumamrization

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Avoid double closing a done channel

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Treat cortex histogram bucket counts as floats since they will be coerced to float64 anyways

* Remove unused test helper

* Fix datadog example test

* Fix TraceState comparisons in propagator tests
2021-01-14 22:20:00 -05:00
Anthony Mirabella e484e9ed9f
Prepare for releasing v0.15.1 (#496)
* .  Prepare for releasing v0.15.1

* Add diff link to CHANGELOG
2020-12-14 13:37:49 -05:00
Anthony Mirabella e7b70ebe12
Prepare for v0.15.0 release (#486) 2020-12-11 03:23:51 -05:00
Tyler Yahn f284e2828c
Release v0.14.0 (#461)
* Bump version to v0.14.0

* Update code to use otel v0.14.0

* Go mod tidy

* Update changelog
2020-11-20 18:03:45 -08:00
Anthony Mirabella af2dfc7baf
Pre release v0.13.0 (#391)
* Prepare for v0.13.0 release

* Update Jaeger propagator to new otel.TextMapPropagator interface

* Update CHANGELOG.md for v0.13.0 release

* Avoid setting global propagator in tests where it is not reset afterward
2020-10-09 22:40:41 -04:00
Anthony Mirabella e84d6d6575
Update to API v0.12.0 (#363)
* Update to API v0.12.0

* Update CHANGELOG.md

* Fix references to contrib/propagators module
2020-09-25 12:04:47 -04:00
Anthony Mirabella 7e7d7798a8
Release v0.11.0 (#282)
* Fix non-portable sed invocation in pre_release.sh

* Fixes due to API changes

* Update CHANGELOG.md
2020-08-25 11:46:24 -04:00
ET df25cc007e
Introduce a top-level `Version()` and `SemVersion()` function (#225)
* Introduce a top-level `Version()` and `SemVersion()` function.

These are intended to be used by submodules within the repo that need
to specify an "instrumentation version" when creating a tracer or meter.

* Included PR number in CHANGELOG

* Update contrib.go

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* use predeclared constant regex

* Add comment about how/when Version() string is updated

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-16 11:50:09 -04:00