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

Proposal: Metrics Support #257

Open
martin31821 opened this issue Jan 29, 2022 · 0 comments
Open

Proposal: Metrics Support #257

martin31821 opened this issue Jan 29, 2022 · 0 comments

Comments

@martin31821
Copy link
Contributor

We've been running nexus in several workloads for a long time now and the missing observability always drove us crazy.
Therefore I'm proposing to add metrics support to nexus.

This would utilize the prometheus client library and expose the following metrics:

  • Bytes in/out
  • Messages in/out
  • Publications per URI
  • Calls per URI, track runtime into buckets
  • Subscribe/Unsubscribes per URI
  • Register/Unregister per URI
  • Connects/Disconnects
  • a grafana dashboard / set of promQL queries to show how to use these metrics
  • add a /metrics endpoint to the HTTP server to get the metrics.

If you'd be willing to accept a PR, @johannwagner and I would go ahead and implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant