Skip to content

Commit

Permalink
remove internal-log
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Nov 14, 2024
1 parent 0e1a641 commit 5166535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-user-events-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
rust-version = "1.71.1"

[dependencies]
opentelemetry = { workspace = true, features = ["metrics", "internal-logs"] }
opentelemetry = { workspace = true, features = ["metrics"] }
opentelemetry_sdk = { workspace = true, features = ["metrics", "rt-tokio"] }
opentelemetry-proto = { workspace = true, features = ["gen-tonic", "metrics"] }
eventheader = { version = "= 0.4.0" }
Expand Down

0 comments on commit 5166535

Please sign in to comment.