Skip to content

Commit

Permalink
Fix typo (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Dec 8, 2020
1 parent a2cc1ad commit 9ff4321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"service.name": "service"
})
trace.set_tracer_provider(TracerProvider(resource=resource)))
trace.set_tracer_provider(TracerProvider(resource=resource))
tracer = trace.get_tracer(__name__)
otlp_exporter = OTLPSpanExporter(endpoint="localhost:55680", insecure=True)
Expand Down

0 comments on commit 9ff4321

Please sign in to comment.