-
Notifications
You must be signed in to change notification settings - Fork 570
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
Monitoring and Alerting #475
Comments
Hi, The There isn't a built-in exporter for Prometheus, but in the past, we've whipped up a custom sidekick that proxies and reformats the metrics into something that Prometheus understands. |
Thanks for the reply @tidwall I am sure we can write a custom script but would it make sense to consider something like this: https://github.com/oliver006/redis_exporter Do you recommend this or have some other recommendations? I am sure you must be aware, it has some tile38 support. |
I haven't used redis_exporter myself, but it looks pretty good. I'd definitely give it a try first. |
@mudit3774 have you set up monitoring for tile38 yet, are you using Prometheus with a redis exporter? |
I've heard good reports about using Tile38 with redis_exporter. Also, the https://github.com/tile38/tile38-prometheus repo was released recently open-sourced. |
Hey there, I'm the maintainer of the Prometheus redis_exporter which indeed works for Tile38 (though it's a bit limited with what it can export). I just merged a PR that adds additional metrics that the exporter provides about a Tile38 DB (mostly by pulling data from I see you released a Tile38 sidekick / exporter - but why not add Prometheus support natively to Tile38 itself? |
Hi @oliver006, It may be worthwhile to support it natively but I'm not very familiar with Prometheus. The Tile38 sidekick was made by a colleague a couple years ago. I would probably need to spend some time investigating. |
Ah ok, that makes sense, Josh. |
That would be really helpful! |
Ok, great. I'll put something together and then we can figure out how to get some more useful metrics exposed later, once we have the skeleton. |
I opened #604 to expose some basic metrics - let me know what you think. |
Hey,
We are planning to use Tile38 in production. We were wondering what is the best was to set up monitoring and alerting?
Should we rely on system metrics like load averages, CPU, disk metrics etc. only?
Are there any additional metrics that we should monitor? Is there an exporter for Prometheus that we could potentially use?
Please point me to the documentation, if any
The text was updated successfully, but these errors were encountered: