UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

7 lines (6 loc) 353 B
export type MetricCategory = 'default' | 'routes' | 'cache' | 'logs' | 'queue' | 'workflowStatistics'; export type MetricLabel = 'credentialsType' | 'nodeType' | 'workflowId' | 'workflowName' | 'apiPath' | 'apiMethod' | 'apiStatusCode'; export type Includes = { metrics: Record<MetricCategory, boolean>; labels: Record<MetricLabel, boolean>; };