Skip to content

Commit 6a4e1d9

Browse files
committed
fix errors with tracing otel
1 parent 7ae04a0 commit 6a4e1d9

File tree

3 files changed

+30
-18
lines changed

3 files changed

+30
-18
lines changed

Cargo.lock

Lines changed: 29 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

THIRD_PARTY_NOTICES.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,13 +2473,6 @@ Distributed under the following license(s):
24732473
* Apache-2.0
24742474
* MIT
24752475

2476-
## value-bag <https://crates.io/crates/value-bag>
2477-
2478-
Distributed under the following license(s):
2479-
2480-
* Apache-2.0
2481-
* MIT
2482-
24832476
## version_check <https://crates.io/crates/version_check>
24842477

24852478
Distributed under the following license(s):

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ring = "0.17.14"
6868
bytes = "1.10.1"
6969
opentelemetry = { version = "0.31.0", features = ["trace"] }
7070
opentelemetry_sdk = { version = "0.31.0", features = ["trace"] }
71-
tracing-opentelemetry = "0.31.0"
71+
tracing-opentelemetry = "0.32.0"
7272
opentelemetry-otlp = { version = "0.31.0", features = ["reqwest-rustls"] }
7373
opentelemetry-http = { version = "0.31.0" }
7474
opentelemetry-appender-tracing = { version = "0.31.0", features = [

0 commit comments

Comments
 (0)