feat: Allow configuring the OTLP protocol

This commit is contained in:
Jade Ellis
2025-12-29 22:47:16 +00:00
parent d180f5a759
commit 5e0edd5a1c
5 changed files with 41 additions and 5 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ features = ["rt-tokio"]
[workspace.dependencies.opentelemetry-otlp]
version = "0.31.0"
features = ["http", "trace", "logs", "metrics"]
features = ["http", "grpc-tonic", "trace", "logs", "metrics"]