Skip to content

Commit

Permalink
Remove duplicate exporter name form package
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bdrutu committed Mar 7, 2024
1 parent 1ea73f5 commit 0a7cc60
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/test_log_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from snowflake.telemetry._internal.encoder.otlp.proto.common.log_encoder import (
_encode_logs,
)
from snowflake.telemetry._internal.exporter.otlp.proto.log_exporter import (
from snowflake.telemetry._internal.exporter.otlp.proto.logs import (
_ProtoLogExporter,
)
from opentelemetry.proto.collector.logs.v1.logs_service_pb2 import (
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metrics_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from snowflake.telemetry._internal.encoder.otlp.proto.common.metrics_encoder import (
_encode_metrics,
)
from snowflake.telemetry._internal.exporter.otlp.proto.metrics_exporter import (
from snowflake.telemetry._internal.exporter.otlp.proto.metrics import (
ProtoMetricExporter,
)
from opentelemetry.proto.collector.metrics.v1.metrics_service_pb2 import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
SEVERITY_NUMBER_ERROR,
SEVERITY_NUMBER_FATAL,
)
from snowflake.telemetry._internal.exporter.otlp.proto.log_exporter import (
from snowflake.telemetry._internal.exporter.otlp.proto.logs import (
LogWriter,
SnowflakeLoggingHandler,
)
Expand Down
Empty file.
Empty file removed tests/test_proto_span_exporter.py
Empty file.
2 changes: 1 addition & 1 deletion tests/test_trace_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from snowflake.telemetry._internal.encoder.otlp.proto.common.trace_encoder import (
_encode_spans,
)
from snowflake.telemetry._internal.exporter.otlp.proto.trace_exporter import (
from snowflake.telemetry._internal.exporter.otlp.proto.traces import (
ProtoSpanExporter,
)
from opentelemetry.proto.collector.trace.v1.trace_service_pb2 import (
Expand Down

0 comments on commit 0a7cc60

Please sign in to comment.