Skip to content

Commit 9428e50

Browse files
Update exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/exporter.py
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
1 parent eb8a970 commit 9428e50

File tree

1 file changed

+1
-1
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def __init__(
257257
if self._headers is None:
258258
self._headers = tuple(_OTLP_GRPC_HEADERS)
259259
else:
260-
self._headers = self._headers + tuple(_OTLP_GRPC_HEADERS)
260+
self._headers = self._headers + tuple(_OTLP_GRPC_HEADERS)
261261

262262
self._timeout = timeout or int(
263263
environ.get(OTEL_EXPORTER_OTLP_TIMEOUT, 10)

0 commit comments

Comments
 (0)