Enable the tls-provider-agnostic feature of opentelemetry-otlp

This commit is contained in:
Quentin Gliech
2026-03-31 12:03:55 +02:00
parent d40934b7d2
commit 5c2b2de15c
+1 -1
View File
@@ -410,7 +410,7 @@ version = "0.31.0"
[workspace.dependencies.opentelemetry-otlp]
version = "0.31.1"
default-features = false
features = ["trace", "metrics", "http-proto"]
features = ["trace", "metrics", "http-proto", "tls-provider-agnostic"]
[workspace.dependencies.opentelemetry-prometheus-text-exporter]
version = "0.2.1"
[workspace.dependencies.opentelemetry-resource-detectors]