From 520ee8f7eefd00b2f7dae117d7b57e145c594320 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 23 Jan 2024 17:29:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(cli):=20launcher=E5=A2=9E=E5=8A=A0loki?= =?UTF-8?q?=20url=E5=8A=A8=E6=80=81=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-b12.yml | 1 + .../service-cli-runner/src/main/resources/application-b5.yml | 1 + .../service-cli-runner/src/main/resources/application.yml | 5 +++++ 3 files changed, 7 insertions(+) diff --git a/service-cli/service-cli-runner/src/main/resources/application-b12.yml b/service-cli/service-cli-runner/src/main/resources/application-b12.yml index 667a3af..717f576 100644 --- a/service-cli/service-cli-runner/src/main/resources/application-b12.yml +++ b/service-cli/service-cli-runner/src/main/resources/application-b12.yml @@ -17,6 +17,7 @@ deploy: app-hdfs-path: hdfs://b2/apps/datalake/jars/app-b12 archive-hdfs-path: hdfs://b2/apps/datalake/flink/completed-jobs-hudi victoria-push-url: http://132.126.207.125:35710/api/v1/import/prometheus + loki-push-url: ${deploy.runtime.loki.hudi-push-url} executor: staging-path: hdfs://b2/apps/datalake/yarn archive-hdfs-path: hdfs://b2/apps/flink/completed-jobs/ diff --git a/service-cli/service-cli-runner/src/main/resources/application-b5.yml b/service-cli/service-cli-runner/src/main/resources/application-b5.yml index 3b70f29..2cc625d 100644 --- a/service-cli/service-cli-runner/src/main/resources/application-b5.yml +++ b/service-cli/service-cli-runner/src/main/resources/application-b5.yml @@ -17,6 +17,7 @@ deploy: app-hdfs-path: hdfs://b2/apps/datalake/jars/app archive-hdfs-path: hdfs://b2/apps/datalake/flink/completed-jobs-hudi victoria-push-url: http://132.122.116.142:35710/api/v1/import/prometheus + loki-push-url: ${deploy.runtime.loki.hudi-push-url} executor: staging-path: hdfs://b2/apps/datalake/yarn archive-hdfs-path: hdfs://b2/apps/flink/completed-jobs/ diff --git a/service-cli/service-cli-runner/src/main/resources/application.yml b/service-cli/service-cli-runner/src/main/resources/application.yml index 74ac3a7..2bff1e9 100644 --- a/service-cli/service-cli-runner/src/main/resources/application.yml +++ b/service-cli/service-cli-runner/src/main/resources/application.yml @@ -23,6 +23,7 @@ deploy: connector_hudi_app-hdfs-path: ${deploy.runtime.hudi.app-hdfs-path} connector_hudi_archive-hdfs-path: ${deploy.runtime.hudi.archive-hdfs-path} connector_hudi_victoria-push-url: ${deploy.runtime.hudi.victoria-push-url} + connector_hudi_loki-push-url: ${deploy.runtime.hudi.loki-push-url} arguments: spring_application_name: service-launcher-runner-b1 connector_cluster_cluster: b1 @@ -38,6 +39,7 @@ deploy: connector_hudi_app-hdfs-path: ${deploy.runtime.hudi.app-hdfs-path} connector_hudi_archive-hdfs-path: ${deploy.runtime.hudi.archive-hdfs-path} connector_hudi_victoria-push-url: ${deploy.runtime.hudi.victoria-push-url} + connector_hudi_loki-push-url: ${deploy.runtime.hudi.loki-push-url} arguments: spring_application_name: service-launcher-runner-b5 connector_cluster_cluster: b5 @@ -53,6 +55,7 @@ deploy: connector_hudi_app-hdfs-path: ${deploy.runtime.hudi.app-hdfs-path} connector_hudi_archive-hdfs-path: ${deploy.runtime.hudi.archive-hdfs-path} connector_hudi_victoria-push-url: ${deploy.runtime.hudi.victoria-push-url} + connector_hudi_loki-push-url: ${deploy.runtime.hudi.loki-push-url} arguments: spring_application_name: service-launcher-runner-b5-sync connector_cluster_cluster: b5-sync @@ -68,6 +71,7 @@ deploy: connector_hudi_app-hdfs-path: ${deploy.runtime.hudi.app-hdfs-path} connector_hudi_archive-hdfs-path: ${deploy.runtime.hudi.archive-hdfs-path} connector_hudi_victoria-push-url: ${deploy.runtime.hudi.victoria-push-url} + connector_hudi_loki-push-url: ${deploy.runtime.hudi.loki-push-url} arguments: spring_application_name: service-launcher-runner-a4 connector_cluster_cluster: a4 @@ -83,6 +87,7 @@ deploy: connector_hudi_app-hdfs-path: ${deploy.runtime.hudi.app-hdfs-path} connector_hudi_archive-hdfs-path: ${deploy.runtime.hudi.archive-hdfs-path} connector_hudi_victoria-push-url: ${deploy.runtime.hudi.victoria-push-url} + connector_hudi_loki-push-url: ${deploy.runtime.hudi.loki-push-url} arguments: spring_application_name: service-launcher-runner-b12 connector_cluster_cluster: b12