mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 20:38:46 -05:00
s/metric_interface/metric_bind_host/
This commit is contained in:
parent
8bb85c8c5a
commit
1ce1509989
2 changed files with 5 additions and 5 deletions
|
|
@ -277,11 +277,11 @@ class SynapseHomeServer(HomeServer):
|
|||
config,
|
||||
metrics_resource,
|
||||
),
|
||||
interface=config.metrics_interface,
|
||||
interface=config.metrics_bind_host,
|
||||
)
|
||||
logger.info(
|
||||
"Metrics now running on %s port %d",
|
||||
config.metrics_interface, config.metrics_port,
|
||||
config.metrics_bind_host, config.metrics_port,
|
||||
)
|
||||
|
||||
def run_startup_checks(self, db_conn, database_engine):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue