chore(tvix): bump opentelemetry to 0.27
Change-Id: I3afbd8c94e0bc2cdf30da1886ae05b922f8a718f Reviewed-on: https://cl.tvl.fyi/c/depot/+/12822 Reviewed-by: Jonas Chevalier <zimbatm@zimbatm.com> Reviewed-by: edef <edef@edef.eu> Tested-by: BuildkiteCI
This commit is contained in:
parent
dc21f5e543
commit
0715163779
8 changed files with 218 additions and 510 deletions
|
|
@ -17,6 +17,7 @@ opentelemetry-otlp = { workspace = true, optional = true }
|
|||
opentelemetry_sdk = { workspace = true, features = ["rt-tokio"], optional = true }
|
||||
tracing-tracy = { workspace = true, features = ["flush-on-exit"], optional = true }
|
||||
opentelemetry-http = { workspace = true, optional = true }
|
||||
opentelemetry-semantic-conventions = { workspace = true, optional = true }
|
||||
|
||||
tonic = { workspace = true, optional = true }
|
||||
http = { workspace = true, optional = true }
|
||||
|
|
@ -33,7 +34,8 @@ otlp = [
|
|||
"dep:opentelemetry-otlp",
|
||||
"dep:opentelemetry_sdk",
|
||||
"dep:opentelemetry-http",
|
||||
"reqwest-tracing?/opentelemetry_0_22",
|
||||
"dep:opentelemetry-semantic-conventions",
|
||||
"reqwest-tracing?/opentelemetry_0_27",
|
||||
]
|
||||
tracy = [
|
||||
"dep:tracing-tracy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue