mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
enable Go server globally (#308)
This commit is contained in:
parent
7ee325a997
commit
0977f6d641
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ async function main() {
|
|||
|
||||
const rollouts = createRolloutTracker(serverConfig);
|
||||
let shadowsocksServer: ShadowsocksServer;
|
||||
if (rollouts.isRolloutEnabled('outline-ss-server', 50)) {
|
||||
if (rollouts.isRolloutEnabled('outline-ss-server', 100)) {
|
||||
const ssMetricsLocation = `localhost:${ssMetricsPort}`;
|
||||
logging.info(`outline-ss-server metrics is at ${ssMetricsLocation}`);
|
||||
prometheusConfigJson.scrape_configs.push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue