Skip to content

Commit f06d8db

Browse files
committed
Precommit
1 parent e7027a0 commit f06d8db

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
from opentelemetry.sdk._logs import LogRecord as SDKLogRecord
3333
from opentelemetry.sdk._logs.export import LogExporter, LogExportResult
3434
from opentelemetry.sdk.environment_variables import (
35+
_OTEL_PYTHON_EXPORTER_OTLP_GRPC_LOGS_CREDENTIAL_PROVIDER,
3536
OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE,
3637
OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE,
3738
OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY,
@@ -40,7 +41,6 @@
4041
OTEL_EXPORTER_OTLP_LOGS_HEADERS,
4142
OTEL_EXPORTER_OTLP_LOGS_INSECURE,
4243
OTEL_EXPORTER_OTLP_LOGS_TIMEOUT,
43-
_OTEL_PYTHON_EXPORTER_OTLP_GRPC_LOGS_CREDENTIAL_PROVIDER,
4444
)
4545

4646

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
)
4444
from opentelemetry.proto.metrics.v1 import metrics_pb2 as pb2 # noqa: F401
4545
from opentelemetry.sdk.environment_variables import (
46+
_OTEL_PYTHON_EXPORTER_OTLP_GRPC_METRICS_CREDENTIAL_PROVIDER,
4647
OTEL_EXPORTER_OTLP_METRICS_CERTIFICATE,
4748
OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE,
4849
OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY,
@@ -51,7 +52,6 @@
5152
OTEL_EXPORTER_OTLP_METRICS_HEADERS,
5253
OTEL_EXPORTER_OTLP_METRICS_INSECURE,
5354
OTEL_EXPORTER_OTLP_METRICS_TIMEOUT,
54-
_OTEL_PYTHON_EXPORTER_OTLP_GRPC_METRICS_CREDENTIAL_PROVIDER,
5555
)
5656
from opentelemetry.sdk.metrics._internal.aggregation import Aggregation
5757
from opentelemetry.sdk.metrics.export import ( # noqa: F401

0 commit comments

Comments
 (0)