Skip to content

Commit ff7c9c0

Browse files
committed
add changelog
1 parent 24a6f4f commit ff7c9c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

opentelemetry-otlp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
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

0 commit comments

Comments
 (0)