refactor(web): 增加b12的相关监控
This commit is contained in:
@@ -105,7 +105,7 @@ function overviewYarnJob(cluster, search, queue, yarnQueue) {
|
||||
{
|
||||
type: 'tpl',
|
||||
className: 'mr-1 font-bold',
|
||||
tpl: `${cluster}`,
|
||||
tpl: `\${PADSTART('${cluster}', 7)}`,
|
||||
},
|
||||
queue === undefined ? {} : {
|
||||
type: 'service',
|
||||
@@ -232,6 +232,7 @@ function overviewTab() {
|
||||
{type: 'divider'},
|
||||
'<span class="italic text-gray-500 my-2">集群 (集群总资源使用,队列资源使用)(总压缩任务数,调度中任务数,运行中任务数,失败任务数)</span>',
|
||||
overviewYarnJob('b5-sync', 'Sync', undefined, 'default'),
|
||||
overviewYarnJob('b12', 'Sync', undefined, 'default'),
|
||||
{type: 'divider'},
|
||||
{
|
||||
className: 'my-2',
|
||||
@@ -250,6 +251,7 @@ function overviewTab() {
|
||||
overviewYarnJob('b1', 'Compaction', 'compaction-queue-b1', 'datalake'),
|
||||
overviewYarnJob('b5', 'Compaction', 'compaction-queue-b5', 'ten_iap.datalake'),
|
||||
overviewYarnJob('a4', 'Compaction', 'compaction-queue-a4', 'ten_iap.datalake'),
|
||||
overviewYarnJob('b12', 'Compaction', 'compaction-queue-b12', 'default'),
|
||||
{type: 'divider'},
|
||||
{
|
||||
type: 'service',
|
||||
|
||||
Reference in New Issue
Block a user