Skip to content

Commit

Permalink
fix::values may be overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycody committed May 18, 2022
1 parent adc914f commit f170a98
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def __init__(
environ.get(OTEL_EXPORTER_JAEGER_TIMEOUT, DEFAULT_EXPORT_TIMEOUT)
)
self._grpc_client = None
self.insecure = insecure
self.credentials = util._get_credentials(credentials)
tracer_provider = trace.get_tracer_provider()
self.service_name = (
Expand Down

0 comments on commit f170a98

Please sign in to comment.