2
Can I create custom widgets for Docker container stats?
I would like to display custom metrics from my Docker containers. For example, I want to show the number of active connections to my Nginx container and the cache hit rate of my Redis container. Is there a way to create custom widgets or do I need to wait for a plugin system?
Admin
·
vor 1 Tag
3 Answers
2
Custom widgets are not yet available in the free tier, but the Pro plan includes a "Custom Metrics" widget where you can pull data from any HTTP endpoint or Docker stats API. You can configure the polling interval and display format.
Admin
·
vor 1 Tag
0
As a workaround, you could use the built-in "Web Check" widget type and point it to your container health endpoints. It is not as flexible as custom widgets but works for basic monitoring.
Admin
·
vor 1 Tag
0
A plugin system is on the roadmap for v2.0. In the meantime, you can submit feature requests on the GitHub repo.
Admin
·
vor 1 Tag
Log in to post an answer.