UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

5 lines (4 loc) 373 B
import type { Attributes } from '@opentelemetry/api'; export declare function toPromName(name: string, kind: 'counter' | 'gauge' | 'histogram', prefix: string): string; export declare function normalizeAttributes(attributes?: Record<string, unknown>): Attributes | undefined; export declare function normalizeAttributeValue(value: unknown): Attributes[string] | undefined;