File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
exporter/opentelemetry-exporter-otlp-proto-grpc/tests Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 6060# The below tests use this test SpanExporter and Spans, but are testing the
6161# underlying behavior in the mixin. A MetricExporter or LogExporter could
6262# just as easily be used.
63- # pylint: disable=no-member
6463class OTLPSpanExporterForTesting (
6564 SpanExporter ,
6665 OTLPExporterMixin [
6766 ReadableSpan , ExportTraceServiceRequest , SpanExportResult
6867 ],
6968):
70- # pylint: disable=unsubscriptable-object
71- """OTLP span exporter
72-
73- Args:
74- endpoint: OpenTelemetry Collector receiver endpoint
75- insecure: Connection type
76- credentials: Credentials object for server authentication
77- headers: Headers to send when exporting
78- timeout: Backend request timeout in seconds
79- compression: gRPC compression method to use
80- """
81-
8269 _result = SpanExportResult
8370 _stub = TraceServiceStub
8471
You can’t perform that action at this time.
0 commit comments