mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: add MonitorCustomMetrics component for displaying custom metrics; enhance MonitorMetrics to include custom metrics tab
This commit is contained in:
@@ -554,6 +554,12 @@ export default class MonitorMetricUtil {
|
||||
...syntheticCustomMetrics,
|
||||
].slice(0, 100);
|
||||
|
||||
if (allCustomMetrics.length > 0) {
|
||||
logger.debug(
|
||||
`${data.monitorId.toString()} - Processing ${allCustomMetrics.length} custom metrics`,
|
||||
);
|
||||
}
|
||||
|
||||
const reservedAttributeKeys: Set<string> = new Set([
|
||||
"monitorId",
|
||||
"projectId",
|
||||
|
||||
Reference in New Issue
Block a user