Starts Elasticsearch and Metrics when running the server. (#10182)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
26684716aa
Коммит
48048f9e95
@@ -48,6 +48,8 @@ func runServer(configFileLocation string, disableConfigWatch bool, usedPlatform
|
|||||||
app.ConfigFile(configFileLocation),
|
app.ConfigFile(configFileLocation),
|
||||||
app.RunJobs,
|
app.RunJobs,
|
||||||
app.JoinCluster,
|
app.JoinCluster,
|
||||||
|
app.StartElasticsearch,
|
||||||
|
app.StartMetrics,
|
||||||
}
|
}
|
||||||
if disableConfigWatch {
|
if disableConfigWatch {
|
||||||
options = append(options, app.DisableConfigWatch)
|
options = append(options, app.DisableConfigWatch)
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user