Skip to content

Commit

Permalink
fix: update otel semconv as well (#916)
Browse files Browse the repository at this point in the history
* fix: update otel semconv as well

* need experimental feature

* trigger ci
  • Loading branch information
SimenB authored Dec 12, 2024
1 parent 53e87cf commit ff6071f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion poem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ libcookie = { package = "cookie", version = "0.18", features = [
"secure",
], optional = true }
opentelemetry-http = { version = "0.27.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.16.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.27.0", optional = true, features = [
"semconv_experimental"
] }
opentelemetry-prometheus = { version = "0.17.0", optional = true }
libprometheus = { package = "prometheus", version = "0.13.0", optional = true }
libopentelemetry = { package = "opentelemetry", version = "0.27.0", features = [
Expand Down

0 comments on commit ff6071f

Please sign in to comment.