Skip to content
New issue

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 metrics counters #28

Closed
4 of 7 tasks
icebob opened this issue Oct 22, 2021 · 0 comments · Fixed by #30
Closed
4 of 7 tasks

Add metrics counters #28

icebob opened this issue Oct 22, 2021 · 0 comments · Fixed by #30
Labels
Type: Enhancement New feature or request

Comments

@icebob
Copy link
Member

icebob commented Oct 22, 2021

Add following metrics:

  • moleculer.channels.messages.sent with labels: channel _sent messages via sendToChannel
  • 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`
@icebob icebob added the Type: Enhancement New feature or request label Oct 22, 2021
@icebob icebob changed the title Add metrics counters and tracing spans Add metrics counters Nov 1, 2021
@AndreMaz AndreMaz mentioned this issue Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant