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 monitoring with Prometheus #51

Open
dotnwat opened this issue Jan 19, 2018 · 1 comment
Open

Add monitoring with Prometheus #51

dotnwat opened this issue Jan 19, 2018 · 1 comment

Comments

@dotnwat
Copy link
Member

dotnwat commented Jan 19, 2018

CruzDB has a lot of tunables for all kinds of things like cache sizes and thread, and it has a lot points that need to be monitored for things like latency and throughput.

Prometheus seems like a perfect fit, and shouldn't be too hard to get integrated. We don't need to worry too much about exactly what is being monitored yet, but getting a basic integration in place will really help accelerate its usage going forward.

@dotnwat
Copy link
Member Author

dotnwat commented Jan 24, 2018

There is now basic infrastructure in place. It's pretty simple, and only adds a single instrumentation point but does add the embedded web server. It's a good starting point. I'd like to get a much better interface added for building new metrics in CruzDB.

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

No branches or pull requests

1 participant