Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tracing-opentelemetry


https://github.com/tokio-rs/tracing-opentelemetry

Upgrade to opentelemetry 0.22 (#100)

## Motivation

Would like to upgrade to opentelemetry 0.22.

## Solution

This seems mostl...

5e3354ec24debcfbf856bfd1eb7022459dca1e6a authored 10 months ago by Dirkjan Ochtman <[email protected]>
remove i64_histogram support (#99)

rust-opentelemetry has dropped this, as it is
recommended against by the otel spec.

6cdd4d7cfbc49122034732c69cbe16352f6ed999 authored 10 months ago by Robert Collins <[email protected]>
fix: process parallel events and potential deadlock in `on_record` (#95)

## Motivation

#94 - Mutli-threaded tracing drops most of the events

## Solution

I have ...

4f747a0983fd1c97bd07a691e223bd13fd5a6c3c authored 10 months ago by David Mládek <[email protected]>
Honor explicit parent spans for events (#92)

## Motivation

Currently, when an event is created, no matter what is set as its
parent, `Ope...

101dc8990d6bcd6ef49813242abafc99bbe85014 authored 11 months ago by David Mládek <[email protected]>
chore: fix typos (#91)

8b20ca4ffb2f53c730624f62acd48327806070b8 authored 11 months ago by David Mládek <[email protected]>
prevent panics when used with per-layer filters (#86)

## Motivation

Currently, if the `tracing-opentelemetry` `Layer` has a per-layer filter
(in t...

bd90c86db606522a19eb89dd742f1d2ad88244a1 authored 12 months ago by Gus Wynn <[email protected]>
build(deps): update web-time requirement from 0.2.0 to 1.0.0 (#87)

680c6868a2f980fbb933ebf3f59c6c4797140b4c authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Display attribute in metrics (#85)

## Motivation

As described in #81, currently the metrics layer doesn't do anything
when Debu...

832b7883d458b8e102585e7c29997735bdc86c14 authored 12 months ago by Kenta Kudo <[email protected]>
chore: update actions/checkout action to v4 (#83)

b2013d085cee229c83eb1558c3263e536186fb89 authored 12 months ago by Taiki Endo <[email protected]>
feat: use `let else` instead of `unwrap` (#79)

b9821443835890b15886d9920ca5176e1064fa2b authored about 1 year ago by YangNianYi <[email protected]>
Prepare for v0.22.0 release (#75)

### Breaking Changes

- Upgrade to `v0.21.0` of `opentelemetry` For list of breaking changes
...

62690b4ac9c1065de61aa82d763a83bb2790cf81 authored about 1 year ago by Julian Tescher <[email protected]>
Update otel to version 0.21 (#68)

Support the latest version of otel. See
https://github.com/open-telemetry/opentelemetry-rust/bl...

2156c236db4c488eb6fce08bdd710dde290f5f52 authored about 1 year ago by Julian Tescher <[email protected]>
build(deps): update tracing-log requirement from 0.1.3 to 0.2.0 (#64)

cfc64f37b60c5626df37ef4e738e369339c0283b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): update pprof requirement from 0.12.1 to 0.13.0 (#61)

70f3ed6f73a342d4119681794b28037b1fdfdf98 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add support for instrumented functions which return Result (#28)

## Motivation

Currently, the tracing instrumentation macro emits a single event after
the fu...

bddef292336d8fb8aefe5ad4e408f39fcfd3d257 authored over 1 year ago by Rudi Floren <[email protected]>
Fix potential deadlock (#59)

## Motivation

Some `Debug` implementations access a span's extensions, for example a
`color_...

1c61ea6b5684236a62301d94117b32cedc096112 authored over 1 year ago by AsmPrgmC3 <[email protected]>
Update README example Cargo.toml (#60)

The `Cargo.toml` is missing the `opentelemetry_sdk` dependency to get
the `Basic Usage` example...

5223a67887e97d400f093ef088b474f09bab3a60 authored over 1 year ago by Ryan Thomas <[email protected]>
Update criterion and pprof (#42)

a03ff2275bbb86add80f20c8c7b6126bd1a2b38f authored over 1 year ago by Julian Tescher <[email protected]>
WASM Support (#57)

## Motivation

I was attempting to use this library with a wasm target in a browser. If
you c...

80ae3211dbc78d4efb31f175f0618a0015dfb546 authored over 1 year ago by Jesse Ditson <[email protected]>
Prepare for v0.21.0 release (#56)

61498639b0999be8b3657d406afa6c7dae01e9d8 authored over 1 year ago by Julian Tescher <[email protected]>
fix: trace id did not match when propagating invalid context (#55)

## Motivation

Fix following issues
* https://github.com/tokio-rs/tracing-opentelemetry/issue...

4fa752748116f37af82b59e9b74cb042afa035c1 authored over 1 year ago by Yuta Yamaguchi <[email protected]>
chore: add opentelemetry-otlp integration example (#53)

## Motivation

* Provide specific example of how to set up various opentelemetry
configration...

11d57b80923e4391c222653bd07ea1972eab10e0 authored over 1 year ago by Yuta Yamaguchi <[email protected]>
docs: update semantic-conventions link (#52)

## Motivation

* Update semantic-conventions repository link to newly created one.
* Update t...

680f91dcdf55ffb890ebc379e52080618b6c4abe authored over 1 year ago by Yuta Yamaguchi <[email protected]>
chore: use pprof in the benchmark for metrics (#51)

## Motivation

Use pprof if possible as well as trace benchmark

fee6cbf238f0d44ce6ca8e7d8fdcd7c08b18a20e authored over 1 year ago by Yuta Yamaguchi <[email protected]>
Move off of opentelemetry in favor of separate crates. (#48)

## Motivation

`opentelemetry::sdk` is going to be deprecated in favor of a dedicated crate.
...

e9148988fc053c617cc50f957599e5dc943c3811 authored over 1 year ago by Harold Dost <[email protected]>
docs: add metrics layer attributes description (#49)

## Motivation

* fix broken link in doc
* update histogram metrics field prefix (`value` -> `...

473a500d5aa75d7fbe1e5b818acdfedb624e2523 authored over 1 year ago by Yuta Yamaguchi <[email protected]>
docs: update README basic example (#47)

## Motivation

Address https://github.com/tokio-rs/tracing-opentelemetry/issues/46

## Solut...

42a3c73c37e810d09a0cee4b4c387dfb394dc22f authored over 1 year ago by Yuta Yamaguchi <[email protected]>
feat: produce measurement with attributes (#43)

## Motivation

Support https://github.com/tokio-rs/tracing-opentelemetry/issues/32
This chang...

7bb3e5643a0f7c796ba7987e20c6533cf61885c7 authored over 1 year ago by Yuta Yamaguchi <[email protected]>
docs: fix REAEME MetricsLayer link (#44)

6bc7dce9560111374dba3ba38e8fdfc257e23541 authored over 1 year ago by Yuta Yamaguchi <[email protected]>
Prepare for v0.20.0 release (#41)

Changelog:

### Added

- Add `OpenTelemetrySpanExt::set_attribute` function (#34)

### Bre...

d9b18f2aeddbab1b26c2794503a2c6423a2426e0 authored over 1 year ago by Julian Tescher <[email protected]>
chore: use pprof only if target_os is not windows (#40)

## Motivation

Fix https://github.com/tokio-rs/tracing-opentelemetry/issues/39

follow up ht...

d36955010d6d1b85c5ab9c86ccfaa4d8c6b0a32e authored over 1 year ago by ymgyt <[email protected]>
update opentelemetry to 0.20.0 (#36)

## Motivation

Update opentelemetry dependency to use the latest opentelemetry from the
traci...

76771cf8e8a9d13fe9617ed833dbc03e67eff33d authored over 1 year ago by ymgyt <[email protected]>
Add set_attribute function (#34)

* Adds a function `set_attribute` to `OpenTelemetrySpanExt` to allow
setting attributes directl...

7b77d33d58eea0a7aa922bb45cfbab7272559c52 authored over 1 year ago by Max Bruce <[email protected]>
Enable flame graphs and reports for benchmarks (#27)

In order to more easily interpret benchmark data, I enabled criterion
HTML reports and flame gr...

f5f898b47e086659a7a78b495ef77661781895cd authored over 1 year ago by Shaun <[email protected]>
Set builder parent span to None when manually setting parent (#26)

## Motivation

When I tried to find a parent span as someone not familiar with the code
I tri...

040c57a61b455f4320d9804a10d4bef086cf0722 authored over 1 year ago by David Mládek <[email protected]>
build(deps): update criterion requirement from 0.4.0 to 0.5.0 (#24)

5ce1b108931a6ad02f78e98bd34f383d1c42d751 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Prepare for v0.19.0 release (#23)

### Breaking Changes

- Upgrade to `v0.19.0` of `opentelemetry` (#12)
For list of breaking ch...

42e986929080a5f1f245876c1aaa82ce9a7d85de authored over 1 year ago by Julian Tescher <[email protected]>
build(deps): update criterion requirement from 0.3.6 to 0.4.0 (#2)

128e2f8af56968694881ca656d3814663bce7e65 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update opentelemetry to 0.19 (#12)

Signed-off-by: Jayson Reis <[email protected]>
Co-authored-by: Julian Tescher <julian@tes...

e67969615bd9c3e2e3041c2b2f829d1a1aed12e9 authored over 1 year ago by Jayson Reis <[email protected]>
Backport v0.18 otel release changes (#22)

Backport other release changes from
https://github.com/tokio-rs/tracing/pull/2312

0478b0e29a7b20ef257673ab9b6ca8cc5362d31e authored over 1 year ago by Julian Tescher <[email protected]>
fix: Backport opentelemetry 0.18 code from main repo (#9)

## Motivation
I noticed that this repo got the cut-off before opentelemetry 0.18 was
committed...

a5c27f6605651772f2c439e3f7fdc824f19462a1 authored over 1 year ago by Jayson Reis <[email protected]>
Update homepage and repository links (#17)

Because opentelemetry tracer was moved to own repository, homepage and
repository parameters of...

bd7d8f6480567b70c5a40ae80627d56fdf184923 authored over 1 year ago by Nikita Bishonen <[email protected]>
Update the repository URL in Cargo.toml (#16)

Changes the URL for the repository in Cargo.toml

## Motivation

Clicking "repository" in cr...

b6154a85aea3ffff0cd4bd08849a0a8db0f9032c authored over 1 year ago by Brian Kung <[email protected]>
chore: migrate examples from the main tracing rep (#13)

As part of moving tracing-opentelemetry over, I'm moving the
tracing-opentelemetry examples ove...

13a2ad1065915a682881e17bce61571b75f65fde authored almost 2 years ago by David Barsky <[email protected]>
style: make clippy happier (#5)

This fixes some lints

cf4a65196abd989ab79413180e115ded19a68e0c authored almost 2 years ago by Eliza Weisman <[email protected]>
chore: add CI, Codeowners, and issue/PR templates (#1)

These are mostly copied over from `tokio-rs/tracing`, with
modifications (removing builds for o...

ddc7aabe3233ec56c53ca35900dbf17850d84ca7 authored almost 2 years ago by Eliza Weisman <[email protected]>
chore: remove path deps on `tracing` crates

Currently, the `v0.1.x` branch's `Cargo.toml` contains path dependencies
on `tracing`, `tracing-...

df9c4d2e83692946f89a0c28b5c885fb6615e1ed authored almost 2 years ago by Eliza Weisman <[email protected]>
chore: add .gitignore

4c3b12074daaa67f53ba0d4fc0b00af78c71a63e authored almost 2 years ago by Eliza Weisman <[email protected]>
chore: move `tracing-opentelemetry` into the repo root

Currently, all the code and other files are in a `tracing-opentelemetry`
subdirectory of the rep...

2fbfad5f241e16e5b5575dc6d66b889274126586 authored almost 2 years ago by Eliza Weisman <[email protected]>
opentelemetry: support publishing metrics (#2185)

Motivation:
Currently, there is no way to publish metrics via tracing.

Solution:
Update the tra...

1656a98b164e46a6b59990ff5b6f22d80e2ecf76 authored over 2 years ago by Bryan Garza <[email protected]>
opentelemetry: feature-flag `MetricsLayer` (#2234)

In the upstream `opentelemetry` crate, the `trace` and `metrics`
features are gated by separate ...

69674f99abc75d7592662d3f6ff08c2ada599118 authored over 2 years ago by Eliza Weisman <[email protected]>
chore: fix minimal-versions correctness (#2246)

## Motivation

Fix minimal-versions failure.

## Solution

Upgrade all the dependencies to...

92d5e5ee9eee5fde2de327e4930bf0f39fecee61 authored over 2 years ago by Christopher Durham <[email protected]>
opentelemetry: prepare to release v0.17.4 (#2202)

# 0.17.4 (July 1, 2022)

This release adds optional support for recording `std::error::Error`s...

06a3813d0437718dd1ac659b65698137d6675dc7 authored over 2 years ago by Eliza Weisman <[email protected]>
opentelemetry: fix exception fields defaults in docs (#2200)

## Motivation

Currently, the `tracing-opentelemetry` docs indicate that the support
for Open...

20406dd9e3eeb09337d98826b0f49a69424e20fe authored over 2 years ago by Eliza Weisman <[email protected]>
subscriber: fix clippy lints (#2191)

This fixes a Clippy lint for explicitly calling `drop` on a value
without a `Drop` impl, and a ...

d30bae3d54d277bafbf2008f37afb185e8405677 authored over 2 years ago by Eliza Weisman <[email protected]>
opentelemetry: add semconv exception fields (#2135)

When an error value is recorded, it should add the `exception.message` and
`exception.stacktrac...

99b23a516356e7ea683655c4f70201680401b0ab authored over 2 years ago by Lily Mara <[email protected]>
opentelemetry: prepare to release v0.17.3 (#2154)

# 0.17.3 (June 7, 2022)

This release adds support for emitting thread names and IDs to
OpenT...

cc30bf04fef6f8660c7ff591f56a2fb4d4e9164e authored over 2 years ago by Eliza Weisman <[email protected]>
opentelemetry: add support for thread names/ids (#2134)

OpenTelemetry has [semantic conventions][1] for reporting thread names
and IDs on spans. This br...

86e0bf1af108fea67d6762ae695c8228b0cb89f3 authored over 2 years ago by Eliza Weisman <[email protected]>
opentelemetry: fix event source locations (#2099)

Fixes: #2094

## Motivation

Properly attach event's source locations.

## Solution

Ap...

ae5cace351d2e7f86f7f696e0265d9b6ae170ad7 authored over 2 years ago by hubertbudzynski <[email protected]>
opentelemetry: enforce event_location for span tags (#2124)

The `with_event_location(false)` method will now properly omit `code.*`
tags from spans.

## Mot...

3eb3a1e3a80af6c7ef3b094c38c70ae3bd03a22d authored over 2 years ago by Devin <[email protected]>
opentelemetry: record error source chain (#2122)

Previously error values were recorded using their `Debug`
representation. They are now reported...

030a9f2abb95d47bb8fd251bc4fbaf7b812e3a95 authored over 2 years ago by Lily Mara <[email protected]>
opentelemetry: Fix example in README.md (#2109)

The example code for `tracing-opentelemetry` in the README.md file was based on
older versions ...

39f086acde1a39c93c510f0d874d727d8c0edd86 authored over 2 years ago by Eliza Weisman <[email protected]>
docs: more intra-doc links (#2077)

* docs: `cargo intraconv` for more intra-doc links

... also it deleted some redundant ones, a...

67492190ed565a81a52e8630abb27a8290296a90 authored over 2 years ago by Benjamin Herr <[email protected]>
opentelemetry: prepare to release v0.17.2 (#1952)

# 0.17.2 (February 21, 2022)

This release fixes [an issue][#1944] introduced in v0.17.1 where...

03f0aa16075e8b503fbbec469d43a60763d1bdc4 authored almost 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: fix broken build with `default-features = false` (#1949)

## Motivation

Currently, `tracing-opentelemetry` v0.17.1 fails to compile with
`default-feat...

a88850d73a3f4a92f8e85a50d5e1f444ad624846 authored almost 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: prepare to release v0.17.1 (#1922)

# 0.17.1 (February 11, 2022)

### Added

- `OpenTelemetryLayer` can now add detailed locatio...

2b722bc7f2ef978f642f61766d9b558a4cc2cd0d authored almost 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: forward event source locations (#1911)

This branch adds the source code file, module path, and line number to
OpenTelemetry events as t...

4ad953da5b20677430d24d5c25a8b0ff14997d2c authored almost 3 years ago by Dirkjan Ochtman <[email protected]>
opentelemetry: allocate fewer strings for recording events (#1917)

## Motivation

Currently, the `tracing-opentelemetry` subscriber will allocate several
string...

724bf0e676dfbb53c6ebaeb192a51eb104646af3 authored almost 3 years ago by Eliza Weisman <[email protected]>
chore: update MSRVs from 1.42 to 1.49 (#1913)

This updates all crates' MSRVs to 1.49 if they were not already greater
than that (`tracing-appe...

cebc015fc24d809beb3e3a945c912e9bfd04aa1d authored almost 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: prepare for 0.17.0 release (#1877)

Breaking changes in this release:

- Upgrade to `v0.17.0` of `opentelemetry` (#1853)
For list ...

8b47e965d00985155208252c9c5f03bf6230a68c authored almost 3 years ago by Julian Tescher <[email protected]>
opentelemetry: revert "opentelemetry: disable default tracing-log feature (#1869)" (#1882)

This reverts commit c65810c28f8184f1f72033f134929416e43161fe.

938f7f1217fc8965f57dbe6779fc9954f524152a authored almost 3 years ago by Julian Tescher <[email protected]>
opentelemetry: Update otel to 0.17.0 (#1853)

## Motivation

Support the latest OpenTelemetry specification.

## Solution

Update `opentelemet...

b458920bea7d1af14b41f8d1dba81fe6237b15e7 authored almost 3 years ago by Julian Tescher <[email protected]>
Update tracing-opentelemetry/Cargo.toml

86789b224f433cefedfd191a5a3a2a63b6561934 authored almost 3 years ago by Eliza Weisman <[email protected]>
docs: replace comments regarding OpenTelemetry's 'Extract' with 'Extractor' (#1770) (#1784)

Co-authored-by: Max Baumann <[email protected]>

8891d449fbc2fa2a2606a1ad149d61c499b938e2 authored about 3 years ago by David Barsky <[email protected]>
chore: fix cargo MSRV field typo (#1742)

2c9ea56f0a6740f2d9f51be30469c6b8ce7ce48a authored about 3 years ago by Folyd <[email protected]>
chore: add MSRV cargo metadata (#1730)

This branch adds the `[package.rust]` metadata to `Cargo.toml` for all
crates. See https://rust...

e89df2894616f91c61b8b1a8079ad39968a58aef authored about 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: prepare to release v0.16.0 (#1682)

# 0.16.0 (October 23, 2021)

### Breaking Changes

- Upgrade to `v0.3.0` of `tracing-subscri...

26841d0c5dca6d6bcb8ee5a057d6b621b017b884 authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release v0.3.0 (#1677)

# 0.3.0 (Oct 22, 2021)

This is a breaking release of `tracing-subscriber`. The primary breaki...

ac08040d3ccdc3868777aaa9949d07ed9357c82e authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: rename `Layer::new_span` to `on_new_span` (#1674)

While we're breaking things, we may as well do this as well.

Closes #630
Closes #662

72a43c80a208b0f13aa158f4dff82734088111a9 authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: add minimal `#![no_std]` support (#1648)

Backports #1648 from `master`.

Depends on #1649

## Motivation

Presently, the `tracing-subscri...

c471d7d42542a8063eb683542f43ad571bc51908 authored about 3 years ago by Eliza Weisman <[email protected]>
chore: fix inconsistent terminology

I noticed a handful of places where `v0.1.x` refers to `Subscriber`s as
"collectors". This prob...

b0789a3f70ece6ea777744f71a55bffa7f7db2d9 authored over 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: Add extension to link spans (#1516)

Repeat of #1480 to merge on master.

## Motivation

Discussed in #1121, the opentelemetry specif...

d38995997fe8936297be6a8f0adf446adc7bf036 authored over 3 years ago by Max Lehuraux <[email protected]>
docs: fix a bunch of RustDoc warnings/errors (#1524)

This branch fixes some minor RustDoc issues. In particular:

- The `broken_intra_doc_links` li...

de1f183b999c2c8b8a7e0e121d61277e53fa6b2c authored over 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: prepare for 0.15.0 release (#1501) (#1506)

Backport #1501 into v0.1.x

# Conflicts:
# tracing-opentelemetry/CHANGELOG.md
# tracing-open...

2a888833e75d7f218eedd5d428bc94f6300d52f1 authored over 3 years ago by Julian Tescher <[email protected]>
opentelemetry: update to otel v0.16.x (#1497) (#1500)

Updates to the latest otel spec version and addresses small internal
method and module updates.

ef6c3e239e4cba895ac6b8446945c7a68f94f917 authored over 3 years ago by Julian Tescher <[email protected]>
chore: fix warnings introduced by Rustc 1.54 (#1495)

Split from #1460

ae3c5e181b1ea1a4189af0d14916126bf4b8a394 authored over 3 years ago by Teo Klestrup Röijezon <[email protected]>
opentelemetry: prepare to release v0.14.0 (#1464)

# 0.14.0 (July 9, 2021)

### Breaking Changes

- Upgrade to `v0.15.0` of `opentelemetry` ([#...

3045d16d76b05b4717da204acd6e5b7f1a9809de authored over 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: add opentelemetry source code attributes to spans (#1411)

The opentelemetry specification calls for a number of attributes to correlate
traces to their l...

59e61bf61f72b8c5735bfc99b543978b68711ca0 authored over 3 years ago by Lily Mara <[email protected]>
opentelemetry: improve performance by pre-determining attribute length (#1327)

The `SpanBuilder` uses `Vec` to store span's fields. However, the
current solution can be sligh...

6fccc9eba15c9f2ef406f88b69bfcd88ee78413b authored over 3 years ago by Folyd <[email protected]>
opentelemetry: update opentelemetry to 0.15 (#1441)

This backports PR #1441 from `master`

## Motivation

Newest versions of opentelemetry and opent...

eb6f58eff67faac1b14001921c7af2047920a401 authored over 3 years ago by Kirill Mironov <[email protected]>
opentelemetry: prepare for v0.13.0 release (#1404) (#1406)

Co-authored-by: Eliza Weisman <[email protected]>

a12f97cdb076be96e16fdcee19da4b4d83629cf6 authored over 3 years ago by Julian Tescher <[email protected]>
opentelemetry: update to otel 0.14.x (#1394) (#1403)

## Motivation

Support the latest OpenTelemetry specification.

## Solution

Update `opent...

f00a905e376a26c03913ca249c6c76c243bcbe6f authored over 3 years ago by Julian Tescher <[email protected]>
subscriber: remove space when timestamps are disabled (#1355)

## Motivation

Currently, the default `Compact` and `Full` formatters in
`tracing-subscriber` wi...

06f4f1a6eb3daedb1e6fe5efe05107494b02d191 authored over 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: add preliminary benchmarks (#1303)

## Motivation

Understand the overhead added by recording OpenTelemetry data so that it
can be m...

343705873a1d3a7d146fc81dccdaaa19341a979b authored over 3 years ago by Julian Tescher <[email protected]>
subscriber: add span status fields (#1351)

## Motivation

Allow users to set custom span status codes and messages to follow
opentelemet...

2762c93976a997717a9a925f4adbfb283b174387 authored over 3 years ago by Aymerick Valette <[email protected]>
opentelemetry: prepare for v0.12.0 release (#1341) (#1342)

# 0.12.0 (March 31, 2021)

### Breaking Changes

- Upgrade to `v0.13.0` of `opentelemetry` (...

97e24effcd025fcc9968bd6759dbd7363fa22203 authored almost 4 years ago by Julian Tescher <[email protected]>
opentelemetry: disabled tracked inactivity perf (#1315)

## Motivation

Optional inactivity tracking should have minimal overhead when disabled.

## ...

e7784a4fdd2391a345997b3b5d3c4b53cf40707a authored almost 4 years ago by Julian Tescher <[email protected]>
opentelemetry: support otel 0.13.0 (#1322) (#1330)

This backports #1322 from `master` to `v0.1.x`,

* opentelemetry: support otel 0.13.0

Switc...

79acb73ebd2b09de718bd003d2c52f5978c00968 authored almost 4 years ago by Tim <[email protected]>
opentelemetry: clarify otel.kind field usage in docs (#1218)

This patch resolves the field value capitalization ambiguity currently
in `otel.kind` by instead...

dd66f60b2bdbd7926c68ca108ce42e3182022cfb authored almost 4 years ago by Julian Tescher <[email protected]>
chore: disable default features of tracing dependencies (#1144)

This avoids relatively heavy dependencies (`tracing-attributes`, `syn`,
etc.) in some cases.

cdeb73082268ddaf8a42c3f5e61853a8c15ffee7 authored almost 4 years ago by Taiki Endo <[email protected]>