We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add following metrics:
moleculer.channels.messages.sent
channel
sendToChannel
moleculer.channels.messages.total
channel, group
moleculer.channels.messages.active
moleculer.channels.messages.time
moleculer.channels.messages.errors.total
moleculer.channels.messages.retries.total
moleculer.channels.messages.deadLettering.total
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Add following metrics:
moleculer.channels.messages.sent
with labels:channel
_sent messages viasendToChannel
moleculer.channels.messages.total
with labels:channel, group
_total processed messages in channel handlers`moleculer.channels.messages.active
with labels:channel, group
_total active processing messages in channel handlers (gauge)`moleculer.channels.messages.time
with labels:channel, group
_histogram for processing time of channel handlers`moleculer.channels.messages.errors.total
with labels:channel, group
_total errored messages in channel handlers`moleculer.channels.messages.retries.total
with labels:channel, group
_total retried messages in channel handlers`moleculer.channels.messages.deadLettering.total
with labels:channel, group
_total dead-lettered messages in channel handlers`The text was updated successfully, but these errors were encountered: