mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: Add basic infrastructure metrics to server monitor summary view
This commit is contained in:
@@ -27,6 +27,15 @@ const ServerMonitorSummaryView: FunctionComponent<ComponentProps> = (
|
||||
});
|
||||
}
|
||||
|
||||
if(props.serverMonitorResponse.basicInfrastructureMetrics){
|
||||
fields.push({
|
||||
key: "basicInfrastructureMetrics",
|
||||
title: "Basic Infrastructure Metrics",
|
||||
description: "CPU, Memory, Disk and Network usage.",
|
||||
fieldType: FieldType.JSON,
|
||||
});
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="space-y-5">
|
||||
<div className="flex space-x-3">
|
||||
|
||||
Reference in New Issue
Block a user