@moleculer/channels
Version:
Reliable messages for Moleculer services
12 lines (11 loc) • 550 B
TypeScript
export let HEADER_REDELIVERED_COUNT: string;
export let HEADER_GROUP: string;
export let HEADER_ORIGINAL_CHANNEL: string;
export let HEADER_ORIGINAL_GROUP: string;
export let METRIC_CHANNELS_MESSAGES_SENT: string;
export let METRIC_CHANNELS_MESSAGES_TOTAL: string;
export let METRIC_CHANNELS_MESSAGES_ACTIVE: string;
export let METRIC_CHANNELS_MESSAGES_TIME: string;
export let METRIC_CHANNELS_MESSAGES_ERRORS_TOTAL: string;
export let METRIC_CHANNELS_MESSAGES_RETRIES_TOTAL: string;
export let METRIC_CHANNELS_MESSAGES_DEAD_LETTERING_TOTAL: string;