Skip to content

Commit

Permalink
Fix typo (open-telemetry#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored and Alex Boten committed Dec 8, 2020
1 parent d52bc60 commit 7500f73
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 7500f73

Please sign in to comment.