fix(exporter): 修复查询未运行flink任务数量不正确
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
@web-url = {{url}}/hudi_services/service_web
|
||||
@services-url = {{url}}/hudi_services/service_cloud_query
|
||||
@api-url = {{url}}/hudi_services/hudi_api
|
||||
@exporter-url = {{url}}/hudi_services/service-exporter
|
||||
|
||||
### 队列名称
|
||||
GET {{queue-url}}/queue/names
|
||||
@@ -43,7 +44,7 @@ Content-Type: application/json
|
||||
]
|
||||
|
||||
### 清空队列
|
||||
GET http://{{username}}:{{password}}@b12s25.hdp.dc:36781/queue/clear/compaction-queue-pre
|
||||
GET {{queue-url}}/queue/clear?name=compaction-queue-pre
|
||||
|
||||
### Info
|
||||
GET http://{{username}}:{{password}}@132.122.116.146:18166/info/compaction_metrics?flink_job_id=1542097996099055616&alias=acct_acct_item_fs&filter_completes=true
|
||||
@@ -89,3 +90,6 @@ GET {{api-url}}/api/sync_checkpoint_state?flink_job_id=1542097996099055616&alias
|
||||
|
||||
### Test
|
||||
GET {{web-url}}/test
|
||||
|
||||
### 获取未运行的同步任务
|
||||
GET {{exporter-url}}/exporter/un_running_flink_job
|
||||
|
||||
Reference in New Issue
Block a user