de-hardcode IP for jaeger
This commit is contained in:
committed by
Brendan Abolivier
parent
42f555393a
commit
32df91cbcb
+1
-1
@@ -487,7 +487,7 @@ class HomeServer(object):
|
||||
},
|
||||
'logging': True,
|
||||
'local_agent': {
|
||||
'reporting_host': '172.18.0.1',
|
||||
'reporting_host': jaeger_host,
|
||||
},
|
||||
}
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user