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