{#if job.monitoringStatus == 0 || job.monitoringStatus == 2} Not monitored or archiving failed {:else if $metricsQuery.fetching} {:else if $metricsQuery.error} {$metricsQuery.error.message.length > 500 ? $metricsQuery.error.message.substring(0, 499) + "..." : $metricsQuery.error.message} {:else} {#if showFootprint} {/if} {#each refinedData as metric, i (metric?.name || i)} {#if metric?.availability == "none"}

No dataset(s) returned for {metrics[i]}

Metric is not configured for cluster {job.cluster}.

{:else if metric?.availability == "disabled"}

No dataset(s) returned for {metrics[i]}

Metric has been disabled for subcluster {job.subCluster}.

{:else if metric?.data} handleZoom(detail, metric.data.name)} height={plotHeight} timestep={metric.data.metric.timestep} scope={metric.data.scope} series={metric.data.metric.series} statisticsSeries={metric.data.metric.statisticsSeries} metric={metric.data.name} cluster={clusterInfos.find((c) => c.name == job.cluster)} subCluster={job.subCluster} isShared={job.shared != "none"} numhwthreads={job.numHWThreads} numaccs={job.numAcc} zoomState={zoomStates[metric.data.name] || null} thresholdState={thresholdStates[metric.data.name] || null} /> {:else}

No dataset(s) returned for {metrics[i]}

Metric or host was not found in metric store for cluster {job.cluster}:

Identical messages in {metrics[i]} column: Metric not found.

Identical messages in job {job.jobId} row: Host not found.

{/if} {:else} No metrics selected for display. {/each} {/if}