mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-10 23:47:55 -05:00
Fix baseplate.configure_tracing() arguments
This commit is contained in:
committed by
Brian Simpson
parent
52728820cf
commit
163b7a5751
@@ -479,7 +479,7 @@ class Globals(object):
|
||||
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"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user