Skip to content

Commit 28b9399

Browse files
committed
Another empty commit
1 parent 553ea3e commit 28b9399

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/metric_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def export(
235235
backoff_seconds,
236236
)
237237
sleep(backoff_seconds)
238-
backoff_seconds = 2**retry_num * random.uniform(0.8, 1.2)
238+
backoff_seconds = 2**retry_num * random.uniform(0.8, 1.2)
239239
# Not possible to reach here but the linter is complaining.
240240
return MetricExportResult.FAILURE
241241

0 commit comments

Comments
 (0)