@@ -199,13 +199,9 @@ class ConfigTest extends DDSpecification {
199199 private static final OTEL_METRIC_EXPORT_INTERVAL_ENV = " OTEL_METRIC_EXPORT_INTERVAL"
200200 private static final OTEL_METRIC_EXPORT_INTERVAL_PROP = " otel.metric.export.interval"
201201
202- private static final OTEL_EXPORTER_OTLP_ENDPOINT_ENV = " OTEL_EXPORTER_OTLP_ENDPOINT"
203202 private static final OTEL_EXPORTER_OTLP_ENDPOINT_PROP = " otel.exporter.otlp.endpoint"
204- private static final OTEL_EXPORTER_OTLP_HEADERS_ENV = " OTEL_EXPORTER_OTLP_HEADERS"
205203 private static final OTEL_EXPORTER_OTLP_HEADERS_PROP = " otel.exporter.otlp.headers"
206- private static final OTEL_EXPORTER_OTLP_PROTOCOL_ENV = " OTEL_EXPORTER_OTLP_PROTOCOL"
207204 private static final OTEL_EXPORTER_OTLP_PROTOCOL_PROP = " otel.exporter.otlp.protocol"
208- private static final OTEL_EXPORTER_OTLP_TIMEOUT_ENV = " OTEL_EXPORTER_OTLP_TIMEOUT"
209205 private static final OTEL_EXPORTER_OTLP_TIMEOUT_PROP = " otel.exporter.otlp.timeout"
210206
211207 private static final OTEL_EXPORTER_OTLP_METRICS_ENDPOINT_ENV = " OTEL_EXPORTER_OTLP_METRICS_ENDPOINT"
@@ -718,7 +714,7 @@ class ConfigTest extends DDSpecification {
718714 System . setProperty(OTEL_EXPORTER_OTLP_METRICS_ENDPOINT_PROP , " http://localhost:4333/v1/metrics" )
719715 System . setProperty(OTEL_EXPORTER_OTLP_METRICS_HEADERS_PROP , " api-key=key,other-config-value=value" )
720716 System . setProperty(OTEL_EXPORTER_OTLP_METRICS_PROTOCOL_PROP , " http/protobuf" )
721- System . setProperty(OTEL_EXPORTER_OTLP_TIMEOUT_PROP , " 5000" )
717+ System . setProperty(OTEL_EXPORTER_OTLP_METRICS_TIMEOUT_PROP , " 5000" )
722718 System . setProperty(OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE_PROP , " cumulative" )
723719 System . setProperty(OTEL_RESOURCE_ATTRIBUTES_PROP , " service.name=my=app,service.version=1.0.0,deployment.environment=production" )
724720
0 commit comments