Skip to content

Commit f373caa

Browse files
committed
Add changelog and remove some unused imports..
1 parent 4c74411 commit f373caa

File tree

2 files changed

+3
-2
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Refactor `BatchLogRecordProcessor` to simplify code and make the control flow more
1111
clear ([#4562](https://github.com/open-telemetry/opentelemetry-python/pull/4562/)
1212
and [#4535](https://github.com/open-telemetry/opentelemetry-python/pull/4535)).
13+
- Update OTLP gRPC/HTTP exporters: the export timeout is now inclusive of all retries and backoffs,
14+
and an unnecessary 32 second sleep that occured after all retries had completed/failed was removed
15+
([#4564](https://github.com/open-telemetry/opentelemetry-python/pull/4564)).
1316

1417

1518
## Version 1.33.0/0.54b0 (2025-05-09)

exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717

1818
import logging
1919
from collections.abc import Sequence
20-
from itertools import count
2120
from typing import (
2221
Any,
2322
Callable,
2423
Dict,
25-
Iterator,
2624
List,
2725
Mapping,
2826
Optional,

0 commit comments

Comments
 (0)