diff --git a/src/views/dashboard/data.ts b/src/views/dashboard/data.ts index ff3d28a6..b386e28a 100644 --- a/src/views/dashboard/data.ts +++ b/src/views/dashboard/data.ts @@ -145,6 +145,7 @@ export enum MetricCatalog { SERVICE_RELATION = "ServiceRelation", SERVICE_INSTANCE_RELATION = "ServiceInstanceRelation", ENDPOINT_RELATION = "EndpointRelation", + PROCESS_RELATION = "ProcessRelation", } export const EntityType = [ { value: "Service", label: "Service", key: 1 },