Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
Fix baseplate.configure_tracing() arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Zalalov authored and bsimpson63 committed Oct 12, 2017
1 parent 5272882 commit 163b7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/lib/app_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def __init__(self, config, global_conf, app_conf, paths, **extra):
self.baseplate.configure_logging()
self.baseplate.register(R2BaseplateObserver())
self.baseplate.configure_tracing(
service_name="r2",
"r2",
tracing_endpoint=self.config.get("tracing_endpoint"),
sample_rate=self.config.get("tracing_sample_rate"),
)
Expand Down

0 comments on commit 163b7a5

Please sign in to comment.