File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1313- Remove unnecessarily public trait ` opentelemetry_otlp::metrics::MetricsClient `
1414 and ` MetricExporter::new(..) ` method. Use
1515 ` MetricExporter::builder()...build() ` to obtain ` MetricExporter ` .
16+ - The HTTP clients (reqwest, reqwest-blocking, hyper) now support the
17+ timeout internal configured in below order
18+ - Signal specific env variable ` OTEL_EXPORTER_OTLP_TRACES_TIMEOUT ` ,
19+ ` OTEL_EXPORTER_OTLP_LOGS_TIMEOUT ` or ` OTEL_EXPORTER_OTLP_TIMEOUT ` .
20+ - ` OTEL_EXPORTER_OTLP_TIMEOUT ` env variable.
21+ - ` with_http().with_timeout() ` API method of
22+ ` LogExporterBuilder ` and ` SpanExporterBuilder ` and ` MetricsExporterBuilder ` .
23+ - The default interval of 30sec is used if none is configured
24+
1625
1726## 0.27.0
1827
You can’t perform that action at this time.
0 commit comments