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 prometheus based metrics #52

Closed
yuvipanda opened this issue Mar 29, 2016 · 2 comments · Fixed by #314
Closed

Add prometheus based metrics #52

yuvipanda opened this issue Mar 29, 2016 · 2 comments · Fixed by #314

Comments

@yuvipanda
Copy link
Contributor

minrk/chpbench#1 (comment) for rationale.

More things to add:

  1. Counters for requests by response status code (and by ws vs web)
  2. Timing info for each webrequest
  3. Gauges for active websocket connections
  4. Counters for REST API requests.
@yuvipanda
Copy link
Contributor Author

I added code to collect metrics about the various response codes, but am not sure I see an easy way to get timing information for requests at all.

@minrk minrk changed the title Add statsd based metrics Add prometheus based metrics May 25, 2018
@minrk
Copy link
Member

minrk commented May 25, 2018

Retitled to prometheus, since we don't do statsd much anymore

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

Successfully merging a pull request may close this issue.

3 participants